This is an automated email from the ASF dual-hosted git repository.
mgrigorov pushed a commit to branch branch-1.11
in repository https://gitbox.apache.org/repos/asf/avro.git
The following commit(s) were added to refs/heads/branch-1.11 by this push:
new abc59ff28 Bump proc-macro2 from 1.0.80 to 1.0.81 in /lang/rust (#2860)
abc59ff28 is described below
commit abc59ff283bfe11283f32bd5fc01c8595894c2ac
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Apr 18 08:33:11 2024 +0300
Bump proc-macro2 from 1.0.80 to 1.0.81 in /lang/rust (#2860)
Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.80 to
1.0.81.
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.80...1.0.81)
---
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>
(cherry picked from commit 602763a321f4074999a5814d93c04f7d560779e2)
---
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 5a3efa730..624a4c45a 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -938,9 +938,9 @@ dependencies = [
[[package]]
name = "proc-macro2"
-version = "1.0.80"
+version = "1.0.81"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a56dea16b0a29e94408b9aa5e2940a4eedbd128a1ba20e8f7ae60fd3d465af0e"
+checksum = "3d1597b0c024618f09a9c3b8655b7e430397a36d23fdafec26d6965e9eec3eba"
dependencies = [
"unicode-ident",
]
diff --git a/lang/rust/avro_derive/Cargo.toml b/lang/rust/avro_derive/Cargo.toml
index 8ffe45b6e..836af1d7c 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.8" }
-proc-macro2 = { default-features = false, version = "1.0.80" }
+proc-macro2 = { default-features = false, version = "1.0.81" }
quote = { default-features = false, version = "1.0.36" }
serde_json = { workspace = true }
syn = { default-features = false, version = "2.0.59", features = ["full",
"fold"] }