From 456b5b3c55cea883d385193adb7c509aee9a1d55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 17:59:29 +0000 Subject: [PATCH] Bump strum from 0.26.2 to 0.26.3 Bumps [strum](https://github.com/Peternator7/strum) from 0.26.2 to 0.26.3. - [Release notes](https://github.com/Peternator7/strum/releases) - [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md) - [Commits](https://github.com/Peternator7/strum/compare/v0.26.2...v0.26.3) --- updated-dependencies: - dependency-name: strum dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- bench/runner/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8ce04bf..fde746c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -727,9 +727,9 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" [[package]] name = "strum" -version = "0.26.2" +version = "0.26.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d8cec3501a5194c432b2b7976db6b7d10ec95c253208b45f83f7136aa985e29" +checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06" [[package]] name = "strum_macros" diff --git a/bench/runner/Cargo.toml b/bench/runner/Cargo.toml index 0cfc504..9b1379d 100644 --- a/bench/runner/Cargo.toml +++ b/bench/runner/Cargo.toml @@ -10,7 +10,7 @@ humantime = "2.1.0" serde = { version = "1.0.203", features = ["derive"] } serde_json = "1.0.117" -strum = { version = "0.26.2", optional = true } +strum = { version = "0.26.3", optional = true } strum_macros = { version = "0.26.2", optional = true } [features]