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] authored Mar 18, 2024
1 parent 148f805 commit 1419407
Show file tree
Hide file tree
Showing 8 changed files with 697 additions and 1,068 deletions.
26 changes: 13 additions & 13 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,23 +38,23 @@ dioxus-hot-reload = { git = "https://github.com/DioxusLabs/dioxus", rev = "a454f
dioxus-router = { git = "https://github.com/DioxusLabs/dioxus", rev = "a454f2c7ac239933bb4d5cd184c8a549190070f1", default-features = false }
dioxus-std = { git = "https://github.com/marc2332/dioxus-std", rev = "2e111cda95f816fe4232bae5e75515a58afa4a1e", features = ["clipboard"] }

skia-safe = { version = "0.70.0", features = ["gl", "textlayout", "svg"] }
skia-safe = { version = "0.72.0", features = ["gl", "textlayout", "svg"] }

gl = "0.14.0"
glutin = "0.31.2"
glutin = "0.31.3"
glutin-winit = "0.4.2"
raw-window-handle = "0.5.2"
winit = "0.29.9"
tokio = { version = "1.33.0", features = ["sync", "rt-multi-thread", "time", "macros"] }
accesskit = { version = "0.12.2", features = ["serde"]}
accesskit_winit = "0.18.0"
raw-window-handle = "0.6.0"
winit = "0.29.15"
tokio = { version = "1.36.0", features = ["sync", "rt-multi-thread", "time", "macros"] }
accesskit = { version = "0.12.3", features = ["serde"]}
accesskit_winit = "0.18.7"

euclid = "0.22.9"
uuid = { version = "1.4.1", features = ["v4"]}
uuid = { version = "1.7.0", features = ["v4"]}
futures-util = "0.3.30"
futures-task = "0.3.30"
tracing = "0.1"
tracing-subscriber = "0.3.17"
tracing-subscriber = "0.3.18"
rustc-hash = "1.1.0"

[dev-dependencies]
Expand All @@ -67,13 +67,13 @@ freya = { workspace = true }
freya-node-state = { workspace = true }
freya-core = { workspace = true }
freya-hooks = { workspace = true }
reqwest = { version = "0.11.22", features = ["json"] }
serde = "1.0.189"
tracing-subscriber = "0.3.17"
reqwest = { version = "0.11.26", features = ["json"] }
serde = "1.0.197"
tracing-subscriber = "0.3.18"
dioxus-std = { git = "https://github.com/marc2332/dioxus-std", rev = "2e111cda95f816fe4232bae5e75515a58afa4a1e", features = ["i18n"] }
rand = "0.8.5"
dioxus-router = { workspace = true }
itertools = "0.11.0"
itertools = "0.12.1"

[profile.release]
lto = true
Expand Down
2 changes: 1 addition & 1 deletion crates/components/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ tokio = { workspace = true }
tracing = { workspace = true }

open = "5"
reqwest = { version = "0.11.22", features = ["json"] }
reqwest = { version = "0.11.26", features = ["json"] }

[dev-dependencies]
freya = { path = "../freya" }
Expand Down
4 changes: 2 additions & 2 deletions crates/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ accesskit = { workspace = true }

rustc-hash= { workspace = true }
uuid = { workspace = true }
itertools = "0.11.0"
smallvec = "1.11.2"
itertools = "0.12.1"
smallvec = "1.13.1"

[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.2"
skia-safe = { workspace = true, optional = true }
glutin = { workspace = true }

4 changes: 2 additions & 2 deletions crates/hooks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ accesskit = { workspace = true }

uuid = { workspace = true }
easer = "0.3.0"
ropey = "1.6.0"
ropey = "1.6.1"
nokhwa = { version = "0.10.4", features = ["input-native"], optional = true }
paste = "1.0.14"
bitflags = "2.4.1"
bitflags = "2.4.2"

[dev-dependencies]
dioxus = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/renderer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ futures-task ={ workspace = true }
futures-util = { workspace = true }

uuid = { workspace = true }
image = "0.24.7"
image = "0.25.0"
pin-utils = "0.1.0"
4 changes: 2 additions & 2 deletions crates/state/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ shipyard = "0.6.2"

uuid = { workspace = true }
bytes = "1.5.0"
smallvec = "1.11.1"
serde_json = "1.0.107"
smallvec = "1.13.1"
serde_json = "1.0.114"
Loading

0 comments on commit 1419407

Please sign in to comment.