Update deps; especially for tokio 1.8.2 bug fixes

pull/75/head
Frank Denis 3 years ago
parent 485fb44286
commit d2d9e6eb7e

@ -12,7 +12,7 @@ categories = ["asynchronous", "network-programming","command-line-utilities"]
readme = "README.md"
[dependencies]
anyhow = "1.0.41"
anyhow = "1.0.42"
byteorder = "1.4.3"
clap = { version = "2.33.3", default-features = false, features = ["wrap_help"] }
clockpro-cache = "0.1.10"
@ -22,10 +22,10 @@ derivative = "2.2.0"
dnsstamps = "0.1.7"
env_logger = { version = "0.9.0", default-features = false, features = ["humantime"] }
futures = { version = "0.3.15", features = ["async-await"] }
hyper = { version = "0.14.9", default_features = false, features = ["server", "http1"], optional = true }
hyper = { version = "0.14.10", default_features = false, features = ["server", "http1"], optional = true }
ipext = "0.1.0"
jemallocator = "0.3.2"
libsodium-sys-stable= "1.19.17"
libsodium-sys-stable= "1.19.18"
log = { version = "0.4.14", features = ["std", "release_max_level_debug"] }
socket2 = "0.4.0"
parking_lot = "0.11.1"
@ -36,7 +36,7 @@ serde = "1.0.126"
serde_derive = "1.0.126"
serde-big-array = "0.3.2"
siphasher = "0.3.5"
tokio = { version = "1.8.0", features = ["net", "io-std", "io-util", "fs", "time", "rt-multi-thread", "parking_lot"] }
tokio = { version = "1.8.2", features = ["net", "io-std", "io-util", "fs", "time", "rt-multi-thread", "parking_lot"] }
toml = "0.5.8"
[dependencies.prometheus]

Loading…
Cancel
Save