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 b179ca6 chore(deps): Bump syn from 2.0.116 to 2.0.117 (#473)
b179ca6 is described below
commit b179ca6fc6ed195b1af23e82c0d3f6c7f08c4641
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Feb 20 07:10:53 2026 +0100
chore(deps): Bump syn from 2.0.116 to 2.0.117 (#473)
Bumps [syn](https://github.com/dtolnay/syn) from 2.0.116 to 2.0.117.
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](https://github.com/dtolnay/syn/compare/2.0.116...2.0.117)
---
updated-dependencies:
- dependency-name: syn
dependency-version: 2.0.117
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 fcaf982..852fc4e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1324,9 +1324,9 @@ dependencies = [
[[package]]
name = "syn"
-version = "2.0.116"
+version = "2.0.117"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3df424c70518695237746f84cede799c9c58fcb37450d7b23716568cc8bc69cb"
+checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
dependencies = [
"proc-macro2",
"quote",
diff --git a/avro_derive/Cargo.toml b/avro_derive/Cargo.toml
index abc0615..9ed7b2d 100644
--- a/avro_derive/Cargo.toml
+++ b/avro_derive/Cargo.toml
@@ -36,7 +36,7 @@ darling = { default-features = false, version = "0.21.3" }
proc-macro2 = { default-features = false, version = "1.0.106" }
quote = { default-features = false, version = "1.0.44" }
serde_json = { workspace = true }
-syn = { default-features = false, version = "2.0.116", features = ["full",
"fold"] }
+syn = { default-features = false, version = "2.0.117", features = ["full",
"fold"] }
uuid = { workspace = true }
[dev-dependencies]