This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch
dependabot/cargo/lang/rust/master/proc-macro2-1.0.63
in repository https://gitbox.apache.org/repos/asf/avro.git
commit 14272db37be48473ecd85a6d67d1c240ca23fb1a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 26 19:16:36 2023 +0000
Bump proc-macro2 from 1.0.60 to 1.0.63 in /lang/rust
Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.60 to
1.0.63.
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.60...1.0.63)
---
updated-dependencies:
- dependency-name: proc-macro2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
---
lang/rust/Cargo.lock | 4 ++--
lang/rust/avro_derive/Cargo.toml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/lang/rust/Cargo.lock b/lang/rust/Cargo.lock
index d63ca285c..7a0d1d3de 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -722,9 +722,9 @@ dependencies = [
[[package]]
name = "proc-macro2"
-version = "1.0.60"
+version = "1.0.63"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "dec2b086b7a862cf4de201096214fa870344cf922b2b30c167badb3af3195406"
+checksum = "7b368fba921b0dce7e60f5e04ec15e565b3303972b42bcfde1d0713b881959eb"
dependencies = [
"unicode-ident",
]
diff --git a/lang/rust/avro_derive/Cargo.toml b/lang/rust/avro_derive/Cargo.toml
index 2beb3309a..86da57ca5 100644
--- a/lang/rust/avro_derive/Cargo.toml
+++ b/lang/rust/avro_derive/Cargo.toml
@@ -34,7 +34,7 @@ proc-macro = true
[dependencies]
darling = { default-features = false, version = "0.20.1" }
-proc-macro2 = { default-features = false, version = "1.0.60" }
+proc-macro2 = { default-features = false, version = "1.0.63" }
quote = { default-features = false, version = "1.0.28" }
serde_json = { default-features = false, version = "1.0.97", features =
["std"] }
syn = { default-features = false, version = "2.0.20", features = ["full",
"fold"] }