Skip to content
This repository was archived by the owner on Nov 1, 2023. It is now read-only.

Commit 64a6c15

Browse files
Bump Tokio from 1.16.0 to 1.24.1 in /src/agent (#2735)
* Bump tokio from 1.16.0 to 1.24.1 in /src/agent * update dependent mio 0.8.2 -> 0.8.5
1 parent 7361e92 commit 64a6c15

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

src/agent/Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/agent/onefuzz-agent/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ reqwest = { version = "0.11", features = [
2222
serde = { version = "1.0", features = ["derive"] }
2323
serde_json = "1.0"
2424
storage-queue = { path = "../storage-queue" }
25-
tokio = { version = "1.16", features = ["full"] }
25+
tokio = { version = "1.24", features = ["full"] }
2626
url = { version = "2.3", features = ["serde"] }
2727
uuid = { version = "0.8", features = ["serde", "v4"] }
2828
clap = { version = "3.2.4", features = ["derive", "cargo"] }

src/agent/onefuzz-task/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ stacktrace-parser = { path = "../stacktrace-parser" }
4444
storage-queue = { path = "../storage-queue" }
4545
tempfile = "3.2"
4646
thiserror = "1.0"
47-
tokio = { version = "1.16", features = ["full"] }
47+
tokio = { version = "1.24", features = ["full"] }
4848
tokio-util = { version = "0.7", features = ["full"] }
4949
tokio-stream = "0.1"
5050
tui = { version = "0.18", default-features = false, features = ['crossterm'] }

src/agent/onefuzz-telemetry/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ uuid = { version = "0.8", features = ["serde", "v4"] }
1818
serde = { version = "1.0", features = ["derive"] }
1919
z3-sys = { version = "0.6", optional = true}
2020
iced-x86 = { version = "1.17", optional = true}
21-
tokio = { version = "1.16", features = ["full"] }
21+
tokio = { version = "1.24", features = ["full"] }
2222
lazy_static = "1.4"
2323
chrono = { version = "0.4", default-features = false, features = ["clock", "std"] }

src/agent/onefuzz/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ serde = "1.0"
2727
serde_json = "1.0"
2828
rand = "0.8"
2929
serde_derive = "1.0"
30-
tokio = { version = "1.16", features = ["full"] }
30+
tokio = { version = "1.24", features = ["full"] }
3131
tokio-stream = { version = "0.1", features = ["fs", "time", "tokio-util"] }
3232
tokio-util = { version = "0.7", features = ["full"] }
3333
uuid = { version = "0.8", features = ["serde", "v4"] }

src/agent/reqwest-retry/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ reqwest = { version = "0.11", features = ["json", "stream", "native-tls-vendored
1515
thiserror = "1.0"
1616

1717
[dev-dependencies]
18-
tokio = { version = "1.16", features = ["macros"] }
18+
tokio = { version = "1.24", features = ["macros"] }
1919
wiremock = "0.5"

src/agent/storage-queue/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ serde_derive = "1.0"
2222
serde_json = "1.0"
2323
serde-xml-rs = "0.6"
2424
bincode = "1.3"
25-
tokio = { version = "1.16" , features=["full"] }
25+
tokio = { version = "1.24" , features=["full"] }
2626
queue-file = "1.4"
2727
uuid = { version = "0.8", features = ["serde", "v4"] }

0 commit comments

Comments
 (0)