diff --git a/Cargo.lock b/Cargo.lock index 2820ef8353..d7a2b3be8f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2892,8 +2892,8 @@ dependencies = [ [[package]] name = "iroh-gossip" -version = "0.28.0" -source = "git+https://github.com/n0-computer/iroh-gossip?branch=main#276e36aa1caff8d41f89d57d8aef229ffa9924cb" +version = "0.28.1" +source = "git+https://github.com/n0-computer/iroh-gossip?branch=main#efce3e1dc991c15a7f1fc6f579f04876a22a7b1e" dependencies = [ "anyhow", "async-channel", diff --git a/iroh-cli/Cargo.toml b/iroh-cli/Cargo.toml index c89211df3e..4bd97710f9 100644 --- a/iroh-cli/Cargo.toml +++ b/iroh-cli/Cargo.toml @@ -41,7 +41,7 @@ hex = "0.4.3" human-time = "0.1.6" indicatif = { version = "0.17", features = ["tokio"] } iroh = { version = "0.28.0", path = "../iroh", features = ["metrics"] } -iroh-gossip = "0.28.0" +iroh-gossip = "0.28.1" iroh-metrics = { version = "0.28.0" } parking_lot = "0.12.1" pkarr = { version = "2.2.0", default-features = false } diff --git a/iroh/Cargo.toml b/iroh/Cargo.toml index f9e82d22ab..d6951898c9 100644 --- a/iroh/Cargo.toml +++ b/iroh/Cargo.toml @@ -30,13 +30,13 @@ iroh-blobs = { version = "0.28.0", features = ["downloader"] } iroh-base = { version = "0.28.0", features = ["key"] } iroh-io = { version = "0.6.0", features = ["stats"] } iroh-metrics = { version = "0.28.0", optional = true } -iroh-net = { version = "0.28.0", features = ["discovery-local-network"] } +iroh-net = { version = "0.28.1", features = ["discovery-local-network"] } iroh-router = { version = "0.28.0" } nested_enum_utils = "0.1.0" num_cpus = { version = "1.15.0" } portable-atomic = "1" iroh-docs = { version = "0.28.0" } -iroh-gossip = "0.28.0" +iroh-gossip = "0.28.1" parking_lot = "0.12.1" postcard = { version = "1", default-features = false, features = ["alloc", "use-std", "experimental-derive"] } quic-rpc = { version = "0.14", default-features = false, features = ["flume-transport", "quinn-transport"] }