Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deps: Update wgpu from 23 to 24 and thiserror from 1 to 2. #571

Merged
merged 3 commits into from
Jan 16, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Deps: Update thiserror from 1 to 2.
Updating `wgpu` brought in newer `thiserror`, so we have no reason to
hold back our own version.
kpreid committed Jan 15, 2025
commit 34350fb847bb71a0692319a727cff045cf125ce7
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -146,7 +146,7 @@ snapbox = "0.6.10" # keep in sync with `trycmd`
strum = { version = "0.26.3", default-features = false, features = ["derive"] }
sync_wrapper = { version = "1.0.0", default-features = false }
tempfile = { version = "3.15.0", default-features = false }
thiserror = { version = "1.0.65", default-features = false }
thiserror = { version = "2.0.11", default-features = false }
time = { version = "0.3.36", default-features = false }
# Tokio is used for async test-running and for certain binaries.
# The library crates do not require Tokio.
30 changes: 5 additions & 25 deletions all-is-cubes-wasm/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion tools/deny.toml
Original file line number Diff line number Diff line change
@@ -34,7 +34,6 @@ allow-wildcard-paths = true

skip = [
{ name = "core-foundation", version = "0.9.4" }, # old used by `winit`
{ name = "cfg_aliases" }, # winit and wgpu use different versions
{ name = "unicode-width", version = "0.1" }, # old used by `codespan-reporting` via `wgpu`
]