Skip to content

Commit

Permalink
lock hickory client to alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sdbondi committed Nov 11, 2024
1 parent 7e58a86 commit 7ff6931
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions base_layer/p2p/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ tokio-stream = { version = "0.1.9", default-features = false, features = [
"time",
] }
tower = "0.4.11"
hickory-client = { version = "0.25.0-alpha.2", features = ["dns-over-rustls"] }
hickory-resolver = "0.25.0-alpha.2"
hickory-client = { version = "=0.25.0-alpha.2", features = ["dns-over-rustls"] }
hickory-resolver = "=0.25.0-alpha.2"
webpki-roots = "0.26.6"

[dev-dependencies]
Expand Down

0 comments on commit 7ff6931

Please sign in to comment.