Skip to content

Commit

Permalink
build(deps): bump strum from 0.26.3 to 0.27.0
Browse files Browse the repository at this point in the history
Bumps [strum](https://github.com/Peternator7/strum) from 0.26.3 to 0.27.0.
- [Release notes](https://github.com/Peternator7/strum/releases)
- [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md)
- [Commits](Peternator7/strum@v0.26.3...v0.27.0)

---
updated-dependencies:
- dependency-name: strum
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 10, 2025
1 parent d4f9d71 commit 8c094b2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aoc2023/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ rayon = { version = "1.8" }
rustc-hash = { version = "2.0" }
rustworkx-core = { version = "0.16" }
smallvec = { version = "1.11" }
strum = { version = "0.26", features = ["derive"] }
strum = { version = "0.27", features = ["derive"] }
z3 = { version = "0.12", optional = true }

[features]
Expand Down
2 changes: 1 addition & 1 deletion aoc2024/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pathfinding = { version = "4.14" }
rayon = { version = "1.8" }
rustc-hash = { version = "2.0" }
smallvec = { version = "1.11" }
strum = { version = "0.26", features = ["derive"] }
strum = { version = "0.27", features = ["derive"] }

[features]
default = []
Expand Down

0 comments on commit 8c094b2

Please sign in to comment.