From ecd42fb3b76362d79fe041840ccb6536e70796e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 23:55:55 +0000 Subject: [PATCH 1/2] Bump pangocairo from 0.22.8 to 0.22.9 in the cargo group Bumps the cargo group with 1 update: [pangocairo](https://github.com/gtk-rs/gtk-rs-core). Updates `pangocairo` from 0.22.8 to 0.22.9 - [Release notes](https://github.com/gtk-rs/gtk-rs-core/releases) - [Changelog](https://github.com/gtk-rs/gtk-rs-core/blob/main/CHANGELOG.md) - [Commits](https://github.com/gtk-rs/gtk-rs-core/compare/0.22.8...0.22.9) --- updated-dependencies: - dependency-name: pangocairo dependency-version: 0.22.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 293d51e..68d497c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -629,9 +629,9 @@ dependencies = [ [[package]] name = "pangocairo" -version = "0.22.8" +version = "0.22.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "738a2ef690f51487814ff7172e0417c8e4fa2d7567571e5eb299d38b47b543ab" +checksum = "bd199a0fef965b3ebda91a929a1ab5e7729538882c68e8de38e1904d2e094757" dependencies = [ "cairo-rs", "glib", From b5c988e1604416a2251a8c98ed2d6ca46c4da895 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 23:56:10 +0000 Subject: [PATCH 2/2] Regenerate the Flatpak cargo sources --- build-aux/flatpak/cargo-sources.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build-aux/flatpak/cargo-sources.json b/build-aux/flatpak/cargo-sources.json index b4dcab1..e6736a3 100644 --- a/build-aux/flatpak/cargo-sources.json +++ b/build-aux/flatpak/cargo-sources.json @@ -756,14 +756,14 @@ { "type": "archive", "archive-type": "tar-gzip", - "url": "https://static.crates.io/crates/pangocairo/pangocairo-0.22.8.crate", - "sha256": "738a2ef690f51487814ff7172e0417c8e4fa2d7567571e5eb299d38b47b543ab", - "dest": "cargo/vendor/pangocairo-0.22.8" + "url": "https://static.crates.io/crates/pangocairo/pangocairo-0.22.9.crate", + "sha256": "bd199a0fef965b3ebda91a929a1ab5e7729538882c68e8de38e1904d2e094757", + "dest": "cargo/vendor/pangocairo-0.22.9" }, { "type": "inline", - "contents": "{\"package\": \"738a2ef690f51487814ff7172e0417c8e4fa2d7567571e5eb299d38b47b543ab\", \"files\": {}}", - "dest": "cargo/vendor/pangocairo-0.22.8", + "contents": "{\"package\": \"bd199a0fef965b3ebda91a929a1ab5e7729538882c68e8de38e1904d2e094757\", \"files\": {}}", + "dest": "cargo/vendor/pangocairo-0.22.9", "dest-filename": ".cargo-checksum.json" }, {