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.92 to 1.0.93
Browse files Browse the repository at this point in the history
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.92 to 1.0.93.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.92...v1.0.93)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Jun 24, 2019
1 parent a58d16b commit 1c0ba62
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 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 @@ -51,7 +51,7 @@ js-sys = "0.3.19"
fxhash = "0.2.1"
log = { version = "0.4.6", optional = true }
longest-increasing-subsequence = "0.1.0"
serde = { version = "1.0.92", optional = true }
serde = { version = "1.0.93", optional = true }

[dependencies.web-sys]
version = "0.3.19"
Expand Down
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.9"
dodrio = { path = "../..", features = ["serde"] }
futures = "0.1.27"
js-sys = "0.3.19"
serde = { features = ["derive"], version = "1.0.92" }
serde = { features = ["derive"], version = "1.0.93" }
serde_json = "1.0.39"
wasm-bindgen = "0.2.42"
wasm-bindgen-futures = "0.3.19"
Expand Down

0 comments on commit 1c0ba62

Please sign in to comment.