diff --git a/lang/rust/Cargo.lock b/lang/rust/Cargo.lock index 5c0a5cfaf6c..252c348f452 100644 --- a/lang/rust/Cargo.lock +++ b/lang/rust/Cargo.lock @@ -1181,9 +1181,9 @@ checksum = "1b6b67fb9a61334225b5b790716f609cd58395f895b3fe8b328786812a40bc3b" [[package]] name = "strum" -version = "0.25.0" +version = "0.26.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125" +checksum = "723b93e8addf9aa965ebe2d11da6d7540fa2283fcea14b3371ff055f7ba13f5f" [[package]] name = "strum_macros" diff --git a/lang/rust/avro/Cargo.toml b/lang/rust/avro/Cargo.toml index c5e735ccdf8..ac9bb8f7ae2 100644 --- a/lang/rust/avro/Cargo.toml +++ b/lang/rust/avro/Cargo.toml @@ -66,8 +66,8 @@ regex-lite = { default-features = false, version = "0.1.5", 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.25.0" } -strum_macros = { default-features = false, version = "0.25.3" } +strum = { default-features = false, version = "0.26.1" } +strum_macros = { default-features = false, version = "0.26.1" } thiserror = { default-features = false, version = "1.0.56" } typed-builder = { default-features = false, version = "0.18.1" } uuid = { default-features = false, version = "1.7.0", features = ["serde", "std"] }