diff --git a/Cargo.toml b/Cargo.toml index 54b8135..bb54a92 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ serde = { version = "1", features = ["derive"] } serde_json = "1" tokio = { version = "1", features = ["fs", "time"] } tracing = "0.1" -trust-dns-resolver = { version = "0.22", optional = true } +trust-dns-resolver = { version = "0.23.2", optional = true } uuid = { version = "1.4.1", features = ["v4"], optional = true } [dev-dependencies]