diff --git a/lang/rust/Cargo.lock b/lang/rust/Cargo.lock index 3226e8d129e..cecb2e03dd0 100644 --- a/lang/rust/Cargo.lock +++ b/lang/rust/Cargo.lock @@ -918,9 +918,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.66" +version = "1.0.67" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9" +checksum = "3d433d9f1a3e8c1263d9456598b16fec66f4acc9a74dacffd35c7bb09b3a1328" dependencies = [ "unicode-ident", ] diff --git a/lang/rust/avro_derive/Cargo.toml b/lang/rust/avro_derive/Cargo.toml index e3af3f101c5..2350a7d26fc 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.66" } +proc-macro2 = { default-features = false, version = "1.0.67" } quote = { default-features = false, version = "1.0.33" } serde_json = { default-features = false, version = "1.0.106", features = ["std"] } syn = { default-features = false, version = "2.0.32", features = ["full", "fold"] }