Skip to content

Commit a4bf524

Browse files
committed
feat!: update dependencies
1 parent 55eb1b0 commit a4bf524

5 files changed

Lines changed: 9 additions & 6 deletions

File tree

Cargo.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,10 @@ sync-unsafe-cell = "0.1"
6969
objc2 = "0.6"
7070
objc2-app-kit = "0.3"
7171

72-
gtk4 = "0.10"
73-
pangocairo = "0.21"
74-
webkit6 = "0.5"
72+
gtk4 = "0.11"
73+
glib-unix = "0.22"
74+
pangocairo = "0.22"
75+
webkit6 = "0.6"
7576

7677
[profile.release]
7778
lto = true

winio-ui-gtk/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ scoped-tls = { workspace = true }
2121
thiserror = { workspace = true }
2222

2323
gtk4 = { workspace = true, features = ["v4_14"] }
24+
glib-unix = { workspace = true }
2425
pangocairo = { workspace = true }
2526
webkit6 = { workspace = true, optional = true }
2627

winio-ui-gtk/src/runtime.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
use std::{future::Future, os::fd::AsRawFd};
22

3+
use glib_unix::unix_fd_add_local;
34
use gtk4::{
45
gio::{self, prelude::ApplicationExt},
5-
glib::{ControlFlow, IOCondition, MainContext, timeout_add_local_once, unix_fd_add_local},
6+
glib::{ControlFlow, IOCondition, MainContext, timeout_add_local_once},
67
};
78

89
use crate::Result;

winio-ui-qt/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ cxx = { version = "1.0.160", features = ["c++17"] }
2727

2828
[build-dependencies]
2929
cxx-build = { version = "1.0.160" }
30-
qt-build-utils = { version = "0.7" }
30+
qt-build-utils = { version = "0.8" }
3131

3232
[features]
3333
media = []

winio-ui-winui/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ compio-log = { workspace = true }
2020
image = { workspace = true }
2121
inherit-methods-macro = { workspace = true }
2222
once_cell = { workspace = true }
23-
oneshot = { version = "0.1", default-features = false, features = ["std"] }
23+
oneshot = { version = "0.2", default-features = false, features = ["std"] }
2424
percent-encoding = { workspace = true, optional = true }
2525
scoped-tls = { workspace = true }
2626
send_wrapper = { workspace = true }

0 commit comments

Comments
 (0)