Skip to content

Commit

Permalink
fix(deps): update rust crate serde-wasm-bindgen to 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 19, 2024
1 parent 76b21dc commit 5ae92bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions rust/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 rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ crate-type = ["cdylib", "rlib"]
thiserror = "1.0.57"
serde = { version = "1.0", features = ["derive"] }
wasm-bindgen = { version = "0.2", features = ["serde-serialize"] }
serde-wasm-bindgen = "0.5"
serde-wasm-bindgen = "0.6"

[dev-dependencies]
test-case = "3.0.0"
Expand Down

0 comments on commit 5ae92bb

Please sign in to comment.