Update tokio to 1.15

Reviewed By: Imxset21

Differential Revision: D33759920

fbshipit-source-id: 7fd02dc93a7c1c564454a1fece3ff4b12dba3d3e
This commit is contained in:
Andres Suarez 2022-01-25 01:23:59 -08:00 committed by Facebook GitHub Bot
parent 668ee0772b
commit 23b58143af
3 changed files with 3 additions and 3 deletions

View file

@ -57,5 +57,5 @@ reverie-util = { version = "0.1.0", path = "../reverie-util" }
serde = { version = "1.0.126", features = ["derive", "rc"] }
serde_json = { version = "1.0.64", features = ["float_roundtrip", "unbounded_depth"] }
structopt = "0.3.23"
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
tracing = "0.1.29"

View file

@ -17,7 +17,7 @@ nix = "0.22"
serde = { version = "1.0.126", features = ["derive", "rc"] }
syscalls = { version = "0.4.2", features = ["with-serde"] }
thiserror = "1.0.29"
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
[dev-dependencies]
const-cstr = "0.3.0"

View file

@ -27,7 +27,7 @@ raw-cpuid = "9.0"
reverie = { version = "0.1.0", path = "../reverie" }
serde = { version = "1.0.126", features = ["derive", "rc"] }
thiserror = "1.0.29"
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
tokio-stream = { version = "0.1.4", features = ["fs", "io-util", "net", "signal", "sync", "time"] }
tracing = "0.1.29"
tracing-subscriber = { version = "0.3.3", features = ["ansi", "env-filter", "fmt", "json", "parking_lot", "registry"] }