diff --git a/lang/rust/Cargo.lock b/lang/rust/Cargo.lock index c65dce76a4b..554e5bd0313 100644 --- a/lang/rust/Cargo.lock +++ b/lang/rust/Cargo.lock @@ -1306,9 +1306,9 @@ dependencies = [ [[package]] name = "syn" -version = "2.0.74" +version = "2.0.75" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1fceb41e3d546d0bd83421d3409b1460cc7444cd389341a4c880fe7a042cb3d7" +checksum = "f6af063034fc1935ede7be0122941bafa9bacb949334d090b77ca98b5817c7d9" dependencies = [ "proc-macro2", "quote", diff --git a/lang/rust/avro_derive/Cargo.toml b/lang/rust/avro_derive/Cargo.toml index 8b3483412c7..bab96e59cc9 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.10" } proc-macro2 = { default-features = false, version = "1.0.86" } quote = { default-features = false, version = "1.0.36" } serde_json = { workspace = true } -syn = { default-features = false, version = "2.0.74", features = ["full", "fold"] } +syn = { default-features = false, version = "2.0.75", features = ["full", "fold"] } [dev-dependencies] apache-avro = { default-features = false, path = "../avro", features = ["derive"] }