From 539c3931bd814ab0181fb75b83a9952d91f3eca3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 03:16:38 +0000 Subject: [PATCH] build(deps): update rctree requirement from 0.5.0 to 0.6.0 Updates the requirements on [rctree](https://github.com/RazrFalcon/rctree) to permit the latest version. - [Commits](https://github.com/RazrFalcon/rctree/compare/v0.5.0...v0.5.0) --- updated-dependencies: - dependency-name: rctree 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 39724e894..6fc17e5d1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -68,7 +68,7 @@ proc-macro2 = "1.0.36" quote = "1.0.16" raw-window-handle = "0.5" rayon = "1.5.1" -rctree = "0.5.0" +rctree = "0.6.0" rustybuzz = "0.11.0" rxrust = {version = "1.0.0-beta.6", default-features = false, features = ["futures-scheduler"]} scoped_threadpool = "0.1.9"