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

Commit ac61a46

Browse files
Bump flume from 0.10.14 to 0.11.0 in /src/agent
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] <[email protected]>
1 parent 14ab36e commit ac61a46

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

src/agent/Cargo.lock

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

src/agent/onefuzz-task/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ coverage = { path = "../coverage" }
2121
debuggable-module = { path = "../debuggable-module" }
2222
crossterm = "0.27"
2323
env_logger = "0.10"
24-
flume = "0.10"
24+
flume = "0.11"
2525
futures = "0.3"
2626
hex = "0.4"
2727
lazy_static = "1.4"

src/agent/storage-queue/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ backoff = { version = "0.4", features = ["tokio"] }
1212
base64 = "0.21"
1313
bytes = { version = "1.4", features = ["serde"] }
1414
derivative = "2.2"
15-
flume = "0.10"
15+
flume = "0.11"
1616
num_cpus = "1.15"
1717
quick-xml = { version = "0.30", features = ["serialize", "serde-types"] }
1818
regex = "1.9.1"

0 commit comments

Comments
 (0)