diff --git a/Cargo.lock b/Cargo.lock index e669006..d903539 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1353,9 +1353,9 @@ checksum = "ce1475c515a4f03a8a7129bb5228b81a781a86cb0b3fbbc19e1c556d491a401f" [[package]] name = "strum_macros" -version = "0.26.4" +version = "0.27.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be" +checksum = "9688894b43459159c82bfa5a5fa0435c19cbe3c9b427fa1dd7b1ce0c279b18a7" dependencies = [ "heck", "proc-macro2", diff --git a/avro/Cargo.toml b/avro/Cargo.toml index 259f0d0..c15ca4b 100644 --- a/avro/Cargo.toml +++ b/avro/Cargo.toml @@ -68,7 +68,7 @@ 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_macros = { default-features = false, version = "0.26.4" } +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"] } xz2 = { default-features = false, version = "0.1.7", optional = true }