Skip to content

Commit

Permalink
Bump futures-preview from 0.3.0-alpha.17 to 0.3.0-alpha.18
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] authored Sep 18, 2019
1 parent f2deeb3 commit ba40867
Show file tree
Hide file tree
Showing 9 changed files with 43 additions and 44 deletions.
71 changes: 35 additions & 36 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 ahci/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
2 changes: 1 addition & 1 deletion fs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion keyboard/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion libuser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }

Expand Down
2 changes: 1 addition & 1 deletion libutils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
futures-preview = { version = "0.3.0-alpha.18", default-features = false, features = ["nightly"] }
2 changes: 1 addition & 1 deletion sm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion time/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion vi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit ba40867

Please sign in to comment.