mirror of
https://github.com/uutils/coreutils
synced 2024-12-13 14:52:41 +00:00
Merge pull request #4180 from uutils/dependabot/cargo/gcd-2.2.0
build(deps): bump gcd from 2.1.0 to 2.2.0
This commit is contained in:
commit
26771a81d5
2 changed files with 3 additions and 6 deletions
7
Cargo.lock
generated
7
Cargo.lock
generated
|
@ -982,12 +982,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "gcd"
|
||||
version = "2.1.0"
|
||||
version = "2.2.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f37978dab2ca789938a83b2f8bc1ef32db6633af9051a6cd409eff72cbaaa79a"
|
||||
dependencies = [
|
||||
"paste",
|
||||
]
|
||||
checksum = "a4b1b088ad0a967aa29540456b82fc8903f854775d33f71e9709c4efb3dfbfd2"
|
||||
|
||||
[[package]]
|
||||
name = "generic-array"
|
||||
|
|
|
@ -16,7 +16,7 @@ path = "src/dd.rs"
|
|||
|
||||
[dependencies]
|
||||
clap = { version = "4.0", features = ["wrap_help", "cargo"] }
|
||||
gcd = "2.0"
|
||||
gcd = "2.2"
|
||||
libc = "0.2"
|
||||
uucore = { version=">=0.0.17", package="uucore", path="../../uucore" }
|
||||
|
||||
|
|
Loading…
Reference in a new issue