Skip to content

Commit 9e7bb68

Browse files
committed
feat: bump compio & cyper
1 parent c033930 commit 9e7bb68

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ winio-ui-gtk = { path = "winio-ui-gtk", version = "0.4.0" }
3838
winio-ui-qt = { path = "winio-ui-qt", version = "0.4.0" }
3939
winio-ui-app-kit = { path = "winio-ui-app-kit", version = "0.4.0" }
4040

41-
compio = { version = "0.17.0", default-features = false }
42-
compio-runtime = "0.10.1"
41+
compio = { version = "0.18.0", default-features = false }
42+
compio-runtime = "0.11.0"
4343
compio-log = "0.1.0"
4444

4545
bitflags = "2"

winio/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ compio = { workspace = true, default-features = true, features = [
4747
"rustls",
4848
"ring",
4949
] }
50-
cyper = { version = "0.7.0", default-features = false, features = [
50+
cyper = { version = "0.8.0", default-features = false, features = [
5151
"rustls",
5252
"http2",
5353
"http3-altsvc",
5454
] }
55-
cyper-axum = "0.7.0"
55+
cyper-axum = "0.8.0"
5656
axum = { version = "0.8", default-features = false }
5757

5858
dirs = "6.0"

0 commit comments

Comments
 (0)