Skip to content

Commit

Permalink
Bump strum_macros from 0.25.3 to 0.26.4
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.4.
- [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>
  • Loading branch information
dependabot[bot] authored Dec 10, 2024
1 parent 6eb7e7b commit 4fe93af
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ rusqlite = { version = "0.29"}
serde_json = "^1.0"
serde = { version = "^1.0.147", features = ["derive"] }
strum = "0.25"
strum_macros = "0.25"
strum_macros = "0.26"
tokio = { version = "1", features = ["rt-multi-thread"], optional = true }
thiserror = "2.0"
ureq = { version = "^2.12.0", features = ["tls"], optional = true }
Expand Down

0 comments on commit 4fe93af

Please sign in to comment.