Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
raphamorim committed Jan 6, 2025
1 parent c3a1b63 commit 8df8d40
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 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.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ unicode-width = { package = "unicode-width-16", version = "0.1.0" }
base64 = "0.22.1"
image_rs = { package = "image", version = "0.25.5", default-features = false, features = ["gif", "jpeg", "ico", "png", "pnm", "webp", "bmp"] }
regex = "1.11.1"
bytemuck = { version = "1.20.0", features = [ "derive" ] }
serde = { version = "1.0.208", features = ["derive"] }
bytemuck = { version = "1.21.0", features = [ "derive" ] }
serde = { version = "1.0.217", features = ["derive"] }
wgpu = "23.0.1"
libc = "0.2.161"
libc = "0.2.169"
smol_str = "0.3.2"
futures = "0.3.31"
wasm-bindgen = "0.2.87"
Expand Down

0 comments on commit 8df8d40

Please sign in to comment.