summaryrefslogtreecommitdiff
path: root/tests/Cargo.toml
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2024-06-05 17:39:39 -0400
committerGitHub <noreply@github.com>2024-06-05 23:39:39 +0200
commitc7894447eb5be069c9b075447f0a2f7871b3d8a1 (patch)
treed72b033187d0cd1e3015ca3c7ca4133c0502f555 /tests/Cargo.toml
parent566adb7c0a0c0845e90a6e867a2c0ef5d2ada575 (diff)
chore: upgrade trust-dns-resolver and friends (#24108)
To avoid duplicate winreg crate in #24056 --------- Co-authored-by: Bartek IwaƄczuk <biwanczuk@gmail.com>
Diffstat (limited to 'tests/Cargo.toml')
-rw-r--r--tests/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Cargo.toml b/tests/Cargo.toml
index 46a152e1b..9d513571b 100644
--- a/tests/Cargo.toml
+++ b/tests/Cargo.toml
@@ -57,8 +57,8 @@ serde.workspace = true
test_util.workspace = true
tokio.workspace = true
tower-lsp.workspace = true
-trust-dns-client = "=0.22.0"
-trust-dns-server = "=0.22.1"
+trust-dns-client = "=0.23.2"
+trust-dns-server = "=0.23.2"
url.workspace = true
uuid = { workspace = true, features = ["serde"] }
zeromq.workspace = true