Skip to content

Commit

Permalink
Downgrade trust-dns-resolver (#748)
Browse files Browse the repository at this point in the history
  • Loading branch information
XAMPPRocky authored Jul 4, 2023
1 parent 3093b05 commit 2d5f3dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 2d5f3dd

Please sign in to comment.