Skip to content

Commit 58e3fd4

Browse files
upgrade gtk
1 parent 4903889 commit 58e3fd4

3 files changed

Lines changed: 82 additions & 59 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ cursive = { version = "0.21", default-features = false }
2626
flate2 = "1"
2727
gettext = "0.4"
2828
git2 = "0.20"
29-
glib = "0.20"
30-
glib-build-tools = "0.20"
29+
glib = "0.22"
30+
glib-build-tools = "0.22"
3131
glob = "0.3"
3232
gpgme = "0.11"
33-
gtk4 = "0.9"
33+
gtk4 = "0.11"
3434
hex = "0.4"
35-
libadwaita = "0.7"
35+
libadwaita = "0.9"
3636
locale_config = "0.3"
3737
man = "0.3"
3838
once_cell = "1"
@@ -44,7 +44,7 @@ tar = "0.4"
4444
tempfile = "3"
4545
terminal_size = "0.4"
4646
thiserror = "2"
47-
toml = "0.9"
47+
toml = "1"
4848
totp-rs = "5"
4949
unic-langid = "0.9"
5050
whoami = "2"

crates/ripasso-gtk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition.workspace = true
66

77
[dependencies]
88
ripasso = { workspace = true }
9-
gtk4 = { workspace = true, features = ["v4_6"] }
9+
gtk4 = { workspace = true, features = ["v4_20"] }
1010
libadwaita.workspace = true
1111
glib.workspace = true
1212
once_cell.workspace = true

0 commit comments

Comments
 (0)