mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
build(deps): bump gcd from 2.1.0 to 2.2.0
Bumps [gcd](https://github.com/frewsxcv/rust-gcd) from 2.1.0 to 2.2.0. - [Release notes](https://github.com/frewsxcv/rust-gcd/releases) - [Commits](https://github.com/frewsxcv/rust-gcd/compare/2.1.0...2.2.0) --- updated-dependencies: - dependency-name: gcd dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
3ad36a49cb
commit
423ff9fe8b
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…
Add table
Add a link
Reference in a new issue