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 67e013c83 Bump syn from 2.0.18 to 2.0.20 in /lang/rust (#2305)
67e013c83 is described below
commit 67e013c83eb866aa10f19fe43666da8e5faa00b2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 26 22:15:54 2023 +0300
Bump syn from 2.0.18 to 2.0.20 in /lang/rust (#2305)
Bumps [syn](https://github.com/dtolnay/syn) from 2.0.18 to 2.0.20.
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](https://github.com/dtolnay/syn/compare/2.0.18...2.0.20)
---
updated-dependencies:
- dependency-name: syn
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 63358dff3bc72585ce092e075efea7464222447c)
---
lang/rust/Cargo.lock | 22 +++++++++++-----------
lang/rust/avro_derive/Cargo.toml | 2 +-
2 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/lang/rust/Cargo.lock b/lang/rust/Cargo.lock
index 9ae5b3c9b..d63ca285c 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -91,7 +91,7 @@ dependencies = [
"quote",
"serde",
"serde_json",
- "syn 2.0.18",
+ "syn 2.0.20",
]
[[package]]
@@ -356,7 +356,7 @@ source =
"registry+https://github.com/rust-lang/crates.io-index"
checksum = "1586fa608b1dab41f667475b4a41faec5ba680aee428bfa5de4ea520fdc6e901"
dependencies = [
"quote",
- "syn 2.0.18",
+ "syn 2.0.20",
]
[[package]]
@@ -379,7 +379,7 @@ dependencies = [
"ident_case",
"proc-macro2",
"quote",
- "syn 2.0.18",
+ "syn 2.0.20",
]
[[package]]
@@ -390,7 +390,7 @@ checksum =
"29a358ff9f12ec09c3e61fef9b5a9902623a695a46a917b07f269bff1445611a"
dependencies = [
"darling_core",
"quote",
- "syn 2.0.18",
+ "syn 2.0.20",
]
[[package]]
@@ -885,7 +885,7 @@ checksum =
"d9735b638ccc51c28bf6914d90a2e9725b377144fc612c49a611fddd1b631d68"
dependencies = [
"proc-macro2",
"quote",
- "syn 2.0.18",
+ "syn 2.0.20",
]
[[package]]
@@ -932,7 +932,7 @@ dependencies = [
"proc-macro2",
"quote",
"rustversion",
- "syn 2.0.18",
+ "syn 2.0.20",
]
[[package]]
@@ -948,9 +948,9 @@ dependencies = [
[[package]]
name = "syn"
-version = "2.0.18"
+version = "2.0.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "32d41677bcbe24c20c52e7c70b0d8db04134c5d1066bf98662e2871ad200ea3e"
+checksum = "fcb8d4cebc40aa517dfb69618fa647a346562e67228e2236ae0042ee6ac14775"
dependencies = [
"proc-macro2",
"quote",
@@ -1001,7 +1001,7 @@ checksum =
"f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"
dependencies = [
"proc-macro2",
"quote",
- "syn 2.0.18",
+ "syn 2.0.20",
]
[[package]]
@@ -1102,7 +1102,7 @@ dependencies = [
"once_cell",
"proc-macro2",
"quote",
- "syn 2.0.18",
+ "syn 2.0.20",
"wasm-bindgen-shared",
]
@@ -1136,7 +1136,7 @@ checksum =
"54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b"
dependencies = [
"proc-macro2",
"quote",
- "syn 2.0.18",
+ "syn 2.0.20",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
diff --git a/lang/rust/avro_derive/Cargo.toml b/lang/rust/avro_derive/Cargo.toml
index 59fc27573..2beb3309a 100644
--- a/lang/rust/avro_derive/Cargo.toml
+++ b/lang/rust/avro_derive/Cargo.toml
@@ -37,7 +37,7 @@ darling = { default-features = false, version = "0.20.1" }
proc-macro2 = { default-features = false, version = "1.0.60" }
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.18", features = ["full",
"fold"] }
+syn = { default-features = false, version = "2.0.20", features = ["full",
"fold"] }
[dev-dependencies]
apache-avro = { default-features = false, path = "../avro", features =
["derive"] }