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 d7b808270 Bump proc-macro2 from 1.0.40 to 1.0.41 in /lang/rust (#1786)
d7b808270 is described below
commit d7b808270c8a6d68ffdceb3ba4215d2f183c3fef
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 25 22:33:54 2022 +0300
Bump proc-macro2 from 1.0.40 to 1.0.41 in /lang/rust (#1786)
Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.40 to
1.0.41.
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.40...1.0.41)
---
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 f2c5d56c2f57a26d7bca29d03a7352759c081dd4)
---
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 b2dadf47f..8cf8e5169 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -785,9 +785,9 @@ dependencies = [
[[package]]
name = "proc-macro2"
-version = "1.0.40"
+version = "1.0.41"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "dd96a1e8ed2596c337f8eae5f24924ec83f5ad5ab21ea8e455d3566c69fbcaf7"
+checksum = "cdcc2916cde080c1876ff40292a396541241fe0072ef928cd76582e9ea5d60d2"
dependencies = [
"unicode-ident",
]
diff --git a/lang/rust/avro_derive/Cargo.toml b/lang/rust/avro_derive/Cargo.toml
index 049a77352..1aa717b91 100644
--- a/lang/rust/avro_derive/Cargo.toml
+++ b/lang/rust/avro_derive/Cargo.toml
@@ -33,7 +33,7 @@ proc-macro = true
[dependencies]
darling = { default-features = false, version = "0.14.1" }
-proc-macro2 = { default-features = false, version = "1.0.39" }
+proc-macro2 = { default-features = false, version = "1.0.41" }
quote = { default-features = false, version = "1.0.18" }
serde_json = { default-features = false, version = "1.0.82", features =
["std"] }
syn = { default-features = false, version = "1.0.96", features = ["full",
"fold"] }