Skip to content

Commit

Permalink
deps: Update and sync direct dep versions (#593)
Browse files Browse the repository at this point in the history
We now state that we depend on the same version of direct dependencies
as is used in the `Cargo.lock`.

Also, update to the latest versions of our direct dependencies.
  • Loading branch information
waywardmonkeys authored May 31, 2024
1 parent 4cace9d commit 204615e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,13 @@ vello = { version = "0.1.0", path = "." }
vello_encoding = { version = "0.1.0", path = "crates/encoding" }
vello_shaders = { version = "0.1.0", path = "crates/shaders" }
bytemuck = { version = "1.16.0", features = ["derive"] }
skrifa = "0.19.1"
peniko = "0.1.0"
skrifa = "0.19.3"
peniko = "0.1.1"
futures-intrusive = "0.5.0"
raw-window-handle = "0.6.1"
raw-window-handle = "0.6.2"
smallvec = "1.13.2"
static_assertions = "1.1.0"
thiserror = "1.0.57"
thiserror = "1.0.61"

# NOTE: Make sure to keep this in sync with the version badge in README.md
# as well as examples/simple/Cargo.toml
Expand All @@ -90,7 +90,7 @@ log = "0.4.21"

# Used for examples
clap = "4.5.4"
anyhow = "1.0.83"
instant = { version = "0.1.12", features = ["wasm-bindgen"] }
anyhow = "1.0.86"
instant = { version = "0.1.13", features = ["wasm-bindgen"] }
pollster = "0.3.0"
wgpu-profiler = "0.17.0"

0 comments on commit 204615e

Please sign in to comment.