diff --git a/Cargo.lock b/Cargo.lock index b9c3c05..0fe530b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3992,9 +3992,9 @@ checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" [[package]] name = "strum" -version = "0.25.0" +version = "0.26.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125" +checksum = "723b93e8addf9aa965ebe2d11da6d7540fa2283fcea14b3371ff055f7ba13f5f" [[package]] name = "strum_macros" diff --git a/Cargo.toml b/Cargo.toml index 37aa1f0..46d7615 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ savefile = "0.16.2" savefile-derive = "0.16.2" semver = "1.0.20" static_assertions = "1.1.0" -strum = "0.25.0" +strum = "0.26.1" strum_macros = "0.25.2" tauri = { version = "1.5.4", features = ["window-all"] } tokio = "1.32.0"