diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 281224093..dee35ba63 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -7150,9 +7150,9 @@ dependencies = [ [[package]] name = "strum" -version = "0.27.1" +version = "0.27.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f64def088c51c9510a8579e3c5d67c65349dcf755e5479ad3d010aa6454e2c32" +checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf" dependencies = [ "strum_macros", ] diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 5360c3ca1..8457054e9 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -161,7 +161,7 @@ specta = "=2.0.0-rc.22" specta-typescript = "0.0.9" static_assertions = "1.1.0" str0m = { version = "0.9.0", default-features = false, features = ["sha1"] } -strum = { version = "0.27.1", features = ["derive"] } +strum = { version = "0.27.2", features = ["derive"] } stun_codec = "0.4.0" subprocess = "0.2.9" subtle = "2.5.0"