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 31e6e6679 Bump proc-macro2 from 1.0.46 to 1.0.47 in /lang/rust (#1913)
31e6e6679 is described below
commit 31e6e6679ae393d303be1ac9a5fc5e82cb4c79c1
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Oct 17 23:47:19 2022 +0300
Bump proc-macro2 from 1.0.46 to 1.0.47 in /lang/rust (#1913)
Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.46 to
1.0.47.
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.46...1.0.47)
---
updated-dependencies:
- dependency-name: proc-macro2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit db5b687abd06d41bf3db264361c283cd27705a9b)
---
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 b35087432..fc693bcdd 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -767,9 +767,9 @@ dependencies = [
[[package]]
name = "proc-macro2"
-version = "1.0.46"
+version = "1.0.47"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "94e2ef8dbfc347b10c094890f778ee2e36ca9bb4262e86dc99cd217e35f3470b"
+checksum = "5ea3d908b0e36316caf9e9e2c4625cdde190a7e6f440d794667ed17a1855e725"
dependencies = [
"unicode-ident",
]
diff --git a/lang/rust/avro_derive/Cargo.toml b/lang/rust/avro_derive/Cargo.toml
index 567f6a0b2..c8c93fb20 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.46" }
+proc-macro2 = { default-features = false, version = "1.0.47" }
quote = { default-features = false, version = "1.0.21" }
serde_json = { default-features = false, version = "1.0.86", features =
["std"] }
syn = { default-features = false, version = "1.0.102", features = ["full",
"fold"] }