Skip to content

Commit

Permalink
fix: update to patched iroh-gossip 0.28.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Nov 4, 2024
1 parent f3398b4 commit bd44719
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down
4 changes: 2 additions & 2 deletions iroh/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down

0 comments on commit bd44719

Please sign in to comment.