diff --git a/Cargo.lock b/Cargo.lock index c24387b..13db5f8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -766,9 +766,9 @@ checksum = "5ee073c9e4cd00e28217186dbe12796d692868f432bf2e97ee73bed0c56dfa01" [[package]] name = "strum" -version = "0.26.3" +version = "0.27.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06" +checksum = "f64def088c51c9510a8579e3c5d67c65349dcf755e5479ad3d010aa6454e2c32" [[package]] name = "strum_macros" diff --git a/Cargo.toml b/Cargo.toml index 7edcec1..7d7b67e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ pnet = { version = "0.33.0", features = ["std"] } rand = "0.8.4" siphasher = "1.0" stderrlog = "0.6.0" -strum = "0.26.3" +strum = "0.27.1" strum_macros = "0.26.4" [[bin]]