Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
renovate[bot] authored Aug 15, 2024
1 parent fcfc482 commit 8d615af
Showing 3 changed files with 338 additions and 315 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -61,7 +61,7 @@ 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 }
shipyard = { version = "0.7.0", features = ["proc", "std", "parallel"], default-features = false }
smallvec = "1.13.1"

euclid = "0.22.9"
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@
"@astrojs/deno": "^5.0.0",
"@astrojs/rss": "^4.0.1",
"@astrojs/tailwind": "^5.0.2",
"astro": "4.11.3",
"astro": "4.14.0",
"rehype-accessible-emojis": "^0.3.2",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
649 changes: 336 additions & 313 deletions website/pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit 8d615af

Please sign in to comment.