Skip to content

Commit

Permalink
chore(deps): Bump strum_macros from 0.25.3 to 0.26.2
Browse files Browse the repository at this point in the history
Bumps [strum_macros](https://github.com/Peternator7/strum) from 0.25.3 to 0.26.2.
- [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/v0.26.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 7, 2024
1 parent 4dab018 commit ba1e502
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
17 changes: 15 additions & 2 deletions 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 image-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ serde_yaml = { version = "0.9", optional = true }
sha2.workspace = true
sigstore = { git = "https://github.com/sigstore/sigstore-rs.git", rev = "d5ba303", default-features = false, optional = true }
strum.workspace = true
strum_macros = "0.25"
strum_macros = "0.26"
tar = "0.4.37"
tokio.workspace = true
tokio-util = "0.7.10"
Expand Down

0 comments on commit ba1e502

Please sign in to comment.