Skip to content

Commit 5eb67d6

Browse files
authored
chore: upgrade iroh dependencies to v0.26.0 (#93)
1 parent 68f4e77 commit 5eb67d6

File tree

14 files changed

+1009
-1117
lines changed

14 files changed

+1009
-1117
lines changed

dumbpipe-web/Cargo.lock

Lines changed: 143 additions & 282 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dumbpipe-web/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ license = "Apache-2.0/MIT"
1010
anyhow = "1.0.75"
1111
bytes = "1.5.0"
1212
clap = { version = "4.4.11", features = ["derive"] }
13-
dumbpipe = "0.17"
13+
dumbpipe = "0.18"
1414
http = "1.0.0"
1515
http-body-util = "0.1.0"
1616
hyper = { version = "1.0.1", features = ["full"] }
1717
hyper-util = { version = "0.1.1", features = ["full"] }
18-
iroh = "0.25"
18+
iroh = "0.26"
1919
iroh-quinn = "0.11.3"
2020
tokio = { version = "1.34.0", features = ["full"] }
2121
tracing = "0.1.40"

0 commit comments

Comments
 (0)