diff --git a/Cargo.toml b/Cargo.toml index 73dda3622f..720c025014 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -96,7 +96,7 @@ url = { version = "2.3.1", features = ["serde"] } uuid = { version = "1.3.3", default-features = false, features = ["v4"] } lasso = { version = "0.7.2", features = ["multi-threaded"] } kube.workspace = true -trust-dns-resolver = { version = "0.22.0", features = ["tokio", "tokio-rustls", "dns-over-https-rustls"] } +trust-dns-resolver = { version = "0.21.0", features = ["tokio", "tokio-rustls", "dns-over-https-rustls"] } async-trait = "0.1.68" nom = "7.1.3"