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.106 to 1.0.110
Browse files Browse the repository at this point in the history
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.106 to 1.0.110.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.106...v1.0.110)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed May 11, 2020
1 parent 39fc2e8 commit cb7d2e6
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.106", optional = true }
serde = { version = "1.0.110", 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.106" }
serde = { features = ["derive"], version = "1.0.110" }
serde_json = "1.0.52"
wasm-bindgen = "0.2.55"
wasm-bindgen-futures = "0.4.5"
Expand Down

0 comments on commit cb7d2e6

Please sign in to comment.