From 2669c09a9ba1671923ac7b8d2f6aeecb15ed8a8a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 23 Apr 2023 22:51:14 +0000 Subject: [PATCH] fix(deps): update rust crate gio to 0.17 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ff5aced7cc..0883be8ea8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ base64 = "0.13.1" javascriptcore-rs = { version = "0.17.0", features = [ "v2_28" ] } webkit2gtk = { version = "0.19.2", features = [ "v2_38" ] } webkit2gtk-sys = "0.19.1" -gio = "0.16" +gio = "0.17" glib = "0.16" gtk = "0.16" gdk = "0.16"