diff --git a/lang/rust/Cargo.lock b/lang/rust/Cargo.lock index ae9576a01d2..8204a2bfa58 100644 --- a/lang/rust/Cargo.lock +++ b/lang/rust/Cargo.lock @@ -913,9 +913,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.70" +version = "1.0.71" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "39278fbbf5fb4f646ce651690877f89d1c5811a3d4acb27700c1cb3cdb78fd3b" +checksum = "75cb1540fadbd5b8fbccc4dddad2734eba435053f725621c070711a14bb5f4b8" dependencies = [ "unicode-ident", ] diff --git a/lang/rust/avro_derive/Cargo.toml b/lang/rust/avro_derive/Cargo.toml index 6a69c710efc..05a6fc82d5a 100644 --- a/lang/rust/avro_derive/Cargo.toml +++ b/lang/rust/avro_derive/Cargo.toml @@ -34,7 +34,7 @@ proc-macro = true [dependencies] darling = { default-features = false, version = "0.20.3" } -proc-macro2 = { default-features = false, version = "1.0.70" } +proc-macro2 = { default-features = false, version = "1.0.71" } quote = { default-features = false, version = "1.0.33" } serde_json = { workspace = true } syn = { default-features = false, version = "2.0.42", features = ["full", "fold"] }