Skip to content

Commit

Permalink
Deps: Bump for direct-minimal-versions compatibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
kpreid committed Sep 5, 2024
1 parent 4b0e80c commit b57d9a3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -130,16 +130,16 @@ snapbox = "0.6.10" # keep in sync with `trycmd`
strum = { version = "0.26.1", default-features = false, features = ["derive"] }
sync_wrapper = { version = "1.0.0", default-features = false }
tempfile = "3.3.0"
thiserror = "1.0.62"
thiserror = "1.0.63"
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.
tokio = { version = "1.28.0", default-features = false }
trycmd = "0.15.4" # keep in sync with `snapbox`
unicode-segmentation = { version = "1.10.1", default-features = false }
unicode-width = { version = "0.1.13", default-features = false }
wasm-bindgen-futures = "0.4.42"
web-time = "1.0.0"
wasm-bindgen-futures = "0.4.43"
web-time = "1.1.0"
wgpu = { version = "22.0.0", default-features = false, features = ["wgsl"] }
yield-progress = { version = "0.1.6", default-features = false }

Expand Down
2 changes: 1 addition & 1 deletion all-is-cubes-gpu/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ resource = "0.5.0"
send_wrapper = { workspace = true }
wasm-bindgen-futures = { workspace = true }
# For initializing tests on web. (This is not a dev-dependency because some of said tests are not in this package.)
web-sys = { version = "0.3.69", features = ["OffscreenCanvas"] }
web-sys = { version = "0.3.70", features = ["OffscreenCanvas"] }
web-time = { workspace = true }
wgpu = { workspace = true, optional = true }

Expand Down
10 changes: 5 additions & 5 deletions all-is-cubes-wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,20 +41,20 @@ futures-core = "0.3.28"
# Feature enabling for indirect dependency all-is-cubes → rand → getrandom,
# as well as our direct dependency
getrandom = { version = "0.2.7", features = ["js"] }
js-sys = "0.3.69"
js-sys = "0.3.70"
log = { version = "0.4.17", default-features = false }
rand = { version = "0.8.3", default-features = false, features = ["std", "std_rng"] }
send_wrapper = "0.6.0"
wasm-bindgen = "0.2.92"
wasm-bindgen-futures = "0.4.42"
web-time = { version = "1.0.0" }
wasm-bindgen = "0.2.93"
wasm-bindgen-futures = "0.4.43"
web-time = { version = "1.1.0" }
# Must be the same version as in the main workspace, i.e. as in all-is-cubes-gpu.
wgpu = { version = "22.0.0", default-features = false, features = ["webgpu", "webgl"] }
# Feature enabling
yield-progress = { version = "0.1.6", features = ["log_hiccups"] }

[dependencies.web-sys]
version = "0.3.69"
version = "0.3.70"
features = [
"console",
"AddEventListenerOptions",
Expand Down

0 comments on commit b57d9a3

Please sign in to comment.