Bump strum from 0.24.1 to 0.25.0

Bumps [strum](https://github.com/Peternator7/strum) from 0.24.1 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>
This commit is contained in:
dependabot[bot] 2023-06-19 06:01:55 +00:00 committed by Dustin J. Mitchell
parent 839a0c4a0f
commit 790a50f7e0
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -1614,9 +1614,9 @@ checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
[[package]]
name = "strum"
version = "0.24.1"
version = "0.25.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f"
checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125"
[[package]]
name = "strum_macros"

View file

@ -20,7 +20,7 @@ thiserror = "1.0"
ureq = "^2.7.0"
log = "^0.4.17"
rusqlite = { version = "0.29", features = ["bundled"] }
strum = "0.24"
strum = "0.25"
strum_macros = "0.24"
flate2 = "1"
byteorder = "1.0"