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

Commit b2f5b9a

Browse files
Bump bytes from 1.1.0 to 1.2.0 in /src/agent (#2175)
Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.1.0 to 1.2.0. - [Release notes](https://github.com/tokio-rs/bytes/releases) - [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md) - [Commits](tokio-rs/bytes@v1.1.0...v1.2.0) --- updated-dependencies: - dependency-name: bytes 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 8c636c3 commit b2f5b9a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/agent/Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/agent/onefuzz/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ license = "MIT"
1010
anyhow = "1.0"
1111
async-trait = "0.1"
1212
base64 = "0.13"
13-
bytes = "1.1"
13+
bytes = "1.2"
1414
dunce = "1.0"
1515
dynamic-library = { path = "../dynamic-library" }
1616
futures = "0.3"

src/agent/storage-queue/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ anyhow = "1.0"
1010
async-trait = "0.1"
1111
backoff = { version = "0.4", features = ["tokio"] }
1212
base64 = "0.13"
13-
bytes = { version = "1.1", features = ["serde"] }
13+
bytes = { version = "1.2", features = ["serde"] }
1414
derivative = "2.2"
1515
flume = "0.10"
1616
num_cpus = "1.13"

0 commit comments

Comments
 (0)