From f81283684eaddb7c855b545e86a1b56edb22c0f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 05:08:13 +0000 Subject: [PATCH] deps(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 b3ff299..e88217b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -74,7 +74,7 @@ objc2 = "0.6" core-foundation = "0.10" core-foundation-sys = "0.8" core-graphics = "0.24" -core-text = "=21.0.0" +core-text = "=22.0.0" uuid = { version = "1", features = ["v4", "v5"] } block2 = "0.6"