diff --git a/Cargo.toml b/Cargo.toml index 800332a..8d3f4c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ clap = { version = "4", features = ["derive", "wrap_help"] } ctrlc2 = { version = "3", features = ["tokio", "termination"] } dotenvy = "0.15" env_logger = "0.11" -hickory-proto = "0.24" +hickory-proto = "0.25" log = "0.4" moka = { version = "0.12", default-features = false, features = ["future"] } percent-encoding = "2"