1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

chore(deps): update rust crate fundu to 0.4.3

This commit is contained in:
renovate[bot] 2023-03-24 15:05:59 +00:00 committed by Sylvestre Ledru
parent 5825cab627
commit 61e07e0cbc
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -880,9 +880,9 @@ dependencies = [
[[package]]
name = "fundu"
version = "0.4.2"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da58c38fe7b706cead98429d8a8535261addbe55fd531c7d7c7d770346464010"
checksum = "46d94380e064d45b7067806001781761c861c9c4785bca7baf98361fa2149b32"
[[package]]
name = "futures"

View file

@ -282,7 +282,7 @@ filetime = "0.2"
fnv = "1.0.7"
fs_extra = "1.1.0"
fts-sys = "0.2"
fundu = "0.4.2"
fundu = "0.4.3"
gcd = "2.2"
glob = "0.3.0"
half = "2.1"