From 798a6d188737bf9b3930802cebf73ee5a1bd1ee0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 18:03:02 +0300 Subject: [PATCH] chore(deps): bump system-fonts from 0.1.0 to 0.1.1 (#118) * chore(deps): bump system-fonts from 0.1.0 to 0.1.1 Bumps [system-fonts](https://github.com/yijehyung/system-fonts) from 0.1.0 to 0.1.1. - [Commits](https://github.com/yijehyung/system-fonts/commits) --- updated-dependencies: - dependency-name: system-fonts dependency-version: 0.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * deps: update cargo-sources.json --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: arabian --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- packages/flatpak/cargo-sources.json | 10 +++++----- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bce7c33..1396e4f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3999,9 +3999,9 @@ dependencies = [ [[package]] name = "system-fonts" -version = "0.1.0" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f369feb844d5e08bb4e938c3f88ff359261bc94c7553ddb34e174447120b64d6" +checksum = "1cc60369af7fc908b8b079efe4c4fe11f25402caf29d21a773a62398407fe23a" dependencies = [ "fontdb", "sys-locale", diff --git a/Cargo.toml b/Cargo.toml index 61e00f2..bc19138 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ rfd = { version = "0.17.2", default-features = false, features = [ ] } opener = { version = "0.8.4", features = ["reveal"] } -system-fonts = "0.1.0" +system-fonts = "0.1.1" anyhow = "1.0.102" rustix = { version = "1.1.4", features = ["process"] } diff --git a/packages/flatpak/cargo-sources.json b/packages/flatpak/cargo-sources.json index 200a91f..f38f4cd 100644 --- a/packages/flatpak/cargo-sources.json +++ b/packages/flatpak/cargo-sources.json @@ -5120,14 +5120,14 @@ { "type": "archive", "archive-type": "tar-gzip", - "url": "https://static.crates.io/crates/system-fonts/system-fonts-0.1.0.crate", - "sha256": "f369feb844d5e08bb4e938c3f88ff359261bc94c7553ddb34e174447120b64d6", - "dest": "cargo/vendor/system-fonts-0.1.0" + "url": "https://static.crates.io/crates/system-fonts/system-fonts-0.1.1.crate", + "sha256": "1cc60369af7fc908b8b079efe4c4fe11f25402caf29d21a773a62398407fe23a", + "dest": "cargo/vendor/system-fonts-0.1.1" }, { "type": "inline", - "contents": "{\"package\": \"f369feb844d5e08bb4e938c3f88ff359261bc94c7553ddb34e174447120b64d6\", \"files\": {}}", - "dest": "cargo/vendor/system-fonts-0.1.0", + "contents": "{\"package\": \"1cc60369af7fc908b8b079efe4c4fe11f25402caf29d21a773a62398407fe23a\", \"files\": {}}", + "dest": "cargo/vendor/system-fonts-0.1.1", "dest-filename": ".cargo-checksum.json" }, {