Skip to content

Commit 62af5c2

Browse files
authored
chore: upgrade to iroh 0.28 and quinn 0.12 (#98)
1 parent 3a839dd commit 62af5c2

File tree

14 files changed

+928
-253
lines changed

14 files changed

+928
-253
lines changed

dumbpipe-web/Cargo.lock

Lines changed: 115 additions & 29 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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ 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.19"
13+
dumbpipe = "0.20"
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.27"
19-
iroh-quinn = "0.11.3"
18+
iroh = "0.28"
19+
iroh-quinn = "0.12.0"
2020
tokio = { version = "1.34.0", features = ["full"] }
2121
tracing = "0.1.40"
2222
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }

0 commit comments

Comments
 (0)