From c73d6a09bc80fbec0d93bc5c99236173e2c2e80b Mon Sep 17 00:00:00 2001 From: Ruediger Klaehn Date: Tue, 16 Apr 2024 16:50:51 +0300 Subject: [PATCH] update pkarr --- Cargo.lock | 4 ++-- iroh-dns-server/Cargo.toml | 2 +- iroh-net/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d31f296836..97f11c2a8a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3497,9 +3497,9 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" [[package]] name = "pkarr" -version = "1.1.4" +version = "1.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ad73bf3327d38c904c81d3baeabff147a7eb77dccb78aae95c738c12e2e0abe" +checksum = "242ae92dfb9d2ba3aaa9caf4723e72043bc50729ad05a763771771ba03196ffb" dependencies = [ "bytes", "ed25519-dalek", diff --git a/iroh-dns-server/Cargo.toml b/iroh-dns-server/Cargo.toml index 2f50316d64..8aed68b64d 100644 --- a/iroh-dns-server/Cargo.toml +++ b/iroh-dns-server/Cargo.toml @@ -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" diff --git a/iroh-net/Cargo.toml b/iroh-net/Cargo.toml index c68203b095..09734481e5 100644 --- a/iroh-net/Cargo.toml +++ b/iroh-net/Cargo.toml @@ -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"