1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 19:47:45 +00:00

Merge pull request #3220 from uutils/dependabot/cargo/strum-0.24.0

build(deps): bump strum from 0.23.0 to 0.24.0
This commit is contained in:
Sylvestre Ledru 2022-03-10 00:30:29 +01:00 committed by GitHub
commit 3b78023fcb
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

@ -2000,9 +2000,9 @@ checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
[[package]]
name = "strum"
version = "0.23.0"
version = "0.24.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cae14b91c7d11c9a851d3fbc80a963198998c2a64eec840477fa92d8ce9b70bb"
checksum = "e96acfc1b70604b8b2f1ffa4c57e59176c7dbb05d556c71ecd2f5498a1dee7f8"
[[package]]
name = "strum_macros"

View file

@ -16,7 +16,7 @@ path = "src/uniq.rs"
[dependencies]
clap = { version = "3.0", features = ["wrap_help", "cargo"] }
strum = "0.23.0"
strum = "0.24.0"
strum_macros = "0.23.1"
uucore = { version=">=0.0.11", package="uucore", path="../../uucore" }