From ba4086708e5b340611824bfb633e508534b3f13f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2019 15:55:15 +0000 Subject: [PATCH] Bump futures-preview from 0.3.0-alpha.17 to 0.3.0-alpha.18 Bumps [futures-preview](https://github.com/rust-lang-nursery/futures-rs) from 0.3.0-alpha.17 to 0.3.0-alpha.18. - [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](https://github.com/rust-lang-nursery/futures-rs/compare/0.3.0-alpha.17...0.3.0-alpha.18) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 71 ++++++++++++++++++++++----------------------- ahci/Cargo.toml | 2 +- fs/Cargo.toml | 2 +- keyboard/Cargo.toml | 2 +- libuser/Cargo.toml | 2 +- libutils/Cargo.toml | 2 +- sm/Cargo.toml | 2 +- time/Cargo.toml | 2 +- vi/Cargo.toml | 2 +- 9 files changed, 43 insertions(+), 44 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a9bc4c5a0..6a1f2d012 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -252,61 +252,60 @@ dependencies = [ [[package]] name = "futures-channel-preview" -version = "0.3.0-alpha.17" +version = "0.3.0-alpha.18" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "futures-core-preview 0.3.0-alpha.17 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-sink-preview 0.3.0-alpha.17 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-core-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-sink-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "futures-core-preview" -version = "0.3.0-alpha.17" +version = "0.3.0-alpha.18" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "futures-executor-preview" -version = "0.3.0-alpha.17" +version = "0.3.0-alpha.18" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "futures-channel-preview 0.3.0-alpha.17 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-core-preview 0.3.0-alpha.17 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-util-preview 0.3.0-alpha.17 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-core-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-util-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "futures-io-preview" -version = "0.3.0-alpha.17" +version = "0.3.0-alpha.18" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "futures-preview" -version = "0.3.0-alpha.17" +version = "0.3.0-alpha.18" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "futures-channel-preview 0.3.0-alpha.17 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-core-preview 0.3.0-alpha.17 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-executor-preview 0.3.0-alpha.17 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-io-preview 0.3.0-alpha.17 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-sink-preview 0.3.0-alpha.17 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-util-preview 0.3.0-alpha.17 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-channel-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-core-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-executor-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-io-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-sink-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-util-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "futures-sink-preview" -version = "0.3.0-alpha.17" +version = "0.3.0-alpha.18" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "futures-core-preview 0.3.0-alpha.17 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-core-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "futures-util-preview" -version = "0.3.0-alpha.17" +version = "0.3.0-alpha.18" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "futures-core-preview 0.3.0-alpha.17 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-sink-preview 0.3.0-alpha.17 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-core-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-sink-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", "pin-utils 0.1.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -676,7 +675,7 @@ name = "sunrise-ahci" version = "0.1.0" dependencies = [ "bitfield 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-preview 0.3.0-alpha.17 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", "spin 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -709,7 +708,7 @@ dependencies = [ "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "crc 1.8.1 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-preview 0.3.0-alpha.17 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", "hashbrown 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "libfat 0.1.0 (git+https://github.com/sunriseos/libfat.git)", @@ -755,7 +754,7 @@ name = "sunrise-keyboard" version = "0.1.0" dependencies = [ "core-futures-tls 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-preview 0.3.0-alpha.17 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", "generic-array 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", @@ -796,7 +795,7 @@ dependencies = [ "core-futures-tls 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "font-rs 0.1.3 (git+https://github.com/SunriseOS/font-rs)", - "futures-preview 0.3.0-alpha.17 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", "generational-arena 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "hashbrown 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -815,7 +814,7 @@ version = "0.1.0" dependencies = [ "bit_field 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-preview 0.3.0-alpha.17 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -848,7 +847,7 @@ dependencies = [ name = "sunrise-sm" version = "0.1.0" dependencies = [ - "futures-preview 0.3.0-alpha.17 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", "hashbrown 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", @@ -862,7 +861,7 @@ version = "0.1.0" dependencies = [ "cargo-5730 0.1.0 (git+https://github.com/Thog/cargo-5730.git?branch=feature/windows-support)", "core-futures-tls 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-preview 0.3.0-alpha.17 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", "generic-array 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", "spin 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -875,7 +874,7 @@ dependencies = [ name = "sunrise-vi" version = "0.1.0" dependencies = [ - "futures-preview 0.3.0-alpha.17 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", "hashbrown 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "spin 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1057,13 +1056,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index" "checksum fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed" "checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3" "checksum font-rs 0.1.3 (git+https://github.com/SunriseOS/font-rs)" = "" -"checksum futures-channel-preview 0.3.0-alpha.17 (registry+https://github.com/rust-lang/crates.io-index)" = "21c71ed547606de08e9ae744bb3c6d80f5627527ef31ecf2a7210d0e67bc8fae" -"checksum futures-core-preview 0.3.0-alpha.17 (registry+https://github.com/rust-lang/crates.io-index)" = "4b141ccf9b7601ef987f36f1c0d9522f76df3bba1cf2e63bfacccc044c4558f5" -"checksum futures-executor-preview 0.3.0-alpha.17 (registry+https://github.com/rust-lang/crates.io-index)" = "87ba260fe51080ba37f063ad5b0732c4ff1f737ea18dcb67833d282cdc2c6f14" -"checksum futures-io-preview 0.3.0-alpha.17 (registry+https://github.com/rust-lang/crates.io-index)" = "082e402605fcb8b1ae1e5ba7d7fdfd3e31ef510e2a8367dd92927bb41ae41b3a" -"checksum futures-preview 0.3.0-alpha.17 (registry+https://github.com/rust-lang/crates.io-index)" = "bf25f91c8a9a1f64c451e91b43ba269ed359b9f52d35ed4b3ce3f9c842435867" -"checksum futures-sink-preview 0.3.0-alpha.17 (registry+https://github.com/rust-lang/crates.io-index)" = "4309a25a1069a1f3c10647b227b9afe6722b67a030d3f00a9cbdc171fc038de4" -"checksum futures-util-preview 0.3.0-alpha.17 (registry+https://github.com/rust-lang/crates.io-index)" = "af8198c48b222f02326940ce2b3aa9e6e91a32886eeaad7ca3b8e4c70daa3f4e" +"checksum futures-channel-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)" = "f477fd0292c4a4ae77044454e7f2b413207942ad405f759bb0b4698b7ace5b12" +"checksum futures-core-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)" = "4a2f26f774b81b3847dcda0c81bd4b6313acfb4f69e5a0390c7cb12c058953e9" +"checksum futures-executor-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)" = "80705612926df8a1bc05f0057e77460e29318801f988bf7d803a734cf54e7528" +"checksum futures-io-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)" = "ee7de0c1c9ed23f9457b0437fec7663ce64d9cc3c906597e714e529377b5ddd1" +"checksum futures-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)" = "efa8f90c4fb2328e381f8adfd4255b4a2b696f77d1c63a3dee6700b564c4e4b5" +"checksum futures-sink-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)" = "e9b65a2481863d1b78e094a07e9c0eed458cc7dc6e72b22b7138b8a67d924859" +"checksum futures-util-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)" = "7df53daff1e98cc024bf2720f3ceb0414d96fbb0a94f3cad3a5c3bf3be1d261c" "checksum gcc 0.3.55 (registry+https://github.com/rust-lang/crates.io-index)" = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2" "checksum generational-arena 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4024f96ffa0ebaaf36aa589cd41f2fd69f3a5e6fd02c86e11e12cdf41d5b46a3" "checksum generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec" diff --git a/ahci/Cargo.toml b/ahci/Cargo.toml index 7157949db..64b504825 100644 --- a/ahci/Cargo.toml +++ b/ahci/Cargo.toml @@ -11,7 +11,7 @@ sunrise-libutils = { path = "../libutils" } spin = "0.5" log = "0.4.6" bitfield = "0.13" -futures-preview = { version = "0.3.0-alpha.16", default-features = false, features = ["nightly", "alloc"] } +futures-preview = { version = "0.3.0-alpha.18", default-features = false, features = ["nightly", "alloc"] } [dependencies.lazy_static] features = ["spin_no_std"] diff --git a/fs/Cargo.toml b/fs/Cargo.toml index 1bbac764a..c055b7b0a 100644 --- a/fs/Cargo.toml +++ b/fs/Cargo.toml @@ -14,7 +14,7 @@ log = "0.4.6" storage_device = { git = "https://github.com/Sunriseos/storage_device.git", default-features = false, features = ["cached-block-device-nightly"] } libfat = { git = "https://github.com/sunriseos/libfat.git" } plain = "0.2" -futures-preview = { version = "0.3.0-alpha.16", default-features = false, features = ["nightly", "alloc"] } +futures-preview = { version = "0.3.0-alpha.18", default-features = false, features = ["nightly", "alloc"] } arrayvec = {version = "0.4", default-features = false} [dependencies.lazy_static] diff --git a/keyboard/Cargo.toml b/keyboard/Cargo.toml index 776cb3875..379b3051b 100644 --- a/keyboard/Cargo.toml +++ b/keyboard/Cargo.toml @@ -12,6 +12,6 @@ spin = "0.5" log = "0.4.6" sunrise-libuser = { path = "../libuser" } sunrise-libutils = { path = "../libutils" } -futures-preview = { version = "0.3.0-alpha.16", default-features = false, features = ["nightly", "alloc"] } +futures-preview = { version = "0.3.0-alpha.18", default-features = false, features = ["nightly", "alloc"] } core = { package = "core-futures-tls", version = "0.1" } lazy_static = "1.3" diff --git a/libuser/Cargo.toml b/libuser/Cargo.toml index 9230e5a69..1877983aa 100644 --- a/libuser/Cargo.toml +++ b/libuser/Cargo.toml @@ -18,7 +18,7 @@ font-rs = { git = "https://github.com/SunriseOS/font-rs" } log = "0.4" lazy_static = "1.3" libm = "0.1" -futures-preview = { version = "0.3.0-alpha.16", default-features = false, features = ["nightly", "alloc"] } +futures-preview = { version = "0.3.0-alpha.18", default-features = false, features = ["nightly", "alloc"] } generational-arena = { version = "0.2", default-features = false } core = { package = "core-futures-tls", version = "0.1" } diff --git a/libutils/Cargo.toml b/libutils/Cargo.toml index ad34a7b26..0255e9f45 100644 --- a/libutils/Cargo.toml +++ b/libutils/Cargo.toml @@ -17,4 +17,4 @@ default-features = false version = "1.3.2" [dev-dependencies] -futures-preview = { version = "0.3.0-alpha.16", default-features = false, features = ["nightly"] } \ No newline at end of file +futures-preview = { version = "0.3.0-alpha.18", default-features = false, features = ["nightly"] } \ No newline at end of file diff --git a/sm/Cargo.toml b/sm/Cargo.toml index fbdc3b578..2bf128170 100644 --- a/sm/Cargo.toml +++ b/sm/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" [dependencies] sunrise-libuser = { path = "../libuser" } spin = "0.5" -futures-preview = { version = "0.3.0-alpha.16", default-features = false, features = ["nightly", "alloc"] } +futures-preview = { version = "0.3.0-alpha.18", default-features = false, features = ["nightly", "alloc"] } log = "0.4" [dependencies.hashbrown] diff --git a/time/Cargo.toml b/time/Cargo.toml index 6dbe9faac..c676d1d40 100644 --- a/time/Cargo.toml +++ b/time/Cargo.toml @@ -13,7 +13,7 @@ log = "0.4.6" sunrise-libuser = { path = "../libuser" } sunrise-libutils = { path = "../libutils" } sunrise-libtimezone = { path = "../libtimezone" } -futures-preview = { version = "0.3.0-alpha.16", default-features = false, features = ["nightly", "alloc"] } +futures-preview = { version = "0.3.0-alpha.18", default-features = false, features = ["nightly", "alloc"] } core = { package = "core-futures-tls", version = "0.1" } [build-dependencies] diff --git a/vi/Cargo.toml b/vi/Cargo.toml index 3eb9bd79d..23c45d4b4 100644 --- a/vi/Cargo.toml +++ b/vi/Cargo.toml @@ -9,7 +9,7 @@ edition = "2018" sunrise-libuser = { path = "../libuser" } sunrise-libutils = { path = "../libutils" } spin = "0.5" -futures-preview = { version = "0.3.0-alpha.16", default-features = false, features = ["nightly", "alloc"] } +futures-preview = { version = "0.3.0-alpha.18", default-features = false, features = ["nightly", "alloc"] } [dependencies.hashbrown] features = ["nightly"]