From cd5367886e99a97c9da6482960ea99849bee3227 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 07:12:39 +0000 Subject: [PATCH] Update cosmic-text requirement from 0.10.0 to 0.11.0 Updates the requirements on [cosmic-text](https://github.com/pop-os/cosmic-text) to permit the latest version. - [Release notes](https://github.com/pop-os/cosmic-text/releases) - [Changelog](https://github.com/pop-os/cosmic-text/blob/main/CHANGELOG.md) - [Commits](https://github.com/pop-os/cosmic-text/compare/0.10.0...0.11.0) --- updated-dependencies: - dependency-name: cosmic-text 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 4ddcd654..0012d5fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -68,7 +68,7 @@ image = { version = "0.24.0", features = [ # Currently doesn't require any additional dependencies. # Default Text Engine -cosmic-text = { version = "0.10.0", default-features = false, features = [ +cosmic-text = { version = "0.11.0", default-features = false, features = [ "no_std", ], optional = true }