summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock4
-rw-r--r--cli/Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 3ada5cf18..b597710fd 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -5707,9 +5707,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 ac467514b..396c0ad54 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.