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

Commit

Permalink
Bump tokio from 1.28.0 to 1.29.0 in /src/agent (#3240)
Browse files Browse the repository at this point in the history
* Bump tokio from 1.28.0 to 1.29.0 in /src/agent

Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.28.0 to 1.29.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.28.0...tokio-1.29.0)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update dependencies list for ARM64

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: George Pollard <gpollard@microsoft.com>
  • Loading branch information
dependabot[bot] and Porges authored Jun 28, 2023
1 parent 9d9df7c commit f4774c2
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 17 deletions.
23 changes: 12 additions & 11 deletions src/agent/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/agent/onefuzz-agent/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ reqwest = { version = "0.11", features = [
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
storage-queue = { path = "../storage-queue" }
tokio = { version = "1.28", features = ["full"] }
tokio = { version = "1.29", features = ["full"] }
url = { version = "2.4", features = ["serde"] }
uuid = { version = "1.4", features = ["serde", "v4"] }
clap = { version = "4", features = ["derive", "cargo"] }
Expand Down
2 changes: 1 addition & 1 deletion src/agent/onefuzz-task/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ stacktrace-parser = { path = "../stacktrace-parser" }
storage-queue = { path = "../storage-queue" }
tempfile = "3.6.0"
thiserror = "1.0"
tokio = { version = "1.28", features = ["full"] }
tokio = { version = "1.29", features = ["full"] }
tokio-util = { version = "0.7", features = ["full"] }
tokio-stream = "0.1"
tui = { package = "ratatui", version = "0.21.0", default-features = false, features = ['crossterm']}
Expand Down
2 changes: 1 addition & 1 deletion src/agent/onefuzz-telemetry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ chrono = { version = "0.4", default-features = false, features = [
lazy_static = "1.4"
log = "0.4"
serde = { version = "1.0", features = ["derive"] }
tokio = { version = "1.28", features = ["full"] }
tokio = { version = "1.29", features = ["full"] }
uuid = { version = "1.4", features = ["serde", "v4"] }
2 changes: 1 addition & 1 deletion src/agent/onefuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ serde = "1.0"
serde_json = "1.0"
rand = "0.8"
serde_derive = "1.0"
tokio = { version = "1.28", features = ["full"] }
tokio = { version = "1.29", features = ["full"] }
tokio-stream = { version = "0.1", features = ["fs", "time", "tokio-util"] }
tokio-util = { version = "0.7", features = ["full"] }
uuid = { version = "1.4", features = ["serde", "v4"] }
Expand Down
2 changes: 1 addition & 1 deletion src/agent/reqwest-retry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ reqwest = { version = "0.11", features = [
thiserror = "1.0"

[dev-dependencies]
tokio = { version = "1.28", features = ["macros"] }
tokio = { version = "1.29", features = ["macros"] }
wiremock = "0.5"
2 changes: 1 addition & 1 deletion src/agent/storage-queue/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ serde = { version = "1.0", features = ["derive"] }
serde_derive = "1.0"
serde_json = "1.0"
bincode = "1.3"
tokio = { version = "1.28", features = ["full"] }
tokio = { version = "1.29", features = ["full"] }
queue-file = "1.4"
uuid = { version = "1.4", features = ["serde", "v4"] }
1 change: 1 addition & 0 deletions src/ci/check-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ linux-vdso.so.1" \
libc.so.6
libdl.so.2
libgcc_s.so.1
libm.so.6
libpthread.so.0
linux-vdso.so.1" \
\
Expand Down

0 comments on commit f4774c2

Please sign in to comment.