mirror of
https://github.com/facebookexperimental/reverie.git
synced 2025-01-23 05:06:23 +00:00
third-party/rust: bump tokio v1.25.0 -> v1.29.1
Summary: Needed for reqwest QUIC support (requirement of ^1.28) Reviewed By: zertosh Differential Revision: D47304356 fbshipit-source-id: d39999373ae51f79123927a073f3073e21a10078
This commit is contained in:
parent
f492da1e30
commit
460387b9c8
6 changed files with 6 additions and 6 deletions
|
@ -14,4 +14,4 @@ reverie-process = { version = "0.1.0", path = "../../reverie-process" }
|
||||||
reverie-rpc = { version = "0.1.0", path = "../reverie-rpc" }
|
reverie-rpc = { version = "0.1.0", path = "../reverie-rpc" }
|
||||||
serde = { version = "1.0.167", features = ["derive", "rc"] }
|
serde = { version = "1.0.167", features = ["derive", "rc"] }
|
||||||
tempfile = "3.5"
|
tempfile = "3.5"
|
||||||
tokio = { version = "1.25.0", features = ["full", "test-util", "tracing"] }
|
tokio = { version = "1.29.1", features = ["full", "test-util", "tracing"] }
|
||||||
|
|
|
@ -16,4 +16,4 @@ reverie-host = { version = "0.1.0", path = "../reverie-host" }
|
||||||
reverie-process = { version = "0.1.0", path = "../../reverie-process" }
|
reverie-process = { version = "0.1.0", path = "../../reverie-process" }
|
||||||
riptrace-rpc = { version = "0.1.0", path = "rpc" }
|
riptrace-rpc = { version = "0.1.0", path = "rpc" }
|
||||||
syscalls = { version = "0.6.7", features = ["serde"] }
|
syscalls = { version = "0.6.7", features = ["serde"] }
|
||||||
tokio = { version = "1.25.0", features = ["full", "test-util", "tracing"] }
|
tokio = { version = "1.29.1", features = ["full", "test-util", "tracing"] }
|
||||||
|
|
|
@ -52,5 +52,5 @@ reverie-ptrace = { version = "0.1.0", path = "../reverie-ptrace" }
|
||||||
reverie-util = { version = "0.1.0", path = "../reverie-util" }
|
reverie-util = { version = "0.1.0", path = "../reverie-util" }
|
||||||
serde = { version = "1.0.167", features = ["derive", "rc"] }
|
serde = { version = "1.0.167", features = ["derive", "rc"] }
|
||||||
serde_json = { version = "1.0.100", features = ["float_roundtrip", "unbounded_depth"] }
|
serde_json = { version = "1.0.100", features = ["float_roundtrip", "unbounded_depth"] }
|
||||||
tokio = { version = "1.25.0", features = ["full", "test-util", "tracing"] }
|
tokio = { version = "1.29.1", features = ["full", "test-util", "tracing"] }
|
||||||
tracing = "0.1.35"
|
tracing = "0.1.35"
|
||||||
|
|
|
@ -17,7 +17,7 @@ nix = "0.25"
|
||||||
serde = { version = "1.0.167", features = ["derive", "rc"] }
|
serde = { version = "1.0.167", features = ["derive", "rc"] }
|
||||||
syscalls = { version = "0.6.7", features = ["serde"] }
|
syscalls = { version = "0.6.7", features = ["serde"] }
|
||||||
thiserror = "1.0.43"
|
thiserror = "1.0.43"
|
||||||
tokio = { version = "1.25.0", features = ["full", "test-util", "tracing"] }
|
tokio = { version = "1.29.1", features = ["full", "test-util", "tracing"] }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
const-cstr = "0.3.0"
|
const-cstr = "0.3.0"
|
||||||
|
|
|
@ -27,7 +27,7 @@ reverie = { version = "0.1.0", path = "../reverie" }
|
||||||
safeptrace = { version = "0.1.0", path = "../safeptrace", features = ["memory", "notifier"] }
|
safeptrace = { version = "0.1.0", path = "../safeptrace", features = ["memory", "notifier"] }
|
||||||
serde = { version = "1.0.167", features = ["derive", "rc"] }
|
serde = { version = "1.0.167", features = ["derive", "rc"] }
|
||||||
thiserror = "1.0.43"
|
thiserror = "1.0.43"
|
||||||
tokio = { version = "1.25.0", features = ["full", "test-util", "tracing"] }
|
tokio = { version = "1.29.1", features = ["full", "test-util", "tracing"] }
|
||||||
tokio-stream = { version = "0.1.14", features = ["fs", "io-util", "net", "signal", "sync", "time"] }
|
tokio-stream = { version = "0.1.14", features = ["fs", "io-util", "net", "signal", "sync", "time"] }
|
||||||
tracing = "0.1.35"
|
tracing = "0.1.35"
|
||||||
tracing-subscriber = { version = "0.3.17", features = ["ansi", "env-filter", "fmt", "json", "local-time", "parking_lot", "registry"] }
|
tracing-subscriber = { version = "0.3.17", features = ["ansi", "env-filter", "fmt", "json", "local-time", "parking_lot", "registry"] }
|
||||||
|
|
|
@ -22,7 +22,7 @@ thiserror = "1.0.43"
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
quickcheck = "1.0"
|
quickcheck = "1.0"
|
||||||
quickcheck_macros = "1.0"
|
quickcheck_macros = "1.0"
|
||||||
tokio = { version = "1.25.0", features = ["full", "test-util", "tracing"] }
|
tokio = { version = "1.29.1", features = ["full", "test-util", "tracing"] }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = []
|
default = []
|
||||||
|
|
Loading…
Reference in a new issue