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 Jun 4, 2024
1 parent 9d37c3c commit 1ecaf29
Show file tree
Hide file tree
Showing 6 changed files with 655 additions and 443 deletions.
14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,16 @@ dioxus-hot-reload = { version = "0.5", features = ["file_watcher"], default-feat
dioxus-router = { version = "0.5", default-features = false }
dioxus-sdk = { version = "0.5", features = ["clipboard"]}

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

gl = "0.14.0"
glutin = "0.31.2"
glutin-winit = "0.4.2"
raw-window-handle = "0.5.2"
winit = "0.29.9"
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.12.2", features = ["serde"]}
accesskit_winit = "0.18.0"
accesskit = { version = "0.14.0", features = ["serde"]}
accesskit_winit = "0.20.0"
shipyard = { version = "0.6.2", features = ["proc", "std", "parallel"], default-features = false }
smallvec = "1.13.1"

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"] }
reqwest = { version = "0.12.0", features = ["json"] }
serde = "1.0.189"
dioxus-sdk = { version = "0.5", features = ["i18n"] }
rand = "0.8.5"
dioxus-router = { workspace = true }
itertools = "0.11.0"
itertools = "0.13.0"

[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 @@ -35,7 +35,7 @@ tokio = { workspace = true }
tracing = { workspace = true }

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

[dev-dependencies]
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.13.0"
smallvec = { 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.13.0"
uuid = { workspace = true }
image = "0.24.7"
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": "4.7.1",
"astro": "4.9.2",
"rehype-accessible-emojis": "^0.3.2",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
Expand Down
Loading

0 comments on commit 1ecaf29

Please sign in to comment.