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

Commit

Permalink
Bump serde from 1.0.111 to 1.0.112
Browse files Browse the repository at this point in the history
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.111 to 1.0.112.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.111...v1.0.112)

Signed-off-by: dependabot-preview[bot] <[email protected]>
  • Loading branch information
dependabot-preview[bot] authored Jun 15, 2020
1 parent c3082fc commit ae156b6
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
26 changes: 13 additions & 13 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 @@ -48,7 +48,7 @@ fxhash = "0.2.1"
js-sys = "0.3.32"
log = { version = "0.4.8", optional = true }
longest-increasing-subsequence = "0.1.0"
serde = { version = "1.0.111", optional = true }
serde = { version = "1.0.112", optional = true }
wasm-bindgen = "0.2.55"
wasm-bindgen-futures = "0.4.5"

Expand Down
2 changes: 1 addition & 1 deletion examples/todomvc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version = "0.1.0"
cfg-if = "0.1.10"
dodrio = { path = "../..", features = ["serde"] }
js-sys = "0.3.32"
serde = { features = ["derive"], version = "1.0.111" }
serde = { features = ["derive"], version = "1.0.112" }
serde_json = "1.0.55"
wasm-bindgen = "0.2.55"
wasm-bindgen-futures = "0.4.5"
Expand Down

0 comments on commit ae156b6

Please sign in to comment.