From e7b9d2b6be40709590daf19f9a1b9bb0c1a3d5aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 00:55:55 +0000 Subject: [PATCH] Bump strum from 0.25.0 to 0.26.3 (#503) Bumps [strum](https://github.com/Peternator7/strum) from 0.25.0 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/commits/v0.26.3) --- updated-dependencies: - dependency-name: strum dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6cabf32ee..e314da577 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2429,9 +2429,9 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" [[package]] name = "strum" -version = "0.25.0" +version = "0.26.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125" +checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06" [[package]] name = "strum_macros" diff --git a/Cargo.toml b/Cargo.toml index 575ba70da..43ca170bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ ring = { version = "0.17", optional = true } rusqlite = { version = "0.32"} serde_json = "^1.0" serde = { version = "^1.0.147", features = ["derive"] } -strum = "0.25" +strum = "0.26" strum_macros = "0.26" tokio = { version = "1", features = ["rt-multi-thread"], optional = true } thiserror = "2.0"