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

Commit 51488b9

Browse files
Bump strum from 0.24.0 to 0.25.0 in /src/agent
Bumps [strum](https://github.com/Peternator7/strum) from 0.24.0 to 0.25.0. - [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>
1 parent c7f404c commit 51488b9

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-task/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ onefuzz = { path = "../onefuzz" }
3939
onefuzz-telemetry = { path = "../onefuzz-telemetry" }
4040
path-absolutize = "3.1"
4141
reqwest-retry = { path = "../reqwest-retry" }
42-
strum = "0.24"
42+
strum = "0.25"
4343
strum_macros = "0.24"
4444
stacktrace-parser = { path = "../stacktrace-parser" }
4545
storage-queue = { path = "../storage-queue" }

src/agent/onefuzz/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ uuid = { version = "1.3", features = ["serde", "v4"] }
3838
urlparse = "0.7"
3939
url-escape = "0.1.0"
4040
storage-queue = { path = "../storage-queue" }
41-
strum = "0.24"
41+
strum = "0.25"
4242
strum_macros = "0.24"
4343
tempfile = "3.6.0"
4444
process_control = "4.0"

0 commit comments

Comments
 (0)