From b386aebccd7c57f1d4cc5a858ab4a135356bbd08 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 29 Jun 2024 13:33:43 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f4da273cc..d416f658e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,8 +57,8 @@ glutin-winit = "0.5.0" raw-window-handle = "0.6.0" winit = "0.30.0" tokio = { version = "1.33.0", features = ["sync", "rt-multi-thread", "time", "macros"] } -accesskit = { version = "0.15.0", features = ["serde"]} -accesskit_winit = "0.21.0" +accesskit = { version = "0.16.0", features = ["serde"]} +accesskit_winit = "0.22.0" shipyard = { version = "0.6.2", features = ["proc", "std", "parallel"], default-features = false } smallvec = "1.13.1"