Update deps, including Prometheus

pull/45/head
Frank Denis 4 years ago
parent 24284541b0
commit ce34575a04

@ -12,21 +12,21 @@ categories = ["asynchronous", "network-programming","command-line-utilities"]
readme = "README.md" readme = "README.md"
[dependencies] [dependencies]
anyhow = "1.0.31" anyhow = "1.0.32"
byteorder = "1.3.4" byteorder = "1.3.4"
clap = { version = "2.33.1", default-features = false, features = ["wrap_help"] } clap = { version = "2.33.3", default-features = false, features = ["wrap_help"] }
clockpro-cache = "0.1.8" clockpro-cache = "0.1.8"
coarsetime = "0.1.13" coarsetime = "0.1.16"
daemonize-simple = "0.1.4" daemonize-simple = "0.1.4"
derivative = "2.1.1" derivative = "2.1.1"
dnsstamps = "0.1.4" dnsstamps = "0.1.4"
env_logger = { version = "0.7.1", default-features = false, features = ["humantime"] } env_logger = { version = "0.7.1", default-features = false, features = ["humantime"] }
futures = { version = "0.3.5", features = ["async-await"] } futures = { version = "0.3.5", features = ["async-await"] }
hyper = { version = "0.13.5", default_features = false, optional = true } hyper = { version = "0.13.7", default_features = false, optional = true }
ipext = "0.1.0" ipext = "0.1.0"
jemallocator = "0.3.2" jemallocator = "0.3.2"
libsodium-sys-stable= "1.19.5" libsodium-sys-stable= "1.19.9"
log = { version = "0.4.8", features = ["std", "release_max_level_debug"] } log = { version = "0.4.11", features = ["std", "release_max_level_debug"] }
socket2 = "0.3" socket2 = "0.3"
parking_lot = "0.11" parking_lot = "0.11"
privdrop = "0.3.4" privdrop = "0.3.4"
@ -36,12 +36,12 @@ serde = "1.0"
serde_derive = "1.0" serde_derive = "1.0"
serde-big-array = "0.3.0" serde-big-array = "0.3.0"
siphasher = "0.3" siphasher = "0.3"
tokio = { version = "0.2.11", features = ["fs", "rt-threaded", "time", "tcp", "udp", "stream", "parking_lot"] } tokio = { version = "0.2.22", features = ["fs", "rt-threaded", "time", "tcp", "udp", "stream", "parking_lot"] }
toml = "0.5" toml = "0.5"
[dependencies.prometheus] [dependencies.prometheus]
optional = true optional = true
version = "0.9.0" version = "0.10.0"
default_features = false default_features = false
features = ["process"] features = ["process"]

Loading…
Cancel
Save