diff --git a/Cargo.lock b/Cargo.lock index c416802c6..2a268318e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4535,9 +4535,9 @@ checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" [[package]] name = "strum" -version = "0.24.1" +version = "0.25.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f" +checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125" [[package]] name = "strum_macros" diff --git a/Cargo.toml b/Cargo.toml index d76877e33..1055a6a4b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -80,7 +80,7 @@ serde = { version = "1.0", features = ["derive"] } sha-1 = "0.10" sha2 = "0.10" smallvec = "1" -strum = "0.24" +strum = "0.25" strum_macros = "0.25" tagger = "4.3.4" textwrap = "0.16.0"