From 423ff9fe8b93e00f6316832825c6408788d29ff6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Nov 2022 06:08:17 +0000 Subject: [PATCH] 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] --- Cargo.lock | 7 ++----- src/uu/dd/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0e9d6d0ba..5930750b7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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" diff --git a/src/uu/dd/Cargo.toml b/src/uu/dd/Cargo.toml index 10f08d8c3..b269c6990 100644 --- a/src/uu/dd/Cargo.toml +++ b/src/uu/dd/Cargo.toml @@ -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" }