diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2024-06-05 17:39:39 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-05 23:39:39 +0200 |
| commit | c7894447eb5be069c9b075447f0a2f7871b3d8a1 (patch) | |
| tree | d72b033187d0cd1e3015ca3c7ca4133c0502f555 /ext/net/Cargo.toml | |
| parent | 566adb7c0a0c0845e90a6e867a2c0ef5d2ada575 (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 'ext/net/Cargo.toml')
| -rw-r--r-- | ext/net/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/net/Cargo.toml b/ext/net/Cargo.toml index ccabcb57f..4db3cb541 100644 --- a/ext/net/Cargo.toml +++ b/ext/net/Cargo.toml @@ -21,5 +21,5 @@ rustls-tokio-stream.workspace = true serde.workspace = true socket2.workspace = true tokio.workspace = true -trust-dns-proto = "0.22" -trust-dns-resolver = { version = "0.22", features = ["tokio-runtime", "serde-config"] } +trust-dns-proto = "0.23" +trust-dns-resolver = { version = "0.23", features = ["tokio-runtime", "serde-config"] } |
