Skip to content

Commit

Permalink
chore: update hickory-resolver to 0.25.0-alpha.4 due to RUSTSEC-202…
Browse files Browse the repository at this point in the history
…4-0421 in `idna`

see hickory-dns/hickory-dns#2661
  • Loading branch information
fujiapple852 committed Dec 11, 2024
1 parent adfe962 commit 0150b3b
Show file tree
Hide file tree
Showing 4 changed files with 176 additions and 53 deletions.
120 changes: 104 additions & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dns-lookup = "2.0.4"
encoding_rs_io = "0.1.7"
etcetera = "0.8.0"
hex-literal = "0.4.1"
hickory-resolver = "0.24.1"
hickory-resolver = "0.25.0-alpha.4"
humantime = "2.1.0"
indexmap = { version = "2.6.0", default-features = false }
insta = "1.41.1"
Expand Down
1 change: 1 addition & 0 deletions crates/trippy-dns/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ hickory-resolver.workspace = true
itertools.workspace = true
parking_lot.workspace = true
thiserror.workspace = true
tokio.workspace = true

[dev-dependencies]
anyhow.workspace = true
Expand Down
Loading

0 comments on commit 0150b3b

Please sign in to comment.