Skip to content

Commit 3a839dd

Browse files
authored
chore: upgrade to v0.27.0 & dumbpipe 0.19 (#97)
upgrade to v0.27.0 & dumbpipe 0.19
1 parent da56ae9 commit 3a839dd

File tree

13 files changed

+508
-544
lines changed

13 files changed

+508
-544
lines changed

dumbpipe-web/Cargo.lock

Lines changed: 282 additions & 302 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.18"
13+
dumbpipe = "0.19"
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.26"
18+
iroh = "0.27"
1919
iroh-quinn = "0.11.3"
2020
tokio = { version = "1.34.0", features = ["full"] }
2121
tracing = "0.1.40"

extism/host/Cargo.lock

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

extism/iroh-extism-host-functions/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ anyhow = "1.0.79"
88
dirs-next = "2.0.0"
99
extism = "1.0.0"
1010
futures = "0.3.29"
11-
iroh = "0.26"
11+
iroh = "0.27"
1212
tokio = { version = "1", features = ["full"] }
1313
tokio-util = { version = "0.7", features = ["codec", "io-util", "io", "time"] }

0 commit comments

Comments
 (0)