Skip to content

Commit

Permalink
build(deps): update fixedbitset requirement from 0.4 to 0.5
Browse files Browse the repository at this point in the history
Updates the requirements on [fixedbitset](https://github.com/petgraph/fixedbitset) to permit the latest version.
- [Release notes](https://github.com/petgraph/fixedbitset/releases)
- [Commits](petgraph/fixedbitset@v0.4.0...v0.5.7)

---
updated-dependencies:
- dependency-name: fixedbitset
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 31, 2024
1 parent f4c3350 commit a125db3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ mini-moka = { version = "0.10", optional = true }
parking_lot = "0.12.0"
regex = "1.5.4"
petgraph = "0.6"
fixedbitset = "0.4"
fixedbitset = "0.5"
rhai = { version = "1.5.0", features = [
"sync",
"only_i32",
Expand Down

0 comments on commit a125db3

Please sign in to comment.