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

Commit

Permalink
Bump futures from 0.1.27 to 0.1.28
Browse files Browse the repository at this point in the history
Bumps [futures](https://github.com/rust-lang-nursery/futures-rs) from 0.1.27 to 0.1.28.
- [Release notes](https://github.com/rust-lang-nursery/futures-rs/releases)
- [Changelog](https://github.com/rust-lang-nursery/futures-rs/blob/master/CHANGELOG.md)
- [Commits](rust-lang/futures-rs@0.1.27...0.1.28)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Jun 27, 2019
1 parent f16e3d3 commit fb62986
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
20 changes: 10 additions & 10 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 @@ -44,7 +44,7 @@ xxx-unstable-internal-use-only = []
[dependencies]
bumpalo = "2.4.3"
cfg-if = "0.1.9"
futures = "0.1.27"
futures = "0.1.28"
wasm-bindgen = "0.2.42"
wasm-bindgen-futures = "0.3.19"
js-sys = "0.3.19"
Expand Down
2 changes: 1 addition & 1 deletion crates/js-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dodrio = { version = "=0.1.0", path = "../.." }
wasm-bindgen = "0.2.42"
js-sys = "0.3.19"
wasm-bindgen-futures = "0.3.19"
futures = "0.1.27"
futures = "0.1.28"

[dev-dependencies]
wasm-bindgen-test = "0.2.42"
2 changes: 1 addition & 1 deletion examples/game-of-life/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ wasm-bindgen = "0.2.42"
console_error_panic_hook = "0.1.6"
js-sys = "0.3.19"
wasm-bindgen-futures = "0.3.19"
futures = "0.1.27"
futures = "0.1.28"

[dependencies.web-sys]
version = "0.3.19"
Expand Down
2 changes: 1 addition & 1 deletion examples/moire/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ crate-type = ["cdylib"]
[dependencies]
cfg-if = "0.1.9"
dodrio = { path = "../.." }
futures = "0.1.27"
futures = "0.1.28"
log = "0.4.6"
wasm-bindgen = "0.2.42"
wasm-bindgen-futures = "0.3.19"
Expand Down
2 changes: 1 addition & 1 deletion examples/sierpinski-triangle/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ wasm-bindgen = "0.2.42"
console_error_panic_hook = "0.1.6"
js-sys = "0.3.19"
wasm-bindgen-futures = "0.3.19"
futures = "0.1.27"
futures = "0.1.28"

[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 @@ -7,7 +7,7 @@ version = "0.1.0"
[dependencies]
cfg-if = "0.1.9"
dodrio = { path = "../..", features = ["serde"] }
futures = "0.1.27"
futures = "0.1.28"
js-sys = "0.3.19"
serde = { features = ["derive"], version = "1.0.93" }
serde_json = "1.0.39"
Expand Down

0 comments on commit fb62986

Please sign in to comment.