Update deps

tracing-locks
Frank Denis 2 years ago
parent 7c2b7a3b42
commit 0a4a4b5a52

@ -12,40 +12,40 @@ categories = ["asynchronous", "network-programming", "command-line-utilities"]
readme = "README.md" readme = "README.md"
[dependencies] [dependencies]
anyhow = "1.0.53" anyhow = "1.0.57"
byteorder = "1.4.3" byteorder = "1.4.3"
clap = { version = "3.0.13", default-features = false, features = [ clap = { version = "3.1.18", default-features = false, features = [
"std", "std",
"cargo", "cargo",
"wrap_help", "wrap_help",
] } ] }
clockpro-cache = "0.1.10" clockpro-cache = "0.1.10"
coarsetime = "0.1.21" coarsetime = "0.1.22"
daemonize-simple = "0.1.5" daemonize-simple = "0.1.5"
derivative = "2.2.0" derivative = "2.2.0"
dnsstamps = "0.1.9" dnsstamps = "0.1.9"
env_logger = { version = "0.9.0", default-features = false, features = [ env_logger = { version = "0.9.0", default-features = false, features = [
"humantime", "humantime",
] } ] }
futures = { version = "0.3.19", features = ["async-await"] } futures = { version = "0.3.21", features = ["async-await"] }
hyper = { version = "0.14.16", default_features = false, features = [ hyper = { version = "0.14.18", 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.21" libsodium-sys-stable = "1.19.22"
log = { version = "0.4.14", features = ["std", "release_max_level_debug"] } log = { version = "0.4.17", features = ["std", "release_max_level_debug"] }
mimalloc = { version = "0.1.29", default-features = false } mimalloc = { version = "0.1.29", default-features = false }
socket2 = "0.4.4" socket2 = "0.4.4"
parking_lot = "0.12.0" parking_lot = "0.12.0"
privdrop = "0.5.1" privdrop = "0.5.2"
rand = "0.8.4" rand = "0.8.5"
rustc-hash = "1.1.0" rustc-hash = "1.1.0"
serde = "1.0.136" serde = "1.0.137"
serde_derive = "1.0.136" serde_derive = "1.0.137"
serde-big-array = "0.4.1" serde-big-array = "0.4.1"
siphasher = "0.3.9" siphasher = "0.3.10"
tokio = { version = "1.16.1", features = [ tokio = { version = "1.18.2", features = [
"net", "net",
"io-std", "io-std",
"io-util", "io-util",
@ -54,11 +54,11 @@ tokio = { version = "1.16.1", features = [
"rt-multi-thread", "rt-multi-thread",
"parking_lot", "parking_lot",
] } ] }
toml = "0.5.8" toml = "0.5.9"
[dependencies.prometheus] [dependencies.prometheus]
optional = true optional = true
version = "0.13.0" version = "0.13.1"
default_features = false default_features = false
[features] [features]

Loading…
Cancel
Save