Merge pull request #237 from ivre/dependabot/cargo/strum-0.26.3

chore(deps): bump strum from 0.26.2 to 0.26.3
This commit is contained in:
Pierre 2024-07-08 22:36:50 +02:00 committed by GitHub
commit b1af76e4fd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -766,9 +766,9 @@ checksum = "5ee073c9e4cd00e28217186dbe12796d692868f432bf2e97ee73bed0c56dfa01"
[[package]]
name = "strum"
version = "0.26.2"
version = "0.26.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d8cec3501a5194c432b2b7976db6b7d10ec95c253208b45f83f7136aa985e29"
checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
[[package]]
name = "strum_macros"

View file

@ -36,7 +36,7 @@ pnet = { version = "0.33.0", features = ["std"] }
rand = "0.8.4"
siphasher = "1.0"
stderrlog = "0.6.0"
strum = "0.26.2"
strum = "0.26.3"
strum_macros = "0.26.4"
[[bin]]