diff --git a/Cargo.toml b/Cargo.toml index 5a9f0ae59..275b74045 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,24 +36,24 @@ 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" -tokio = { version = "1.33.0", features = ["sync", "rt-multi-thread", "time", "macros"] } -accesskit = { version = "0.11.0", features = ["serde"]} -accesskit_winit = "0.14.1" +glutin = "0.31.1" +glutin-winit = "0.4.2" +raw-window-handle = "0.6.0" +winit = "0.29.4" +tokio = { version = "1.34.0", features = ["sync", "rt-multi-thread", "time", "macros"] } +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.6.1", features = ["v4"]} +futures = "0.3.29" anymap = "0.12.1" tracing = "0.1" -tracing-subscriber = "0.3.17" +tracing-subscriber = "0.3.18" rustc-hash = "1.1.0" [dev-dependencies] @@ -64,12 +64,12 @@ dioxus = { workspace = true } freya = { workspace = true } freya-node-state = { workspace = true } reqwest = { version = "0.11.22", features = ["json"] } -serde = "1.0.189" -tracing-subscriber = "0.3.17" +serde = "1.0.193" +tracing-subscriber = "0.3.18" dioxus-std = { version = "0.4", features = ["i18n"] } rand = "0.8.5" dioxus-router = { workspace = true } -itertools = "0.11.0" +itertools = "0.12.0" [profile.release] lto = true diff --git a/crates/core/Cargo.toml b/crates/core/Cargo.toml index 0d27eb2eb..6bf5a5a32 100644 --- a/crates/core/Cargo.toml +++ b/crates/core/Cargo.toml @@ -40,7 +40,7 @@ zbus = { workspace = true } rustc-hash= { workspace = true } tracing = { workspace = true } uuid = { workspace = true } -itertools = "0.11.0" +itertools = "0.12.0" [dev-dependencies] dioxus = { workspace = true } 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/state/Cargo.toml b/crates/state/Cargo.toml index 2254faf0d..7d368040b 100644 --- a/crates/state/Cargo.toml +++ b/crates/state/Cargo.toml @@ -37,5 +37,5 @@ shipyard = "0.6.2" anymap = { workspace = true } uuid = { workspace = true } bytes = "1.5.0" -smallvec = "1.11.1" -serde_json = "1.0.107" +smallvec = "1.11.2" +serde_json = "1.0.108"