Update deps

sieve-cache
Frank Denis 10 months ago
parent e9946cd40f
commit 74b2745982

558
Cargo.lock generated

File diff suppressed because it is too large Load Diff

@ -12,9 +12,9 @@ categories = ["asynchronous", "network-programming", "command-line-utilities"]
readme = "README.md" readme = "README.md"
[dependencies] [dependencies]
anyhow = "1.0.70" anyhow = "1.0.71"
byteorder = "1.4.3" byteorder = "1.4.3"
clap = { version = "3.2.23", default-features = false, features = [ clap = { version = "3.2.25", default-features = false, features = [
"std", "std",
"cargo", "cargo",
"wrap_help", "wrap_help",
@ -28,25 +28,25 @@ env_logger = { version = "0.10.0", default-features = false, features = [
"humantime", "humantime",
] } ] }
futures = { version = "0.3.28", features = ["async-await"] } futures = { version = "0.3.28", features = ["async-await"] }
hyper = { version = "0.14.26", default-features = false, features = [ hyper = { version = "0.14.27", default-features = false, features = [
"server", "server",
"http1", "http1",
], optional = true } ], optional = true }
ipext = "0.1.0" ipext = "0.1.0"
libsodium-sys-stable = "1.19.27" libsodium-sys-stable = "1.19.29"
log = { version = "0.4.17", features = ["std", "release_max_level_debug"] } log = { version = "0.4.19", features = ["std", "release_max_level_debug"] }
mimalloc = { version = "0.1.36", default-features = false } mimalloc = { version = "0.1.37", default-features = false }
socket2 = "0.5.2" socket2 = "0.5.3"
parking_lot = "0.12.1" parking_lot = "0.12.1"
rand = "0.8.5" rand = "0.8.5"
rlimit = "0.9.1" rlimit = "0.10.0"
rustc-hash = "1.1.0" rustc-hash = "1.1.0"
serde = "1.0.160" serde = "1.0.171"
serde_derive = "1.0.160" serde_derive = "1.0.171"
serde-big-array = "0.5.1" serde-big-array = "0.5.1"
siphasher = "0.3.10" siphasher = "0.3.10"
slabigator = "0.2.0" slabigator = "0.2.0"
tokio = { version = "1.27.0", features = [ tokio = { version = "1.29.1", features = [
"net", "net",
"io-std", "io-std",
"io-util", "io-util",
@ -54,10 +54,10 @@ tokio = { version = "1.27.0", features = [
"time", "time",
"rt-multi-thread" "rt-multi-thread"
] } ] }
toml = "0.7.3" toml = "0.7.6"
[target.'cfg(target_family = "unix")'.dependencies] [target.'cfg(target_family = "unix")'.dependencies]
privdrop = "0.5.3" privdrop = "0.5.4"
[dependencies.prometheus] [dependencies.prometheus]
optional = true optional = true

Loading…
Cancel
Save