This is an automated email from the ASF dual-hosted git repository.
kriskras99 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 c445c76 chore(deps): Bump syn from 2.0.104 to 2.0.105 (#267)
c445c76 is described below
commit c445c766e278e69bd53bfc3ec5b27cc95cad11b4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Aug 14 07:33:41 2025 +0200
chore(deps): Bump syn from 2.0.104 to 2.0.105 (#267)
Bumps [syn](https://github.com/dtolnay/syn) from 2.0.104 to 2.0.105.
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](https://github.com/dtolnay/syn/compare/2.0.104...2.0.105)
---
updated-dependencies:
- dependency-name: syn
dependency-version: 2.0.105
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 1693777..c21709c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1239,9 +1239,9 @@ dependencies = [
[[package]]
name = "syn"
-version = "2.0.104"
+version = "2.0.105"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "17b6f705963418cdb9927482fa304bc562ece2fdd4f616084c50b7023b435a40"
+checksum = "7bc3fcb250e53458e712715cf74285c1f889686520d79294a9ef3bd7aa1fc619"
dependencies = [
"proc-macro2",
"quote",
diff --git a/avro_derive/Cargo.toml b/avro_derive/Cargo.toml
index 99511ee..7ea8ebd 100644
--- a/avro_derive/Cargo.toml
+++ b/avro_derive/Cargo.toml
@@ -36,7 +36,7 @@ darling = { default-features = false, version = "0.21.1" }
proc-macro2 = { default-features = false, version = "1.0.97" }
quote = { default-features = false, version = "1.0.40" }
serde_json = { workspace = true }
-syn = { default-features = false, version = "2.0.104", features = ["full",
"fold"] }
+syn = { default-features = false, version = "2.0.105", features = ["full",
"fold"] }
[dev-dependencies]
apache-avro = { default-features = false, path = "../avro", features =
["derive"] }