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 Oct 26, 2023
1 parent 13d83b9 commit a73b31d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,18 @@ dioxus-router = { version = "0.4", default-features = false }
skia-safe = { version = "0.67.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.0"
glutin-winit = "0.4.2"
raw-window-handle = "0.6.0"
winit = "0.29.2"
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.0", features = ["serde"]}
accesskit_winit = "0.15.0"
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.190"
tracing-subscriber = "0.3.17"
dioxus-std = { version = "0.4", features = ["utils", "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"]}

0 comments on commit a73b31d

Please sign in to comment.