This is an automated email from the ASF dual-hosted git repository.
mgrigorov pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/avro-rs.git
The following commit(s) were added to refs/heads/main by this push:
new b2771cb chore: Bump syn from 2.0.92 to 2.0.93 (#90)
b2771cb is described below
commit b2771cb832e0beeb336ddab2c7f3bceaaac3af46
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 30 11:56:49 2024 +0200
chore: Bump syn from 2.0.92 to 2.0.93 (#90)
Bumps [syn](https://github.com/dtolnay/syn) from 2.0.92 to 2.0.93.
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](https://github.com/dtolnay/syn/compare/2.0.92...2.0.93)
---
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>
---
Cargo.lock | 4 ++--
avro_derive/Cargo.toml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index 85f6cfd..82ef343 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1287,9 +1287,9 @@ dependencies = [
[[package]]
name = "syn"
-version = "2.0.92"
+version = "2.0.93"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "70ae51629bf965c5c098cc9e87908a3df5301051a9e087d6f9bef5c9771ed126"
+checksum = "9c786062daee0d6db1132800e623df74274a0a87322d8e183338e01b3d98d058"
dependencies = [
"proc-macro2",
"quote",
diff --git a/avro_derive/Cargo.toml b/avro_derive/Cargo.toml
index 0890d88..f6a86b4 100644
--- a/avro_derive/Cargo.toml
+++ b/avro_derive/Cargo.toml
@@ -36,7 +36,7 @@ darling = { default-features = false, version = "0.20.10" }
proc-macro2 = { default-features = false, version = "1.0.91" }
quote = { default-features = false, version = "1.0.38" }
serde_json = { workspace = true }
-syn = { default-features = false, version = "2.0.92", features = ["full",
"fold"] }
+syn = { default-features = false, version = "2.0.93", features = ["full",
"fold"] }
[dev-dependencies]
apache-avro = { default-features = false, path = "../avro", features =
["derive"] }