From f270aa4e2be4e58c65789acced504b0a6af6ab6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jun 2023 21:09:03 +0000 Subject: [PATCH] Update strum requirement from 0.24 to 0.25 Updates the requirements on [strum](https://github.com/Peternator7/strum) to permit the latest version. - [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md) - [Commits](https://github.com/Peternator7/strum/commits) --- updated-dependencies: - dependency-name: strum dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- lava-api-mock/Cargo.toml | 2 +- lava-api/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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]