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.git
The following commit(s) were added to refs/heads/main by this push:
new 530fe071b Bump proc-macro2 from 1.0.74 to 1.0.75 in /lang/rust (#2674)
530fe071b is described below
commit 530fe071b0a278232267b4f9f6ac29b8134644b9
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jan 4 22:10:42 2024 +0200
Bump proc-macro2 from 1.0.74 to 1.0.75 in /lang/rust (#2674)
Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.74 to
1.0.75.
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.74...1.0.75)
---
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 5a8aa459c..da034343d 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -913,9 +913,9 @@ dependencies = [
[[package]]
name = "proc-macro2"
-version = "1.0.74"
+version = "1.0.75"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "2de98502f212cfcea8d0bb305bd0f49d7ebdd75b64ba0a68f937d888f4e0d6db"
+checksum = "907a61bd0f64c2f29cd1cf1dc34d05176426a3f504a78010f08416ddb7b13708"
dependencies = [
"unicode-ident",
]
diff --git a/lang/rust/avro_derive/Cargo.toml b/lang/rust/avro_derive/Cargo.toml
index 916b0cfcd..54f6ed351 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.3" }
-proc-macro2 = { default-features = false, version = "1.0.71" }
+proc-macro2 = { default-features = false, version = "1.0.75" }
quote = { default-features = false, version = "1.0.35" }
serde_json = { workspace = true }
syn = { default-features = false, version = "2.0.42", features = ["full",
"fold"] }