Skip to content

Commit

Permalink
Deps: Update thiserror from 1 to 2.
Browse files Browse the repository at this point in the history
Updating `wgpu` brought in newer `thiserror`, so we have no reason to
hold back our own version.
  • Loading branch information
kpreid committed Jan 15, 2025
1 parent a55f9df commit a81b0a1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 28 deletions.
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
Expand Up @@ -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.3.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.
Expand Down
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
Expand Up @@ -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`
]

Expand Down

0 comments on commit a81b0a1

Please sign in to comment.