From 0c2e5bcd85fd50fd21c4a94ae10e4d870e8d7845 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 16:29:51 +0000 Subject: [PATCH 1/2] chore(deps): update rust crate glib to 0.22.7 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f407e45a..ae9619bd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -687,9 +687,9 @@ dependencies = [ [[package]] name = "glib" -version = "0.22.6" +version = "0.22.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f075bd737d1fa842a944a4a1dc209838caa7e0e2ddf8aefb9ddf76538bc3ed7" +checksum = "c207e04e51605dcf7b2924c41591b3a10e1438eaac5bcf448fb91f325381104a" dependencies = [ "bitflags", "futures-channel", diff --git a/Cargo.toml b/Cargo.toml index 1364bb2a..e1f215b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ futures-timer = "3.0.3" base64 = "0.22.1" nmrs = { path = "nmrs", version = "3.0" } gtk = { version = "0.11.2", package = "gtk4" } -glib = "0.22.6" +glib = "0.22.7" dirs = "6.0.0" fs2 = "0.4.3" anyhow = "1.0.102" From 4cfe9918882638ab593833f139abb2e2b2b024b0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 16:31:03 +0000 Subject: [PATCH 2/2] fix(nix): update cargoHash --- package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.nix b/package.nix index 3dd68309..579e78e7 100644 --- a/package.nix +++ b/package.nix @@ -19,7 +19,7 @@ rustPlatform.buildRustPackage { src = ./.; - cargoHash = "sha256-EJ5mrq15OME7sR6jLMT4QzayOmlIsgTUgzsiPrfxDVg="; + cargoHash = "sha256-WtFi0P88QCNVFjgH7ZpaY2knXpcJ2J9uD8cu4wRQyHQ="; nativeBuildInputs = [ pkg-config