From ea7a60661550497afd412561f605fe30c229ff45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 15:25:06 +0000 Subject: [PATCH] Bump strum from 0.26.1 to 0.26.2 Bumps [strum](https://github.com/Peternator7/strum) from 0.26.1 to 0.26.2. - [Release notes](https://github.com/Peternator7/strum/releases) - [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 update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- roscal_cli/Cargo.toml | 2 +- roscal_lib/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3ec2265..6e1d132 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1079,9 +1079,9 @@ checksum = "5ee073c9e4cd00e28217186dbe12796d692868f432bf2e97ee73bed0c56dfa01" [[package]] name = "strum" -version = "0.26.1" +version = "0.26.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "723b93e8addf9aa965ebe2d11da6d7540fa2283fcea14b3371ff055f7ba13f5f" +checksum = "5d8cec3501a5194c432b2b7976db6b7d10ec95c253208b45f83f7136aa985e29" dependencies = [ "strum_macros", ] diff --git a/roscal_cli/Cargo.toml b/roscal_cli/Cargo.toml index b63650b..7ecf7ce 100644 --- a/roscal_cli/Cargo.toml +++ b/roscal_cli/Cargo.toml @@ -22,7 +22,7 @@ serde = { version = "1.0.197", features = ["derive"] } serde_json = { version = "1.0.114", features = ["preserve_order"] } serde_yaml = "0.9.32" sha2 = "0.10.8" -strum = { version = "0.26.1", features = ["derive"] } +strum = { version = "0.26.2", features = ["derive"] } thiserror = "1.0.56" tokio = { version = "1.35.1", features = ["full"] } diff --git a/roscal_lib/Cargo.toml b/roscal_lib/Cargo.toml index 3fdb297..3de24fc 100644 --- a/roscal_lib/Cargo.toml +++ b/roscal_lib/Cargo.toml @@ -23,7 +23,7 @@ lazy_static = "1.4.0" pulldown-cmark = "0.10.0" regex = "1.10.2" serde = { version = "1.0.197", features = ["derive"] } -strum = { version = "0.26.1", features = ["derive"] } +strum = { version = "0.26.2", features = ["derive"] } uriparse = "0.6.4" uuid = { version = "1.6.1", features = ["v4", "v5", "fast-rng", "serde"] }