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.85
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 25, 2022
1 parent 4ba4783 commit a54ee2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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.85"
wasm-bindgen = { version = "0.2.80", features = [ "serde-serialize" ] }
wasm-bindgen-futures = "0.4.30"

0 comments on commit a54ee2d

Please sign in to comment.