This is an automated email from the ASF dual-hosted git repository.
mgrigorov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/avro.git
The following commit(s) were added to refs/heads/master by this push:
new 1dcaf1d4d Bump proc-macro2 from 1.0.60 to 1.0.63 in /lang/rust (#2306)
1dcaf1d4d is described below
commit 1dcaf1d4dd07f8d590cb48241a68d5d8b07ff8d2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 26 22:16:34 2023 +0300
Bump proc-macro2 from 1.0.60 to 1.0.63 in /lang/rust (#2306)
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]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
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"] }