Skip to content

Commit 5b6a9f2

Browse files
Update bit-set requirement from 0.5.2 to 0.6.0
Updates the requirements on [bit-set](https://github.com/contain-rs/bit-set) to permit the latest version. - [Release notes](https://github.com/contain-rs/bit-set/releases) - [Commits](https://github.com/contain-rs/bit-set/commits) --- updated-dependencies: - dependency-name: bit-set dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ace02d2 commit 5b6a9f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ fbas_analyzer = { version = "0.7", default-features = false, features = ["qsc-si
3737
hex = "0.4.3"
3838
structopt = {version = "0.3.26", optional = true}
3939
sha3 = "0.10.0"
40-
bit-set = "0.5.2"
40+
bit-set = "0.6.0"
4141
itertools = "0.12.0"
4242
rug = "1.15.0"
4343
rand = "0.8.5"

0 commit comments

Comments
 (0)