diff --git a/lang/rust/Cargo.lock b/lang/rust/Cargo.lock index e0eaefd824a..d858adfb3ba 100644 --- a/lang/rust/Cargo.lock +++ b/lang/rust/Cargo.lock @@ -1256,9 +1256,9 @@ checksum = "1b6b67fb9a61334225b5b790716f609cd58395f895b3fe8b328786812a40bc3b" [[package]] name = "strum" -version = "0.26.2" +version = "0.26.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d8cec3501a5194c432b2b7976db6b7d10ec95c253208b45f83f7136aa985e29" +checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06" [[package]] name = "strum_macros" diff --git a/lang/rust/avro/Cargo.toml b/lang/rust/avro/Cargo.toml index ad881fbae47..910de5f4e73 100644 --- a/lang/rust/avro/Cargo.toml +++ b/lang/rust/avro/Cargo.toml @@ -66,7 +66,7 @@ regex-lite = { default-features = false, version = "0.1.6", features = ["std", " 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 = { default-features = false, version = "0.26.3" } strum_macros = { default-features = false, version = "0.26.4" } thiserror = { default-features = false, version = "1.0.61" } typed-builder = { default-features = false, version = "0.18.2" }