diff --git a/lang/rust/Cargo.lock b/lang/rust/Cargo.lock index 8ba16c55494..2ce349e43f2 100644 --- a/lang/rust/Cargo.lock +++ b/lang/rust/Cargo.lock @@ -1261,9 +1261,9 @@ checksum = "5d8cec3501a5194c432b2b7976db6b7d10ec95c253208b45f83f7136aa985e29" [[package]] name = "strum_macros" -version = "0.26.1" +version = "0.26.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a3417fc93d76740d974a01654a09777cb500428cc874ca9f45edfe0c4d4cd18" +checksum = "c6cf59daf282c0a494ba14fd21610a0325f9f90ec9d1231dea26bcb1d696c946" dependencies = [ "heck", "proc-macro2", diff --git a/lang/rust/avro/Cargo.toml b/lang/rust/avro/Cargo.toml index c371045f4df..d792d0db0cd 100644 --- a/lang/rust/avro/Cargo.toml +++ b/lang/rust/avro/Cargo.toml @@ -67,7 +67,7 @@ serde = { workspace = true } serde_json = { workspace = true } snap = { default-features = false, version = "1.1.0", optional = true } strum = { default-features = false, version = "0.26.2" } -strum_macros = { default-features = false, version = "0.26.1" } +strum_macros = { default-features = false, version = "0.26.2" } thiserror = { default-features = false, version = "1.0.57" } typed-builder = { default-features = false, version = "0.18.1" } uuid = { default-features = false, version = "1.7.0", features = ["serde", "std"] }