diff --git a/Cargo.lock b/Cargo.lock index 8b9ee0f..87f09e2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1195,7 +1195,7 @@ dependencies = [ "sea-orm", "serde", "serde_json", - "strum 0.27.1", + "strum 0.27.2", "strum_macros", "thiserror 2.0.12", "tokio", @@ -4617,9 +4617,9 @@ checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06" [[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" [[package]] name = "strum_macros" diff --git a/Cargo.toml b/Cargo.toml index 0d45471..bcfe0d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -76,7 +76,7 @@ sea-orm = { version = "1.1.14", features = [ serde = "1.0.219" serde_json = "1.0.140" serde-wasm-bindgen = "0.6.5" -strum = "0.27.1" +strum = "0.27.2" strum_macros = "0.27.2" test-log = { version = "0", features = ["log"] } thiserror = "2.0.12"