From bbd9fb2fd293582f92f7d5866309dbddabe9b9d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 11:01:43 +0000 Subject: [PATCH] chore(deps): update core-text requirement from =21.0.0 to =22.0.0 Updates the requirements on [core-text](https://github.com/servo/core-foundation-rs) to permit the latest version. - [Commits](https://github.com/servo/core-foundation-rs/commits) --- updated-dependencies: - dependency-name: core-text dependency-version: 22.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f11a237..1638454 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ atomic-write-file = "0.3" base64 = "0.22" bitflags = "2" camino = "1" -core-text = "=21.0.0" +core-text = "=22.0.0" dirs-next = "2.0" embed-resource = "3" env_logger = "0.11"