From ecbaeee3dca0e97b349b323a0e81c375e1e170b6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 22 Feb 2026 18:20:23 +0000 Subject: [PATCH] chore(deps): update rust crate glib to 0.22.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7cd76761..4421d961 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ futures-timer = "3.0.3" base64 = "0.22.1" nmrs = { path = "nmrs" } gtk = { version = "0.10.3", package = "gtk4" } -glib = "0.21.5" +glib = "0.22.0" dirs = "6.0.0" fs2 = "0.4.3" anyhow = "1.0.102"