mirror of
https://github.com/facebookexperimental/reverie.git
synced 2025-01-22 21:04:53 +00:00
futures 0.3.21 -> 0.3.24
Summary: We have some deprecated functions in GH builds. Differential Revision: D38909563 fbshipit-source-id: 3e8b77b10c352bfdfcbfe344f0ea2e95d4a339ad
This commit is contained in:
parent
2f6328ac8d
commit
0a18bdf95f
3 changed files with 3 additions and 3 deletions
|
@ -11,7 +11,7 @@ license = "BSD-2-Clause"
|
|||
bincode = "1.3.3"
|
||||
bitflags = "1.3"
|
||||
colored = "1.9"
|
||||
futures = { version = "0.3.13", features = ["async-await", "compat"] }
|
||||
futures = { version = "0.3.22", features = ["async-await", "compat"] }
|
||||
libc = "0.2.121"
|
||||
nix = "0.23"
|
||||
serde = { version = "1.0.136", features = ["derive", "rc"] }
|
||||
|
|
|
@ -12,7 +12,7 @@ anyhow = "1.0.56"
|
|||
async-trait = "0.1.56"
|
||||
bincode = "1.3.3"
|
||||
bytes = { version = "1.1", features = ["serde"] }
|
||||
futures = { version = "0.3.13", features = ["async-await", "compat"] }
|
||||
futures = { version = "0.3.22", features = ["async-await", "compat"] }
|
||||
goblin = "0.5.2"
|
||||
lazy_static = "1.4"
|
||||
libc = "0.2.121"
|
||||
|
|
|
@ -9,7 +9,7 @@ license = "BSD-2-Clause"
|
|||
|
||||
[dependencies]
|
||||
bitflags = "1.3"
|
||||
futures = { version = "0.3.13", features = ["async-await", "compat"] }
|
||||
futures = { version = "0.3.22", features = ["async-await", "compat"] }
|
||||
lazy_static = "1.4"
|
||||
libc = "0.2.121"
|
||||
nix = "0.23"
|
||||
|
|
Loading…
Reference in a new issue