diff options
| author | mat <git@matdoes.dev> | 2025-05-04 02:39:50 +0400 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2025-05-03 16:39:56 -0600 |
| commit | 7bbb617bd88aed098963e95f5b7310226336c616 (patch) | |
| tree | ec7902a3881a6ae4f9b8bd65a2d12eef635fdf65 /Cargo.toml | |
| parent | 9a40b65bc1912298a43de43fd6e8477a8622a832 (diff) | |
| download | azalea-drasl-7bbb617bd88aed098963e95f5b7310226336c616.tar.xz | |
update deps and lock hickory-resolver to a commit
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -74,7 +74,7 @@ tokio = "1.44.2" tokio-util = "0.7.15" tracing = "0.1.41" tracing-subscriber = "0.3.19" -hickory-resolver = { version = "0.25.1", default-features = false, git = "https://github.com/hickory-dns/hickory-dns" } +hickory-resolver = { version = "0.26.0-alpha.1", default-features = false, git = "https://github.com/hickory-dns/hickory-dns", rev = "8f63f58fccfe2e643d6ff17c800ce9e27e770b62" } uuid = "1.16" num-format = "0.4.4" indexmap = "2.9.0" |
