Skip to content

Commit

Permalink
build(deps): Update bit-set and bit-vec to 0.8.0 (#501)
Browse files Browse the repository at this point in the history
  • Loading branch information
caspermeijn authored Sep 8, 2024
1 parent ff98819 commit f8a84d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proptest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,11 @@ version = "0.8"
optional = true

[dependencies.bit-set]
version = "0.5.2"
version = "0.8.0"
optional = true

[dependencies.bit-vec]
version = "0.6.0"
version = "0.8.0"
optional = true

[dependencies.rand]
Expand Down

0 comments on commit f8a84d5

Please sign in to comment.