chore(deps): update rust crate fundu to 0.5.0

This commit is contained in:
renovate[bot] 2023-03-29 14:28:04 +00:00 committed by GitHub
parent 71aec8111e
commit 1d3efa841f
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

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

View file

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