diff --git a/lava-api-mock/Cargo.toml b/lava-api-mock/Cargo.toml index c3dbac1..615660c 100644 --- a/lava-api-mock/Cargo.toml +++ b/lava-api-mock/Cargo.toml @@ -23,7 +23,7 @@ serde_json = "^1" serde_with = "2.0" serde_yaml = "0.9" tokio = { version = "1.4", features = ["macros", "rt", "rt-multi-thread", "sync"] } -strum = { version = "0.24", features = [ "derive" ] } +strum = { version = "0.25", features = [ "derive" ] } url = "2" thiserror = "1.0" log = "0.4" diff --git a/lava-api/Cargo.toml b/lava-api/Cargo.toml index 21d9301..94dae7a 100644 --- a/lava-api/Cargo.toml +++ b/lava-api/Cargo.toml @@ -23,7 +23,7 @@ tokio = { version = "1.4", features = ["macros", "rt", "rt-multi-thread", "sync" url = "2" thiserror = "1.0" log = "0.4" -strum = { version = "0.24", features = ["derive"] } +strum = { version = "0.25", features = ["derive"] } bytes = "1.2.1" [dev-dependencies]