diff --git a/Cargo.lock b/Cargo.lock index aea0963..c7267ad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1351,9 +1351,9 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" [[package]] name = "strum" -version = "0.27.0" +version = "0.27.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ce1475c515a4f03a8a7129bb5228b81a781a86cb0b3fbbc19e1c556d491a401f" +checksum = "f64def088c51c9510a8579e3c5d67c65349dcf755e5479ad3d010aa6454e2c32" [[package]] name = "strum_macros" diff --git a/avro/Cargo.toml b/avro/Cargo.toml index b575ea5..d610641 100644 --- a/avro/Cargo.toml +++ b/avro/Cargo.toml @@ -67,7 +67,7 @@ serde = { workspace = true } serde_bytes = { workspace = true } serde_json = { workspace = true } snap = { default-features = false, version = "1.1.0", optional = true } -strum = { default-features = false, version = "0.27.0" } +strum = { default-features = false, version = "0.27.1" } strum_macros = { default-features = false, version = "0.27.0" } thiserror = { default-features = false, version = "2.0.11" } uuid = { default-features = false, version = "1.13.1", features = ["serde", "std"] }