Skip to content

Commit

Permalink
chore(deps): Update strum_macros requirement from 0.24 to 0.25 in /uc…
Browse files Browse the repository at this point in the history
…an (#112)

Updates the requirements on [strum_macros](https://github.com/Peternator7/strum) to permit the latest version.
- [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
...

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] committed Jun 21, 2023
1 parent 12d4756 commit 40290e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ucan/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ rand = "0.8"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
strum = "0.24"
strum_macros = "0.24"
strum_macros = "0.25"
unsigned-varint = "0.7"
url = "2.0"

Expand Down

0 comments on commit 40290e7

Please sign in to comment.