Replaced gxhash with xxhash due to AES/SSE2 intrinsic requirements
This commit is contained in:
10
Cargo.lock
generated
10
Cargo.lock
generated
@@ -2755,15 +2755,6 @@ dependencies = [
|
||||
"utils",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "gxhash"
|
||||
version = "3.5.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f3ce1bab7aa741d4e7042b2aae415b78741f267a98a7271ea226cd5ba6c43d7d"
|
||||
dependencies = [
|
||||
"rustversion",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "h2"
|
||||
version = "0.3.26"
|
||||
@@ -7169,7 +7160,6 @@ dependencies = [
|
||||
"flate2",
|
||||
"foundationdb",
|
||||
"futures",
|
||||
"gxhash",
|
||||
"lru-cache",
|
||||
"lz4_flex",
|
||||
"memchr",
|
||||
|
||||
Reference in New Issue
Block a user