Skip to content

Commit

Permalink
refactor: bump wasm_bindgen once more to 0.2.93
Browse files Browse the repository at this point in the history
They fixed this clippy warning:
rustwasm/wasm-bindgen#3985
  • Loading branch information
ivan-aksamentov committed Oct 14, 2024
1 parent 12fc467 commit 7d59614
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
21 changes: 11 additions & 10 deletions 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 @@ -94,7 +94,7 @@ traversal = "=0.1.2"
url = { version = "=2.4.0", features = ["serde"] }
urlencoding = "=2.1.2"
validator = { version = "=0.16.1", features = ["derive"] }
wasm-bindgen = { version = "=0.2.89", features = ["serde-serialize"] }
wasm-bindgen = { version = "=0.2.93", features = ["serde-serialize"] }
wasm-logger = "=0.2.0"
web-sys = { version = "=0.3.64", features = ["console"] }
xz2 = { version = "=0.1.7", features = ["static"] }
Expand Down

0 comments on commit 7d59614

Please sign in to comment.