Skip to content

Commit 8224613

Browse files
committed
Use a fixed version of trust-dns-client
1 parent 55902bd commit 8224613

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ path = "src/main.rs"
2525

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

0 commit comments

Comments
 (0)