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

Commit 9d91279

Browse files
Bump strum from 0.22.0 to 0.23.0 in /src/agent (#1458)
Bumps [strum](https://github.com/Peternator7/strum) from 0.22.0 to 0.23.0. - [Release notes](https://github.com/Peternator7/strum/releases) - [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md) - [Commits](https://github.com/Peternator7/strum/commits) --- updated-dependencies: - dependency-name: strum dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 830cd18 commit 9d91279

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/agent/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/agent/onefuzz-agent/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ onefuzz = { path = "../onefuzz" }
3232
onefuzz-telemetry = { path = "../onefuzz-telemetry" }
3333
path-absolutize = "3.0"
3434
reqwest-retry = { path = "../reqwest-retry" }
35-
strum = "0.22"
35+
strum = "0.23"
3636
strum_macros = "0.22"
3737
stacktrace-parser = { path = "../stacktrace-parser" }
3838
storage-queue = { path = "../storage-queue" }

src/agent/onefuzz/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ uuid = { version = "0.8", features = ["serde", "v4"] }
3434
urlparse = "0.7"
3535
ring = "0.16"
3636
storage-queue = { path = "../storage-queue" }
37-
strum = "0.22"
37+
strum = "0.23"
3838
strum_macros = "0.22"
3939
tempfile = "3.2"
4040
process_control = "3.0"

0 commit comments

Comments
 (0)