From e69e3ec16f6982be1c600b3e32161930da818521 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Mar 2023 12:50:30 +0000 Subject: [PATCH] chore(deps): update rust crate gcd to 2.3 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5ddc64fd9..bc2e23411 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -981,9 +981,9 @@ dependencies = [ [[package]] name = "gcd" -version = "2.2.0" +version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4b1b088ad0a967aa29540456b82fc8903f854775d33f71e9709c4efb3dfbfd2" +checksum = "1d758ba1b47b00caf47f24925c0074ecb20d6dfcffe7f6d53395c0465674841a" [[package]] name = "generic-array" diff --git a/Cargo.toml b/Cargo.toml index 3010ae078..f5f4d6d28 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -283,7 +283,7 @@ fnv = "1.0.7" fs_extra = "1.1.0" fts-sys = "0.2" fundu = "0.4.3" -gcd = "2.2" +gcd = "2.3" glob = "0.3.1" half = "2.1" indicatif = "0.17"