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

Commit 14ab36e

Browse files
Bump tokio from 1.30.0 to 1.32.0 in /src/agent (#3424)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.30.0 to 1.32.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.30.0...tokio-1.32.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b913074 commit 14ab36e

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

src/agent/Cargo.lock

Lines changed: 2 additions & 2 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.29", features = ["full"] }
25+
tokio = { version = "1.32", features = ["full"] }
2626
url = { version = "2.4", features = ["serde"] }
2727
uuid = { version = "1.4", features = ["serde", "v4"] }
2828
clap = { version = "4", features = ["derive", "cargo"] }

src/agent/onefuzz-task/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ stacktrace-parser = { path = "../stacktrace-parser" }
4848
storage-queue = { path = "../storage-queue" }
4949
tempfile = "3.7.0"
5050
thiserror = "1.0"
51-
tokio = { version = "1.29", features = ["full"] }
51+
tokio = { version = "1.32", features = ["full"] }
5252
tokio-util = { version = "0.7", features = ["full"] }
5353
tokio-stream = "0.1"
5454
tui = { package = "ratatui", version = "0.22.0", default-features = false, features = [

src/agent/onefuzz-telemetry/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ chrono = { version = "0.4", default-features = false, features = [
1515
lazy_static = "1.4"
1616
log = "0.4"
1717
serde = { version = "1.0", features = ["derive"] }
18-
tokio = { version = "1.29", features = ["full"] }
18+
tokio = { version = "1.32", features = ["full"] }
1919
uuid = { version = "1.4", features = ["serde", "v4"] }

src/agent/onefuzz/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ serde = "1.0"
3131
serde_json = "1.0"
3232
rand = "0.8"
3333
serde_derive = "1.0"
34-
tokio = { version = "1.29", features = ["full"] }
34+
tokio = { version = "1.32", features = ["full"] }
3535
tokio-stream = { version = "0.1", features = ["fs", "time", "tokio-util"] }
3636
tokio-util = { version = "0.7", features = ["full"] }
3737
uuid = { version = "1.4", features = ["serde", "v4"] }

src/agent/reqwest-retry/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ reqwest = { version = "0.11", features = [
1919
thiserror = "1.0"
2020

2121
[dev-dependencies]
22-
tokio = { version = "1.29", features = ["macros"] }
22+
tokio = { version = "1.32", features = ["macros"] }
2323
wiremock = "0.5"

src/agent/storage-queue/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ serde = { version = "1.0", features = ["derive"] }
2626
serde_derive = "1.0"
2727
serde_json = "1.0"
2828
bincode = "1.3"
29-
tokio = { version = "1.29", features = ["full"] }
29+
tokio = { version = "1.32", features = ["full"] }
3030
queue-file = "1.4"
3131
uuid = { version = "1.4", features = ["serde", "v4"] }

0 commit comments

Comments
 (0)