diff --git a/Cargo.toml b/Cargo.toml index 8ad5a42..49abaa6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,8 +49,8 @@ serde_json = "1.0.128" serde-this-or-that = "0.4.2" serde_with = "3.9.0" simple_logger = "4.3.3" -strum = { version = "0.26.2", features = ["derive"] } -strum_macros = "0.26.2" +strum = { version = "0.26.3", features = ["derive"] } +strum_macros = "0.26.4" thiserror = "1.0.64" tokio = { version = "1.37.0", features = ["full"] } utoipa = { version = "4.2.0", features = ["actix_extras"] }