From 08e7097ba450b47870b629ea7f79601c5d9cc3b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 05:34:51 +0000 Subject: [PATCH] chore(deps): bump pango from 0.20.6 to 0.20.7 Bumps [pango](https://github.com/gtk-rs/gtk-rs-core) from 0.20.6 to 0.20.7. - [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.20.6...0.20.7) --- updated-dependencies: - dependency-name: pango dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 62c37d6..9baa786 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -915,9 +915,9 @@ checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" [[package]] name = "pango" -version = "0.20.6" +version = "0.20.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "71e34e7ca2c52e3933d7e5251409a82b83725fa9d6d48fbdaacec056b3a0554a" +checksum = "9e89bd74250a03a05cec047b43465469102af803be2bf5e5a1088f8b8455e087" dependencies = [ "gio", "glib", diff --git a/Cargo.toml b/Cargo.toml index db30769..c61aa90 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ cairo-rs = { version = "0.20.5", default-features = false, features = [ "xcb", ] } pangocairo = "0.20.4" -pango = "0.20.6" +pango = "0.20.7" thiserror = "2.0.7" serde = { version = "1.0.216", features = ["derive"] } toml = "0.8.19"