Skip to content

Commit

Permalink
Update dependencies and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinTimBarndt committed Oct 10, 2023
1 parent a11bdcf commit a2ae4f3
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 7 deletions.
61 changes: 56 additions & 5 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasm-gzip"
version = "2.0.1"
version = "2.0.2"
authors = ["ColinTimBarndt <[email protected]>"]
license = "Unlicense"
repository = "https://github.com/ColinTimBarndt/wasm-gzip"
Expand All @@ -15,7 +15,7 @@ path = "src/rs/lib.rs"

[dependencies]
wasm-bindgen = "0.2.84"
libflate = "1.3.0"
libflate = "2.0.0"
wee_alloc = "0.4.5"
js-sys = "0.3.61"

Expand Down

0 comments on commit a2ae4f3

Please sign in to comment.