cargo upgrade
This commit is contained in:
parent
c3a7d1646c
commit
c456432cc3
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -3349,9 +3349,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "log"
|
||||
version = "0.4.18"
|
||||
version = "0.4.19"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "518ef76f2f87365916b142844c16d8fefd85039bc5699050210a7778ee1cd1de"
|
||||
checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4"
|
||||
dependencies = [
|
||||
"value-bag",
|
||||
]
|
||||
|
@ -9,6 +9,6 @@ redis-rate-limiter = { path = "../redis-rate-limiter" }
|
||||
|
||||
anyhow = "1.0.71"
|
||||
hashbrown = "0.14.0"
|
||||
log = "0.4.18"
|
||||
log = "0.4.19"
|
||||
moka = { version = "0.11.2", features = ["future"] }
|
||||
tokio = "1.28.2"
|
||||
|
@ -8,7 +8,7 @@ edition = "2021"
|
||||
[dependencies]
|
||||
ewma = "0.1.1"
|
||||
flume = "0.10.14"
|
||||
log = "0.4.18"
|
||||
log = "0.4.19"
|
||||
serde = { version = "1.0.164", features = [] }
|
||||
tokio = { version = "1.28.2", features = ["full"] }
|
||||
|
||||
|
@ -66,7 +66,7 @@ hyper = { version = "0.14.26", features = ["full", "nightly"] }
|
||||
ipnet = "2.7.2"
|
||||
itertools = "0.10.5"
|
||||
listenfd = "1.0.1"
|
||||
log = "0.4.18"
|
||||
log = "0.4.19"
|
||||
mimalloc = { version = "0.1.37", optional = true}
|
||||
moka = { version = "0.11.2", features = ["future"] }
|
||||
num = "0.4.0"
|
||||
|
Loading…
Reference in New Issue
Block a user