diff --git a/Cargo.toml b/Cargo.toml index eabeb3e..d2bc802 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ readme = "README.md" [dependencies] anyhow = "1.0.61" byteorder = "1.4.3" -clap = { version = "3.2.16", default-features = false, features = [ +clap = { version = "3.2.17", default-features = false, features = [ "std", "cargo", "wrap_help", @@ -27,7 +27,7 @@ dnsstamps = "0.1.9" env_logger = { version = "0.9.0", default-features = false, features = [ "humantime", ] } -futures = { version = "0.3.21", features = ["async-await"] } +futures = { version = "0.3.23", features = ["async-await"] } hyper = { version = "0.14.20", default_features = false, features = [ "server", "http1",