chore(deps): update rust crate gcd to 2.3

This commit is contained in:
renovate[bot] 2023-03-28 12:50:30 +00:00 committed by GitHub
parent 0562c508ed
commit e69e3ec16f
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

@ -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"

View file

@ -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"