Skip to content

Commit

Permalink
Depend on iroh-quinn version 0.13 everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
matheus23 committed Jan 28, 2025
1 parent 2b32d97 commit 5191a9c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 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-net-report/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ tokio = { version = "1", default-features = false, features = ["sync", "time", "
iroh-relay = { path = "../iroh-relay", features = ["test-utils", "server"] }
iroh-test = { path = "../iroh-test" }
pretty_assertions = "1.4"
quinn = { package = "iroh-quinn", version = "0.12.0" }
quinn = { package = "iroh-quinn", version = "0.13.0" }
testresult = "0.4.0"
tokio = { version = "1", default-features = false, features = ["test-util"] }

Expand Down
2 changes: 1 addition & 1 deletion iroh-relay/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ hyper = { version = "1", features = ["server", "client", "http1"] }
hyper-util = "0.1.1"
iroh-base = { version = "0.31.0", path = "../iroh-base", default-features = false, features = ["key", "relay"] }
iroh-metrics = { version = "0.31", default-features = false }
n0-future = { version = "0.0.1" }
n0-future = "0.1.1"
num_enum = "0.7"
pin-project = "1"
postcard = { version = "1", default-features = false, features = [
Expand Down

0 comments on commit 5191a9c

Please sign in to comment.