Skip to content

Commit

Permalink
Bump strum from 0.24.1 to 0.25.0
Browse files Browse the repository at this point in the history
Bumps [strum](/~https://github.com/Peternator7/strum) from 0.24.1 to 0.25.0.
- [Changelog](/~https://github.com/Peternator7/strum/blob/master/CHANGELOG.md)
- [Commits](/~https://github.com/Peternator7/strum/commits)

---
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 Jan 8, 2024
1 parent 530fb5c commit 826bad2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 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 bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.25" }
crossbeam-channel = "0.5"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.25", features = ["derive"] }
crossbeam-channel = "0.5"
rand = {version = "0.8.5", features = ["std_rng"]}

Expand Down

0 comments on commit 826bad2

Please sign in to comment.