Update trust-dns

This commit is contained in:
asonix 2022-10-15 11:16:38 -05:00
parent b2d4da46f4
commit 60aca2f0ff

View file

@ -28,8 +28,8 @@ jive = { git = "https://git.asonix.dog/safe-async/jive", features = [
"tokio-io-compat",
] }
tokio = { version = "1", default-features = false }
trust-dns-resolver = { version = "0.21.2", default-features = false, optional = true }
trust-dns-resolver = { version = "0.22.0", default-features = false, optional = true }
jive-dns = { git = "https://git.asonix.dog/safe-async/jive-dns", optional = true }
[dev-dependencies]
axum = { version = "0.6.0-rc.1", default-features = false }
axum = { version = "0.6.0-rc.2", default-features = false }