Skip to content

Commit

Permalink
update mainline with BEP_0042 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuhvi committed Nov 25, 2023
1 parent ebeae49 commit 684db6a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 pkarr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ categories = ["networking", "p2p", "routing"]
[dependencies]
bytes = "1.5.0"
ed25519-dalek = { version = "2.0.0", features = ["rand_core"] }
mainline = { version = "0.5.0", optional = true }
mainline = { version = "0.6.0", optional = true }
rand = "0.8.5"
reqwest = { version = "0.11", default-features = false, features = ["rustls-tls", "blocking"], optional = true}
self_cell = "1.0.2"
Expand Down

0 comments on commit 684db6a

Please sign in to comment.