From 28c6049b612cb873074d65b6a87ea529c61d948a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 06:45:28 +0000 Subject: [PATCH 1/2] chore(deps): bump the compatible-updates group with 3 updates Bumps the compatible-updates group with 3 updates: [tokio](https://github.com/tokio-rs/tokio), [fontconfig](https://github.com/yeslogic/fontconfig-rs) and [clap_complete](https://github.com/clap-rs/clap). Updates `tokio` from 1.52.2 to 1.52.3 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.52.2...tokio-1.52.3) Updates `fontconfig` from 0.10.1 to 0.10.2 - [Release notes](https://github.com/yeslogic/fontconfig-rs/releases) - [Commits](https://github.com/yeslogic/fontconfig-rs/compare/v0.10.1...v0.10.2) Updates `clap_complete` from 4.6.3 to 4.6.5 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.6.3...clap_complete-v4.6.5) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.52.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: compatible-updates - dependency-name: fontconfig dependency-version: 0.10.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: compatible-updates - dependency-name: clap_complete dependency-version: 4.6.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: compatible-updates ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 328570c8..b777bf07 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -221,9 +221,9 @@ dependencies = [ [[package]] name = "clap_complete" -version = "4.6.3" +version = "4.6.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "660c0520455b1013b9bcb0393d5f643d7e4454fb69c915b8d6d2aa0e9a45acc3" +checksum = "e0a7a9bfdb35811f9e59832f0f05975114d2251b415fb534108e6f34060fd772" dependencies = [ "clap", ] @@ -425,9 +425,9 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fontconfig" -version = "0.10.1" +version = "0.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1bd2a5098b8377b99171bcf2894c7e796c8569300ea77af9184110cba2f6e0a2" +checksum = "854f6a6479193c392bd820abcd2123b116f01eba7775b6bcfc26494be3285229" dependencies = [ "yeslogic-fontconfig-sys", ] @@ -1569,9 +1569,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.52.2" +version = "1.52.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "110a78583f19d5cdb2c5ccf321d1290344e71313c6c37d43520d386027d18386" +checksum = "8fc7f01b389ac15039e4dc9531aa973a135d7a4135281b12d7c1bc79fd57fffe" dependencies = [ "pin-project-lite", ] From 0f5f1a99c879d2ca458a1a620549ba6e9ddace70 Mon Sep 17 00:00:00 2001 From: "Rene D. Obermueller" Date: Thu, 14 May 2026 07:05:09 +0200 Subject: [PATCH 2/2] PR #501: also update Cargo.toml --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 47bf209c..2faf91b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ ci-release = [] [dependencies] satty_cli.workspace = true relm4 = { version = "0.10.1", features = ["macros", "libadwaita", "gnome_42"] } -tokio = { version = "1.52.2", features = ["time"] } +tokio = { version = "1.52.3", features = ["time"] } # error handling anyhow = "1.0" @@ -46,7 +46,7 @@ libloading = "0.9" epoxy = "0.1.0" glow = "0.17.0" resource = "0.6.1" # font emedding -fontconfig = "0.10.1" # font loading +fontconfig = "0.10.2" # font loading keycode = "1.0.0" [dependencies.relm4-icons] @@ -55,7 +55,7 @@ version = "0.10.0" [build-dependencies] clap.workspace = true -clap_complete = "4.6.3" +clap_complete = "4.6.5" clap_complete_nushell = "4.6.0" satty_cli.workspace = true clap_complete_fig = "4.5.2"