Merge pull request #145 from ivre/dependabot/cargo/strum-0.25.0

Bump strum from 0.24.1 to 0.25.0
This commit is contained in:
Pierre 2023-06-19 09:19:16 +02:00 committed by GitHub
commit 935283b543
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

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

View file

@ -37,7 +37,7 @@ pnet = { version = "0.33.0", features = ["std"] }
rand = "0.8.4" rand = "0.8.4"
siphasher = "0.3" siphasher = "0.3"
stderrlog = "0.5.4" stderrlog = "0.5.4"
strum = "0.24.1" strum = "0.25.0"
strum_macros = "0.24.2" strum_macros = "0.24.2"
[[bin]] [[bin]]