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 Apr 11, 2024
1 parent 18d7899 commit b112e82
Show file tree
Hide file tree
Showing 9 changed files with 837 additions and 962 deletions.
24 changes: 12 additions & 12 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,22 +52,22 @@ dioxus-sdk = { version = "0.5", features = ["clipboard"]}
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.37.0", features = ["sync", "rt-multi-thread", "time", "macros"] }
accesskit = { version = "0.12.3", features = ["serde"]}
accesskit_winit = "0.18.7"
shipyard = { version = "0.6.2", features = ["proc", "std", "parallel"], default-features = false }
smallvec = "1.13.1"
smallvec = "1.13.2"

euclid = "0.22.9"
uuid = { version = "1.4.1", features = ["v4"]}
uuid = { version = "1.8.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 @@ -76,12 +76,12 @@ tokio = { workspace = true }
dioxus = { workspace = true }
freya = { workspace = true }
freya-core = { workspace = true }
reqwest = { version = "0.11.22", features = ["json"] }
serde = "1.0.189"
reqwest = { version = "0.12.3", features = ["json"] }
serde = "1.0.197"
dioxus-sdk = { version = "0.5", features = ["i18n"] }
rand = "0.8.5"
dioxus-router = { workspace = true }
itertools = "0.11.0"
itertools = "0.12.1"

[profile.release]
lto = true
Expand Down
4 changes: 2 additions & 2 deletions crates/components/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ tokio = { workspace = true }
tracing = { workspace = true }

open = "5"
reqwest = { version = "0.11.22", features = ["json"] }
bytes = "1.5.0"
reqwest = { version = "0.12.3", features = ["json"] }
bytes = "1.6.0"

[dev-dependencies]
freya = { path = "../freya" }
Expand Down
2 changes: 1 addition & 1 deletion crates/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ accesskit = { workspace = true }
rustc-hash = { workspace = true }
tracing = { workspace = true }
uuid = { workspace = true }
itertools = "0.11.0"
itertools = "0.12.1"
smallvec = { workspace = true }

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

6 changes: 3 additions & 3 deletions crates/hooks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ winit = { 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"
bytes = "1.5.0"
bitflags = "2.5.0"
bytes = "1.6.0"

[dev-dependencies]
dioxus = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/native-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ smallvec = { workspace = true }
rustc-hash = { workspace = true }
anymap = "1.0.0-beta.2"
parking_lot = { version = "0.12.1", features = ["send_guard"] }
dashmap = "5.4.0"
dashmap = "5.5.3"
shipyard = { workspace = true }

[dev-dependencies]
Expand Down
4 changes: 2 additions & 2 deletions crates/renderer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ tracing = { workspace = true }
futures-task ={ workspace = true }
futures-util = { workspace = true }

itertools = "0.11.0"
itertools = "0.12.1"
uuid = { workspace = true }
image = "0.24.7"
image = "0.25.1"
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 = { workspace = true }
rustc-hash= { workspace = true }

uuid = { workspace = true }
bytes = "1.5.0"
serde_json = "1.0.107"
bytes = "1.6.0"
serde_json = "1.0.115"
Loading

0 comments on commit b112e82

Please sign in to comment.