Skip to content

Commit

Permalink
Use a fixed version of trust-dns-client
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Aug 11, 2023
1 parent 55902bd commit 8224613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ path = "src/main.rs"

[dependencies]
rayon = "1.7.0"
trust-dns-client = { version = "*", default-features = false }
trust-dns-client = { version = "0.22.0", default-features = false }
rustdns = "0.4.0"

0 comments on commit 8224613

Please sign in to comment.