This is an automated email from the ASF dual-hosted git repository.
mgrigorov pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/avro-rs.git
The following commit(s) were added to refs/heads/main by this push:
new f1324ea chore: Bump proc-macro2 from 1.0.89 to 1.0.91 (#58)
f1324ea is described below
commit f1324ea046038fe2cd96502190ae816b77b31286
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Nov 21 09:26:13 2024 +0200
chore: Bump proc-macro2 from 1.0.89 to 1.0.91 (#58)
* chore: Bump proc-macro2 from 1.0.89 to 1.0.90
Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.89 to
1.0.90.
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.89...1.0.90)
---
updated-dependencies:
- dependency-name: proc-macro2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
* Update proc-macro2 to 1.0.91
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Martin Grigorov <[email protected]>
---
Cargo.lock | 4 ++--
avro_derive/Cargo.toml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index e93f5bc..f5369d0 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -933,9 +933,9 @@ dependencies = [
[[package]]
name = "proc-macro2"
-version = "1.0.89"
+version = "1.0.90"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f139b0662de085916d1fb67d2b4169d1addddda1919e696f3252b740b629986e"
+checksum = "d4e1ced3fe749df87a909c23e9607ab9a09c8f0bedb7e03b8146f4c08c298673"
dependencies = [
"unicode-ident",
]
diff --git a/avro_derive/Cargo.toml b/avro_derive/Cargo.toml
index 9862106..d3bb084 100644
--- a/avro_derive/Cargo.toml
+++ b/avro_derive/Cargo.toml
@@ -33,7 +33,7 @@ proc-macro = true
[dependencies]
darling = { default-features = false, version = "0.20.10" }
-proc-macro2 = { default-features = false, version = "1.0.89" }
+proc-macro2 = { default-features = false, version = "1.0.91" }
quote = { default-features = false, version = "1.0.37" }
serde_json = { workspace = true }
syn = { default-features = false, version = "2.0.87", features = ["full",
"fold"] }