Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 24, 2023
1 parent ed11b05 commit 8e7a131
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 19 deletions.
28 changes: 14 additions & 14 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion crates/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down
2 changes: 1 addition & 1 deletion crates/engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }

2 changes: 1 addition & 1 deletion crates/hooks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
4 changes: 2 additions & 2 deletions crates/state/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 8e7a131

Please sign in to comment.