Skip to content

Commit

Permalink
update pkarr
Browse files Browse the repository at this point in the history
  • Loading branch information
rklaehn committed Apr 16, 2024
1 parent a6cb172 commit c73d6a0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 iroh-dns-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ http = "1.0.0"
iroh-metrics = { version = "0.14.0", path = "../iroh-metrics" }
lru = "0.12.3"
parking_lot = "0.12.1"
pkarr = { version = "1.1.2", features = [ "async", "relay", "dht"], default_features = false }
pkarr = { version = "1.1.4", features = [ "async", "relay", "dht"], default_features = false }
rcgen = "0.12.1"
redb = "2.0.0"
regex = "1.10.3"
Expand Down
2 changes: 1 addition & 1 deletion iroh-net/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ libc = "0.2.139"
num_enum = "0.7"
once_cell = "1.18.0"
parking_lot = "0.12.1"
pkarr = { version = "1.1.3", default-features = false, features = ["async", "relay"] }
pkarr = { version = "1.1.4", default-features = false, features = ["async", "relay"] }
postcard = { version = "1", default-features = false, features = ["alloc", "use-std", "experimental-derive"] }
quinn = "0.10"
quinn-proto = "0.10.5"
Expand Down

0 comments on commit c73d6a0

Please sign in to comment.