diff --git a/lang/rust/Cargo.lock b/lang/rust/Cargo.lock index 0697ba72917..f9355faf562 100644 --- a/lang/rust/Cargo.lock +++ b/lang/rust/Cargo.lock @@ -924,9 +924,9 @@ checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125" [[package]] name = "strum_macros" -version = "0.25.0" +version = "0.25.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe9f3bd7d2e45dcc5e265fbb88d6513e4747d8ef9444cf01a533119bce28a157" +checksum = "6069ca09d878a33f883cc06aaa9718ede171841d3832450354410b718b097232" dependencies = [ "heck", "proc-macro2", diff --git a/lang/rust/avro/Cargo.toml b/lang/rust/avro/Cargo.toml index acaf7f72e3e..6d8847d0421 100644 --- a/lang/rust/avro/Cargo.toml +++ b/lang/rust/avro/Cargo.toml @@ -68,7 +68,7 @@ serde = { default-features = false, version = "1.0.164", features = ["derive"] } serde_json = { default-features = false, version = "1.0.99", features = ["std"] } snap = { default-features = false, version = "1.1.0", optional = true } strum = { default-features = false, version = "0.25.0" } -strum_macros = { default-features = false, version = "0.25.0" } +strum_macros = { default-features = false, version = "0.25.1" } thiserror = { default-features = false, version = "1.0.40" } typed-builder = { default-features = false, version = "0.14.0" } uuid = { default-features = false, version = "1.4.0", features = ["serde", "std"] }