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 9, 2023
1 parent 205b7f2 commit 80d0ea8
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
22 changes: 11 additions & 11 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
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.3"
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.5.0", features = ["v4"]}
futures = "0.3.29"
anymap = "0.12.1"
tracing = "0.1"
tracing-subscriber = "0.3.17"
Expand All @@ -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.192"
tracing-subscriber = "0.3.17"
dioxus-std = { version = "0.4", features = ["i18n"] }
rand = "0.8.5"
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
2 changes: 1 addition & 1 deletion crates/layout/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ tokio = { workspace = true }
accesskit = { workspace = true }

rustc-hash= { workspace = true }
uuid = { version = "1.4.1", features = ["v4"]}
uuid = { version = "1.5.0", features = ["v4"]}
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 80d0ea8

Please sign in to comment.