From 93cd0552eec437ae876950782e78c8ba3b5dcc50 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 06:14:43 +0000 Subject: [PATCH] fix(deps): update rust crate glib to 0.18 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d73ce538eb..04944f5312 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ javascriptcore-rs = { version = "1.0", features = [ "v2_28" ] } webkit2gtk = { version = "1.1", features = [ "v2_38" ] } webkit2gtk-sys = "1.1" gio = "0.16" -glib = "0.16" +glib = "0.18" gtk = "0.16" gdk = "0.16" soup3 = "0.3"