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 7971b18e3 Bump syn from 1.0.99 to 1.0.100 in /lang/rust (#1880)
7971b18e3 is described below
commit 7971b18e38445fb440acf26808c9841a5f3aadf1
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 19 23:07:25 2022 +0300
Bump syn from 1.0.99 to 1.0.100 in /lang/rust (#1880)
Bumps [syn](https://github.com/dtolnay/syn) from 1.0.99 to 1.0.100.
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](https://github.com/dtolnay/syn/compare/1.0.99...1.0.100)
---
updated-dependencies:
- dependency-name: syn
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 be4a1dda31a325f1db967eebb1e1c57a5f8462ac)
---
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 a340c76cd..a4531b30d 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -1026,9 +1026,9 @@ dependencies = [
[[package]]
name = "syn"
-version = "1.0.99"
+version = "1.0.100"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "58dbef6ec655055e20b86b15a8cc6d439cca19b667537ac6a1369572d151ab13"
+checksum = "52205623b1b0f064a4e71182c3b18ae902267282930c6d5462c91b859668426e"
dependencies = [
"proc-macro2",
"quote",
diff --git a/lang/rust/avro_derive/Cargo.toml b/lang/rust/avro_derive/Cargo.toml
index 55ed22e8b..9c668be09 100644
--- a/lang/rust/avro_derive/Cargo.toml
+++ b/lang/rust/avro_derive/Cargo.toml
@@ -36,7 +36,7 @@ darling = { default-features = false, version = "0.14.1" }
proc-macro2 = { default-features = false, version = "1.0.43" }
quote = { default-features = false, version = "1.0.21" }
serde_json = { default-features = false, version = "1.0.85", features =
["std"] }
-syn = { default-features = false, version = "1.0.99", features = ["full",
"fold"] }
+syn = { default-features = false, version = "1.0.100", features = ["full",
"fold"] }
[dev-dependencies]
apache-avro = { default-features = false, path = "../avro", features =
["derive"] }