From 22cb2abf3d62ae95f462d133ecaafa2d3faf44d3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 22:37:46 +0000 Subject: [PATCH] fix(deps): update all non-major dependencies --- Cargo.toml | 20 ++++++++++---------- crates/engine/Cargo.toml | 2 +- crates/hooks/Cargo.toml | 2 +- crates/layout/Cargo.toml | 2 +- crates/state/Cargo.toml | 2 +- 5 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d723bf01f..769c84ab3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,21 +37,21 @@ dioxus-core = { version = "0.4" } dioxus-hot-reload = { version = "0.4", features = ["file_watcher"] } dioxus-router = { version = "0.4", default-features = false } -skia-safe = { version = "0.67.0", features = ["gl", "textlayout", "svg"] } +skia-safe = { version = "0.68.0", features = ["gl", "textlayout", "svg"] } gl = "0.14.0" -glutin = "0.30.10" -glutin-winit = "0.3.0" -raw-window-handle = "0.5.1" -winit = "0.28.7" +glutin = "0.31.1" +glutin-winit = "0.4.2" +raw-window-handle = "0.6.0" +winit = "0.29.3" tokio = { version = "1.33.0", features = ["sync", "rt-multi-thread", "time", "macros"] } -accesskit = { version = "0.11.0", features = ["serde"]} -accesskit_winit = "0.14.1" +accesskit = { version = "0.12.1", features = ["serde"]} +accesskit_winit = "0.16.1" zbus = "3.14.1" euclid = "0.22.9" -uuid = { version = "1.4.1", features = ["v4"]} -futures = "0.3.28" +uuid = { version = "1.5.0", features = ["v4"]} +futures = "0.3.29" anymap = "0.12.1" tracing = "0.1" tracing-subscriber = "0.3.17" @@ -65,7 +65,7 @@ dioxus = { workspace = true } freya = { workspace = true } freya-node-state = { workspace = true } reqwest = { version = "0.11.22", features = ["json"] } -serde = "1.0.189" +serde = "1.0.191" tracing-subscriber = "0.3.17" dioxus-std = { version = "0.4", features = ["i18n"] } rand = "0.8.5" diff --git a/crates/engine/Cargo.toml b/crates/engine/Cargo.toml index d00f5236a..662c93e38 100644 --- a/crates/engine/Cargo.toml +++ b/crates/engine/Cargo.toml @@ -19,7 +19,7 @@ mocked-engine = [] skia-engine = ["dep:skia-safe"] [dependencies] -bitflags = "2.4.0" +bitflags = "2.4.1" skia-safe = { workspace = true, optional = true } glutin = { workspace = true } diff --git a/crates/hooks/Cargo.toml b/crates/hooks/Cargo.toml index 762167197..adbef3a07 100644 --- a/crates/hooks/Cargo.toml +++ b/crates/hooks/Cargo.toml @@ -39,7 +39,7 @@ accesskit = { workspace = true } euclid = { workspace = true } uuid = { workspace = true } tween = "2.0.1" -ropey = "1.6.0" +ropey = "1.6.1" nokhwa = { version = "0.10.4", features = ["input-native"], optional = true } bytes = "1.5.0" diff --git a/crates/layout/Cargo.toml b/crates/layout/Cargo.toml index f5355221f..21c489001 100644 --- a/crates/layout/Cargo.toml +++ b/crates/layout/Cargo.toml @@ -33,4 +33,4 @@ tokio = { workspace = true } accesskit = { workspace = true } rustc-hash= { workspace = true } -uuid = { version = "1.4.1", features = ["v4"]} \ No newline at end of file +uuid = { version = "1.5.0", features = ["v4"]} \ No newline at end of file diff --git a/crates/state/Cargo.toml b/crates/state/Cargo.toml index 2254faf0d..5b52e3632 100644 --- a/crates/state/Cargo.toml +++ b/crates/state/Cargo.toml @@ -38,4 +38,4 @@ anymap = { workspace = true } uuid = { workspace = true } bytes = "1.5.0" smallvec = "1.11.1" -serde_json = "1.0.107" +serde_json = "1.0.108"