diff options
| author | mat <git@matdoes.dev> | 2024-12-21 03:06:56 +0000 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2024-12-21 03:06:56 +0000 |
| commit | 641b99c7afda4b747ab2f293cc106cc15968d0f4 (patch) | |
| tree | 20f118a4a00852014527805bb28f9c7feb359a03 /Cargo.toml | |
| parent | 98e5efb577ebb0b2671c3164c3a8bb7c398b47ea (diff) | |
| download | azalea-drasl-641b99c7afda4b747ab2f293cc106cc15968d0f4.tar.xz | |
update trust-dns -> hickory-dns
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -78,7 +78,7 @@ tokio = "1.42.0" tokio-util = "0.7.13" tracing = "0.1.41" tracing-subscriber = "0.3.19" -trust-dns-resolver = { version = "0.23.2", default-features = false } +hickory-resolver = { version = "0.24.2", default-features = false } uuid = "1.11.0" # --- Profile Settings --- |
