From 0f1ce8dbe98085590cfd0a8831deda51440e006e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 13:07:05 +0000 Subject: [PATCH] Bump strum from 0.24.1 to 0.26.1 Bumps [strum](https://github.com/Peternator7/strum) from 0.24.1 to 0.26.1. - [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.1) --- updated-dependencies: - dependency-name: strum dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 +++++----- bin/Cargo.toml | 2 +- lib/Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ac1a65b..2140326 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2592,24 +2592,24 @@ checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" [[package]] name = "strum" -version = "0.24.1" +version = "0.26.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f" +checksum = "723b93e8addf9aa965ebe2d11da6d7540fa2283fcea14b3371ff055f7ba13f5f" dependencies = [ "strum_macros", ] [[package]] name = "strum_macros" -version = "0.24.3" +version = "0.26.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59" +checksum = "7a3417fc93d76740d974a01654a09777cb500428cc874ca9f45edfe0c4d4cd18" dependencies = [ "heck", "proc-macro2", "quote", "rustversion", - "syn 1.0.109", + "syn 2.0.28", ] [[package]] diff --git a/bin/Cargo.toml b/bin/Cargo.toml index da2739a..e12cb48 100644 --- a/bin/Cargo.toml +++ b/bin/Cargo.toml @@ -22,7 +22,7 @@ log = { version = "0.4", features = [ "max_level_trace", "release_max_level_info serde = { version = "1.0", features = ["derive","rc"] } serde_json = "1.0" env_logger = "0.10" -strum = { version = "0.24" } +strum = { version = "0.26" } crossbeam-channel = "0.5" [dev-dependencies] diff --git a/lib/Cargo.toml b/lib/Cargo.toml index a261f54..f656468 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -31,7 +31,7 @@ serde_json = "1.0" biodivine-lib-bdd = "0.5.0" derivative = "2.2.0" roaring = "0.10.1" -strum = { version = "0.24", features = ["derive"] } +strum = { version = "0.26", features = ["derive"] } crossbeam-channel = "0.5" rand = {version = "0.8.5", features = ["std_rng"]}