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

Commit

Permalink
Bump strum_macros from 0.22.0 to 0.23.1 in /src/agent (#1470)
Browse files Browse the repository at this point in the history
Bumps [strum_macros](https://github.com/Peternator7/strum) from 0.22.0 to 0.23.1.
- [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_macros
  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>
  • Loading branch information
dependabot[bot] authored Nov 29, 2021
1 parent 76aaf12 commit 7dcc65e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
11 changes: 9 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-agent/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ onefuzz-telemetry = { path = "../onefuzz-telemetry" }
path-absolutize = "3.0"
reqwest-retry = { path = "../reqwest-retry" }
strum = "0.23"
strum_macros = "0.22"
strum_macros = "0.23"
stacktrace-parser = { path = "../stacktrace-parser" }
storage-queue = { path = "../storage-queue" }
tempfile = "3.2"
Expand Down
2 changes: 1 addition & 1 deletion src/agent/onefuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ urlparse = "0.7"
ring = "0.16"
storage-queue = { path = "../storage-queue" }
strum = "0.23"
strum_macros = "0.22"
strum_macros = "0.23"
tempfile = "3.2"
process_control = "3.0"
reqwest-retry = { path = "../reqwest-retry"}
Expand Down

0 comments on commit 7dcc65e

Please sign in to comment.