From c64202a188de774d31c027900aa96b4d48e9d7a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Mar 2024 13:55:42 +0000 Subject: [PATCH] build(deps): update strum requirement from 0.25 to 0.26 --- updated-dependencies: - dependency-name: strum dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- aoc2023/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aoc2023/Cargo.toml b/aoc2023/Cargo.toml index 283d590..82ce191 100644 --- a/aoc2023/Cargo.toml +++ b/aoc2023/Cargo.toml @@ -25,7 +25,7 @@ rayon = { version = "1.8" } rustc-hash = { version = "1.1" } rustworkx-core = { version = "0.13" } smallvec = { version = "1.11" } -strum = { version = "0.25", features = ["derive"] } +strum = { version = "0.26", features = ["derive"] } z3 = { version = "0.12", optional = true } [features]