deps: Update bit-vec from 0.6 to 0.7 (#678)

This commit is contained in:
Bruce Mitchener
2024-07-12 22:03:15 +07:00
committed by GitHub
parent 5a45a7f559
commit 56f0eecd27
4 changed files with 4 additions and 4 deletions

View File

@@ -58,7 +58,7 @@ approx = "0.5"
rayon = { version = "1", optional = true } rayon = { version = "1", optional = true }
crossbeam = "0.8" crossbeam = "0.8"
arrayvec = "0.7" arrayvec = "0.7"
bit-vec = "0.6" bit-vec = "0.7"
rustc-hash = "2" rustc-hash = "2"
serde = { version = "1", features = ["derive"], optional = true } serde = { version = "1", features = ["derive"], optional = true }
downcast-rs = "1.2" downcast-rs = "1.2"

View File

@@ -58,7 +58,7 @@ approx = "0.5"
rayon = { version = "1", optional = true } rayon = { version = "1", optional = true }
crossbeam = "0.8" crossbeam = "0.8"
arrayvec = "0.7" arrayvec = "0.7"
bit-vec = "0.6" bit-vec = "0.7"
rustc-hash = "2" rustc-hash = "2"
serde = { version = "1", features = ["derive"], optional = true } serde = { version = "1", features = ["derive"], optional = true }
downcast-rs = "1.2" downcast-rs = "1.2"

View File

@@ -58,7 +58,7 @@ approx = "0.5"
rayon = { version = "1", optional = true } rayon = { version = "1", optional = true }
crossbeam = "0.8" crossbeam = "0.8"
arrayvec = "0.7" arrayvec = "0.7"
bit-vec = "0.6" bit-vec = "0.7"
rustc-hash = "2" rustc-hash = "2"
serde = { version = "1", features = ["derive"], optional = true } serde = { version = "1", features = ["derive"], optional = true }
downcast-rs = "1.2" downcast-rs = "1.2"

View File

@@ -58,7 +58,7 @@ approx = "0.5"
rayon = { version = "1", optional = true } rayon = { version = "1", optional = true }
crossbeam = "0.8" crossbeam = "0.8"
arrayvec = "0.7" arrayvec = "0.7"
bit-vec = "0.6" bit-vec = "0.7"
rustc-hash = "2" rustc-hash = "2"
serde = { version = "1", features = ["derive"], optional = true } serde = { version = "1", features = ["derive"], optional = true }
downcast-rs = "1.2" downcast-rs = "1.2"