diff --git a/Cargo.lock b/Cargo.lock index 0a950c8450..f60bcd9e9e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5629,9 +5629,9 @@ dependencies = [ [[package]] name = "trust-dns-server" -version = "0.22.0" +version = "0.22.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1583cf9f8a359c9f16fdf760b79cb2be3f261b98db8027f81959c7a4f6645e2c" +checksum = "99022f9befa6daec2a860be68ac28b1f0d9d7ccf441d8c5a695e35a58d88840d" dependencies = [ "async-trait", "bytes", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 5d702eb810..a3475f89e3 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -138,7 +138,7 @@ os_pipe.workspace = true pretty_assertions.workspace = true test_util.workspace = true trust-dns-client = "=0.22.0" -trust-dns-server = "=0.22.0" +trust-dns-server = "=0.22.1" [package.metadata.winres] # This section defines the metadata that appears in the deno.exe PE header.