Skip to content

Commit

Permalink
third-party/rust: bump tokio v1.25.0 -> v1.29.1
Browse files Browse the repository at this point in the history
Summary: Needed for reqwest QUIC support (requirement of ^1.28)

Reviewed By: zertosh

Differential Revision: D47304356

fbshipit-source-id: d39999373ae51f79123927a073f3073e21a10078
  • Loading branch information
ifd3f authored and facebook-github-bot committed Jul 12, 2023
1 parent f492da1 commit 460387b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion experimental/reverie-host/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ reverie-process = { version = "0.1.0", path = "../../reverie-process" }
reverie-rpc = { version = "0.1.0", path = "../reverie-rpc" }
serde = { version = "1.0.167", features = ["derive", "rc"] }
tempfile = "3.5"
tokio = { version = "1.25.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.29.1", features = ["full", "test-util", "tracing"] }
2 changes: 1 addition & 1 deletion experimental/riptrace/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ reverie-host = { version = "0.1.0", path = "../reverie-host" }
reverie-process = { version = "0.1.0", path = "../../reverie-process" }
riptrace-rpc = { version = "0.1.0", path = "rpc" }
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"] }
2 changes: 1 addition & 1 deletion reverie-examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ reverie-ptrace = { version = "0.1.0", path = "../reverie-ptrace" }
reverie-util = { version = "0.1.0", path = "../reverie-util" }
serde = { version = "1.0.167", features = ["derive", "rc"] }
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"
2 changes: 1 addition & 1 deletion reverie-process/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ nix = "0.25"
serde = { version = "1.0.167", features = ["derive", "rc"] }
syscalls = { version = "0.6.7", features = ["serde"] }
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]
const-cstr = "0.3.0"
Expand Down
2 changes: 1 addition & 1 deletion reverie-ptrace/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ reverie = { version = "0.1.0", path = "../reverie" }
safeptrace = { version = "0.1.0", path = "../safeptrace", features = ["memory", "notifier"] }
serde = { version = "1.0.167", features = ["derive", "rc"] }
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"] }
tracing = "0.1.35"
tracing-subscriber = { version = "0.3.17", features = ["ansi", "env-filter", "fmt", "json", "local-time", "parking_lot", "registry"] }
Expand Down
2 changes: 1 addition & 1 deletion safeptrace/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ thiserror = "1.0.43"
[dev-dependencies]
quickcheck = "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]
default = []
Expand Down

0 comments on commit 460387b

Please sign in to comment.