Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Commit

Permalink
fix(deps): update rust crate serde_json to 1.0.102
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 12, 2023
1 parent 4ba4783 commit 1ef6319
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 15 deletions.
45 changes: 31 additions & 14 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 @@ -11,6 +11,6 @@ crate-type = ["cdylib"]
[dependencies]
js-sys = "0.3.57"
serde = { version = "1.0.137", features = [ "derive" ] }
serde_json = "1.0.79"
serde_json = "1.0.102"
wasm-bindgen = { version = "0.2.80", features = [ "serde-serialize" ] }
wasm-bindgen-futures = "0.4.30"

0 comments on commit 1ef6319

Please sign in to comment.