1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-30 20:47:46 +00:00

Merge pull request #3676 from uutils/dependabot/cargo/strum_macros-0.24.2

build(deps): bump strum_macros from 0.24.1 to 0.24.2
This commit is contained in:
Sylvestre Ledru 2022-06-30 18:41:20 +02:00 committed by GitHub
commit 64276a3445
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

@ -1859,9 +1859,9 @@ checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f"
[[package]]
name = "strum_macros"
version = "0.24.1"
version = "0.24.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9550962e7cf70d9980392878dfaf1dcc3ece024f4cf3bf3c46b978d0bad61d6c"
checksum = "4faebde00e8ff94316c01800f9054fd2ba77d30d9e922541913051d1d978918b"
dependencies = [
"heck",
"proc-macro2",

View file

@ -17,7 +17,7 @@ path = "src/uniq.rs"
[dependencies]
clap = { version = "3.1", features = ["wrap_help", "cargo"] }
strum = "0.24.1"
strum_macros = "0.24.1"
strum_macros = "0.24.2"
uucore = { version=">=0.0.11", package="uucore", path="../../uucore" }
[[bin]]