From 877b72e60c6df8585a818b1bc1cf81dc8fd28fcc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 11:44:42 +0000 Subject: [PATCH] Bump strum from 0.26.1 to 0.26.2 in /deepwell 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] --- deepwell/Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/deepwell/Cargo.lock b/deepwell/Cargo.lock index aff18da946..df483dfe16 100644 --- a/deepwell/Cargo.lock +++ b/deepwell/Cargo.lock @@ -924,7 +924,7 @@ dependencies = [ "sha2", "sqlx", "str-macro", - "strum 0.26.1", + "strum 0.26.2", "strum_macros", "subtle", "thiserror", @@ -1350,7 +1350,7 @@ dependencies = [ "serde_json", "serde_repr", "str-macro", - "strum 0.26.1", + "strum 0.26.2", "strum_macros", "time", "tinyvec", @@ -4007,9 +4007,9 @@ checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125" [[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" [[package]] name = "strum_macros"