upgrade hashbrown
This commit is contained in:
parent
8c02e4420d
commit
7d0ac54019
8
Cargo.lock
generated
8
Cargo.lock
generated
@ -1147,7 +1147,7 @@ name = "deferred-rate-limiter"
|
||||
version = "0.2.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"hashbrown 0.13.1",
|
||||
"hashbrown 0.13.2",
|
||||
"log",
|
||||
"moka",
|
||||
"redis-rate-limiter",
|
||||
@ -2125,9 +2125,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "hashbrown"
|
||||
version = "0.13.1"
|
||||
version = "0.13.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "33ff8ae62cd3a9102e5637afc8452c55acf3844001bd5374e0b0bd7b6616c038"
|
||||
checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
|
||||
dependencies = [
|
||||
"ahash 0.8.2",
|
||||
"serde",
|
||||
@ -5586,7 +5586,7 @@ dependencies = [
|
||||
"futures",
|
||||
"glob",
|
||||
"handlebars",
|
||||
"hashbrown 0.13.1",
|
||||
"hashbrown 0.13.2",
|
||||
"hdrhistogram",
|
||||
"http",
|
||||
"ipnet",
|
||||
|
@ -8,7 +8,7 @@ edition = "2021"
|
||||
redis-rate-limiter = { path = "../redis-rate-limiter" }
|
||||
|
||||
anyhow = "1.0.68"
|
||||
hashbrown = "0.13.1"
|
||||
hashbrown = "0.13.2"
|
||||
log = "0.4.17"
|
||||
moka = { version = "0.9.6", default-features = false, features = ["future"] }
|
||||
tokio = "1.24.1"
|
||||
|
@ -35,7 +35,7 @@ env_logger = "0.10.0"
|
||||
fdlimit = "0.2.1"
|
||||
flume = "0.10.14"
|
||||
futures = { version = "0.3.25", features = ["thread-pool"] }
|
||||
hashbrown = { version = "0.13.1", features = ["serde"] }
|
||||
hashbrown = { version = "0.13.2", features = ["serde"] }
|
||||
hdrhistogram = "7.5.2"
|
||||
http = "0.2.8"
|
||||
ipnet = "2.7.1"
|
||||
|
Loading…
Reference in New Issue
Block a user