From d86143cff27f7ff35251c0fd57f74d951007a27a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 05:51:35 +0000 Subject: [PATCH] Update Rust crate glib to 0.20.0 [SECURITY] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index aed6442..42f4a36 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ blocking = "1.6.1" clap = { version = "4.5.7", features = ["derive", "env"] } file-lock = "2.1.11" futures = "0.3.30" -glib = "0.16.9" +glib = "0.20.0" glob = "0.3.1" hw-msg = "0.3.1" indexmap = "1.9.3"