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

Commit

Permalink
Bump flume from 0.10.14 to 0.11.0 in /src/agent
Browse files Browse the repository at this point in the history
Bumps [flume](https://github.com/zesterer/flume) from 0.10.14 to 0.11.0.
- [Changelog](https://github.com/zesterer/flume/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zesterer/flume/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 5, 2023
1 parent 74475cc commit 0f61b48
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 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-task/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ coverage = { path = "../coverage" }
debuggable-module = { path = "../debuggable-module" }
crossterm = "0.27"
env_logger = "0.10"
flume = "0.10"
flume = "0.11"
futures = "0.3"
hex = "0.4"
lazy_static = "1.4"
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 @@ -12,7 +12,7 @@ backoff = { version = "0.4", features = ["tokio"] }
base64 = "0.21"
bytes = { version = "1.4", features = ["serde"] }
derivative = "2.2"
flume = "0.10"
flume = "0.11"
num_cpus = "1.15"
quick-xml = { version = "0.30", features = ["serialize", "serde-types"] }
regex = "1.9.1"
Expand Down

0 comments on commit 0f61b48

Please sign in to comment.