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 ee04e0ae0 Bump syn from 2.0.20 to 2.0.23 in /lang/rust (#2313)
ee04e0ae0 is described below
commit ee04e0ae0397340b048aa69ddd2e6c6b8354ce1d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jul 5 22:21:06 2023 +0300
Bump syn from 2.0.20 to 2.0.23 in /lang/rust (#2313)
Bumps [syn](https://github.com/dtolnay/syn) from 2.0.20 to 2.0.23.
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](https://github.com/dtolnay/syn/compare/2.0.20...2.0.23)
---
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 78581b0c0c1191c974f2ef527e77ab3d0cd38751)
---
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 9aa3947d0..59bff7b6a 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -91,7 +91,7 @@ dependencies = [
"quote",
"serde",
"serde_json",
- "syn 2.0.20",
+ "syn 2.0.23",
]
[[package]]
@@ -356,7 +356,7 @@ source =
"registry+https://github.com/rust-lang/crates.io-index"
checksum = "1586fa608b1dab41f667475b4a41faec5ba680aee428bfa5de4ea520fdc6e901"
dependencies = [
"quote",
- "syn 2.0.20",
+ "syn 2.0.23",
]
[[package]]
@@ -379,7 +379,7 @@ dependencies = [
"ident_case",
"proc-macro2",
"quote",
- "syn 2.0.20",
+ "syn 2.0.23",
]
[[package]]
@@ -390,7 +390,7 @@ checksum =
"29a358ff9f12ec09c3e61fef9b5a9902623a695a46a917b07f269bff1445611a"
dependencies = [
"darling_core",
"quote",
- "syn 2.0.20",
+ "syn 2.0.23",
]
[[package]]
@@ -885,7 +885,7 @@ checksum =
"d9735b638ccc51c28bf6914d90a2e9725b377144fc612c49a611fddd1b631d68"
dependencies = [
"proc-macro2",
"quote",
- "syn 2.0.20",
+ "syn 2.0.23",
]
[[package]]
@@ -932,7 +932,7 @@ dependencies = [
"proc-macro2",
"quote",
"rustversion",
- "syn 2.0.20",
+ "syn 2.0.23",
]
[[package]]
@@ -948,9 +948,9 @@ dependencies = [
[[package]]
name = "syn"
-version = "2.0.20"
+version = "2.0.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "fcb8d4cebc40aa517dfb69618fa647a346562e67228e2236ae0042ee6ac14775"
+checksum = "59fb7d6d8281a51045d62b8eb3a7d1ce347b76f312af50cd3dc0af39c87c1737"
dependencies = [
"proc-macro2",
"quote",
@@ -1001,7 +1001,7 @@ checksum =
"f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"
dependencies = [
"proc-macro2",
"quote",
- "syn 2.0.20",
+ "syn 2.0.23",
]
[[package]]
@@ -1102,7 +1102,7 @@ dependencies = [
"once_cell",
"proc-macro2",
"quote",
- "syn 2.0.20",
+ "syn 2.0.23",
"wasm-bindgen-shared",
]
@@ -1136,7 +1136,7 @@ checksum =
"54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b"
dependencies = [
"proc-macro2",
"quote",
- "syn 2.0.20",
+ "syn 2.0.23",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
diff --git a/lang/rust/avro_derive/Cargo.toml b/lang/rust/avro_derive/Cargo.toml
index f34734211..5b8df915b 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.63" }
quote = { default-features = false, version = "1.0.29" }
serde_json = { default-features = false, version = "1.0.99", features =
["std"] }
-syn = { default-features = false, version = "2.0.20", features = ["full",
"fold"] }
+syn = { default-features = false, version = "2.0.23", features = ["full",
"fold"] }
[dev-dependencies]
apache-avro = { default-features = false, path = "../avro", features =
["derive"] }