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.26 to 0.1.27
Browse files Browse the repository at this point in the history
Bumps [futures](https://github.com/rust-lang-nursery/futures-rs) from 0.1.26 to 0.1.27.
- [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.26...0.1.27)

Signed-off-by: dependabot[bot] <support@dependabot.com>
  • Loading branch information
dependabot-support committed May 13, 2019
1 parent 0a678f6 commit 2c3112c
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.1"
cfg-if = "0.1.7"
futures = "0.1.26"
futures = "0.1.27"
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.26"
futures = "0.1.27"

[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.26"
futures = "0.1.27"

[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.7"
dodrio = { path = "../.." }
futures = "0.1.26"
futures = "0.1.27"
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.26"
futures = "0.1.27"

[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.7"
dodrio = { path = "../.." }
futures = "0.1.26"
futures = "0.1.27"
js-sys = "0.3.19"
serde = { features = ["derive"], version = "1.0.91" }
serde_json = "1.0.39"
Expand Down

0 comments on commit 2c3112c

Please sign in to comment.