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

Bump fundu to 0.5.1

This commit is contained in:
Daniel Hofstetter 2023-05-01 14:07:21 +02:00
parent 6776cd67d4
commit 97c30d7f29
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -962,9 +962,9 @@ dependencies = [
[[package]] [[package]]
name = "fundu" name = "fundu"
version = "0.5.0" version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd020eeb034c9fc682e8fe6b9a28e1c0eda92eeb347c38776c09a0b227cdf9e5" checksum = "2a37cfff04a32112c22c5497b20b0b09100fca406e76afd47b2ba5ab33d7a851"
[[package]] [[package]]
name = "futures" name = "futures"

View file

@ -282,7 +282,7 @@ filetime = "0.2"
fnv = "1.0.7" fnv = "1.0.7"
fs_extra = "1.3.0" fs_extra = "1.3.0"
fts-sys = "0.2" fts-sys = "0.2"
fundu = "0.5.0" fundu = "0.5.1"
gcd = "2.3" gcd = "2.3"
glob = "0.3.1" glob = "0.3.1"
half = "2.2" half = "2.2"