remove unused hashbrown dependency (#31207)

This commit is contained in:
Andrew Fitzgerald 2023-04-15 21:12:22 -07:00 committed by GitHub
parent f3935f679e
commit 72ad275194
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 0 additions and 4 deletions

1
Cargo.lock generated
View File

@ -5683,7 +5683,6 @@ dependencies = [
"either",
"generic-array 0.14.7",
"getrandom 0.1.16",
"hashbrown 0.12.3",
"im",
"lazy_static",
"log",

View File

@ -195,7 +195,6 @@ generic-array = { version = "0.14.7", default-features = false }
gethostname = "0.2.3"
getrandom = "0.1.14"
goauth = "0.13.1"
hashbrown = "0.12"
hex = "0.4.3"
hidapi = { version = "2.2.0", default-features = false }
histogram = "0.6.9"

View File

@ -32,7 +32,6 @@ cc = { workspace = true, features = ["jobserver", "parallel"] }
either = { workspace = true, features = ["use_std"] }
generic-array = { workspace = true, features = ["serde", "more_lengths"] }
getrandom = { workspace = true, features = ["dummy"] }
hashbrown = { workspace = true, features = ["raw"] }
im = { workspace = true, features = ["rayon", "serde"] }
memmap2 = { workspace = true }
once_cell = { workspace = true, features = ["alloc", "race"] }

View File

@ -4899,7 +4899,6 @@ dependencies = [
"either",
"generic-array 0.14.7",
"getrandom 0.1.14",
"hashbrown 0.12.3",
"im",
"lazy_static",
"log",