diff --git a/Cargo.toml b/Cargo.toml index 9c2543a..79fafe5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ tls = ["libdoh/tls"] [dependencies] libdoh = { path = "src/libdoh", version = "0.9.4", default-features = false } -clap = { version = "3.2.22", features = ["std", "cargo", "wrap_help"] } +clap = { version = "4.0.4", features = ["std", "cargo", "wrap_help"] } dnsstamps = "0.1.9" mimalloc = { version = "0.1.29", default-features = false }