Skip to content

Commit

Permalink
build(deps): update strum requirement from 0.25 to 0.26
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: strum
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 29, 2024
1 parent f48e33f commit acf68c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aoc2023/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit acf68c6

Please sign in to comment.