Skip to content

Commit

Permalink
Bump bytes from 1.2.0 to 1.4.0 in /src/agent
Browse files Browse the repository at this point in the history
Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.2.0 to 1.4.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.2.0...v1.4.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 8, 2023
1 parent 004b241 commit 97b7230
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license = "MIT"
anyhow = "1.0"
async-trait = "0.1"
base64 = "0.13"
bytes = "1.2"
bytes = "1.4"
dunce = "1.0"
dynamic-library = { path = "../dynamic-library" }
futures = "0.3"
Expand Down
2 changes: 1 addition & 1 deletion src/agent/storage-queue/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ anyhow = "1.0"
async-trait = "0.1"
backoff = { version = "0.4", features = ["tokio"] }
base64 = "0.13"
bytes = { version = "1.2", features = ["serde"] }
bytes = { version = "1.4", features = ["serde"] }
derivative = "2.2"
flume = "0.10"
num_cpus = "1.15"
Expand Down

0 comments on commit 97b7230

Please sign in to comment.