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 Dec 31, 2024
1 parent 05b7d57 commit b379f7e
Show file tree
Hide file tree
Showing 7 changed files with 535 additions and 374 deletions.
32 changes: 16 additions & 16 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,15 @@ torin = { path = "crates/torin", version = "0.3.0-rc.0" }
freya-native-core-macro = { path = "crates/native-core-macro", version = "0.3.0-rc.0" }
freya-native-core = { path = "crates/native-core", version = "0.3.0-rc.0" }

dioxus = { version = "0.5", default-features = false, features = ["macro", "signals", "hooks"]}
dioxus-rsx = { version = "0.5", features = ["hot_reload"] }
dioxus-core-macro = { version = "0.5" }
dioxus-hooks = { version = "0.5" }
dioxus-signals = { version = "0.5" }
dioxus-core = { version = "0.5" }
dioxus = { version = "0.6", default-features = false, features = ["macro", "signals", "hooks"]}
dioxus-rsx = { version = "0.6", features = ["hot_reload"] }
dioxus-core-macro = { version = "0.6" }
dioxus-hooks = { version = "0.6" }
dioxus-signals = { version = "0.6" }
dioxus-core = { version = "0.6" }
dioxus-hot-reload = { version = "0.5", features = ["file_watcher"], default-features = false }
dioxus-router = { version = "0.5", default-features = false }
dioxus-clipboard = "0.1"
dioxus-router = { version = "0.6", default-features = false }
dioxus-clipboard = "0.2"
dioxus-i18n = "0.3"

skia-safe = { version = "0.80.0", features = ["gl", "textlayout", "svg"] }
Expand All @@ -64,9 +64,9 @@ glutin-winit = "0.5.0"
raw-window-handle = "0.6.0"
winit = "0.30.0"
tokio = { version = "1.33.0", features = ["sync", "rt-multi-thread", "time", "macros"] }
accesskit = { version = "0.16.0", features = ["serde"]}
accesskit_winit = "0.22.0"
shipyard = { version = "0.6.2", features = ["proc", "std", "parallel"], default-features = false }
accesskit = { version = "0.17.0", features = ["serde"]}
accesskit_winit = "0.23.0"
shipyard = { version = "0.7.0", features = ["proc", "std", "parallel"], default-features = false }
smallvec = "1.13.1"

euclid = "0.22.9"
Expand All @@ -90,14 +90,14 @@ serde = "1.0.189"
dioxus-i18n = { workspace = true }
rand = "0.8.5"
dioxus-router = { workspace = true }
itertools = "0.13.0"
itertools = "0.14.0"
home = "0.5.9"
dioxus-query = "0.5.1"
gilrs = "0.10.8"
dioxus-query = "0.6.0"
gilrs = "0.11.0"
gl = { workspace = true }
tree-sitter-highlight = "0.23.0"
tree-sitter-highlight = "0.24.0"
tree-sitter-rust = "0.23.0"
rfd = "0.14.1"
rfd = "0.15.0"
bytes = "1.5.0"
dioxus-clipboard = { workspace = true }
winit = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ freya-engine = { workspace = true }
freya-native-core = { workspace = true }
rustc-hash= { workspace = true }

itertools = "0.13.0"
itertools = "0.14.0"
uuid = { workspace = 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 @@ -37,7 +37,7 @@ accesskit_winit = { workspace = true }
rustc-hash = { workspace = true }
tracing = { workspace = true }
uuid = { workspace = true }
itertools = "0.13.0"
itertools = "0.14.0"
smallvec = { workspace = true }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/devtools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ freya-core = { workspace = true, features = ["shared"] }
freya-components = { workspace = true }
freya-engine = { workspace = true }
torin = { workspace = true }
dioxus-radio = "0.2"
dioxus-radio = "0.3"

dioxus = { workspace = true }
freya-native-core = { 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,7 +44,7 @@ tracing = { workspace = true }
futures-task ={ workspace = true }
futures-util = { workspace = true }

itertools = "0.13.0"
itertools = "0.14.0"
uuid = { workspace = true }
image = "0.25.0"
pin-utils = "0.1.0"
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@astrojs/deno": "^5.0.0",
"@astrojs/rss": "^4.0.1",
"@astrojs/tailwind": "^5.0.2",
"astro": "5.0.8",
"astro": "5.1.1",
"rehype-accessible-emojis": "^0.3.2",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
Expand Down
Loading

0 comments on commit b379f7e

Please sign in to comment.