aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-02-17 08:22:10 +0000
committerIvan Molodetskikh <yalterz@gmail.com>2025-02-17 02:18:38 -0800
commit078383ea8208337d3c9ea89118aa615d7fbbab17 (patch)
tree8490e562444a2bc40ed457613d59580d26b9f15f
parentd27d6a504d9d59ffcf01ea9a1ee0668f1c6d3eef (diff)
downloadniri-078383ea8208337d3c9ea89118aa615d7fbbab17.tar.gz
niri-078383ea8208337d3c9ea89118aa615d7fbbab17.tar.bz2
niri-078383ea8208337d3c9ea89118aa615d7fbbab17.zip
build(deps): bump pango in the rust-dependencies group
Bumps the rust-dependencies group with 1 update: [pango](https://github.com/gtk-rs/gtk-rs-core). Updates `pango` from 0.20.7 to 0.20.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.20.7...0.20.9) --- updated-dependencies: - dependency-name: pango dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 26f4d1d1..0d5b4ab4 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2616,9 +2616,9 @@ checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f"
[[package]]
name = "pango"
-version = "0.20.7"
+version = "0.20.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9e89bd74250a03a05cec047b43465469102af803be2bf5e5a1088f8b8455e087"
+checksum = "6b1f5dc1b8cf9bc08bfc0843a04ee0fa2e78f1e1fa4b126844a383af4f25f0ec"
dependencies = [
"gio",
"glib",
diff --git a/Cargo.toml b/Cargo.toml
index c04f6a20..479ac2f1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -73,7 +73,7 @@ log = { version = "0.4.25", features = ["max_level_trace", "release_max_level_de
niri-config = { version = "25.1.0", path = "niri-config" }
niri-ipc = { version = "25.1.0", path = "niri-ipc", features = ["clap"] }
ordered-float = "4.6.0"
-pango = { version = "0.20.7", features = ["v1_44"] }
+pango = { version = "0.20.9", features = ["v1_44"] }
pangocairo = "0.20.7"
pipewire = { git = "https://gitlab.freedesktop.org/pipewire/pipewire-rs.git", optional = true, features = ["v0_3_33"] }
png = "0.17.16"