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 Oct 10, 2019
1 parent d05f23d commit e923d2c
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 38 deletions.
65 changes: 29 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 libuser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ failure = { version = "0.1", default-features = false }
font-rs = { git = "https://github.com/SunriseOS/font-rs", default-features = false }
log = "0.4"
lazy_static = "1.3"
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"] }

0 comments on commit e923d2c

Please sign in to comment.