Skip to content
This repository has been archived by the owner on Mar 2, 2021. It is now read-only.

Commit

Permalink
Bump serde_json from 1.0.53 to 1.0.54
Browse files Browse the repository at this point in the history
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.53 to 1.0.54.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.53...v1.0.54)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Jun 10, 2020
1 parent bb7a576 commit 2a36cbc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 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 examples/todomvc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cfg-if = "0.1.10"
dodrio = { path = "../..", features = ["serde"] }
js-sys = "0.3.32"
serde = { features = ["derive"], version = "1.0.111" }
serde_json = "1.0.53"
serde_json = "1.0.54"
wasm-bindgen = "0.2.55"
wasm-bindgen-futures = "0.4.5"

Expand Down

0 comments on commit 2a36cbc

Please sign in to comment.