chore(deps): update rust crate fundu to 1.1.0

This commit is contained in:
renovate[bot] 2023-06-26 04:29:30 +00:00 committed by GitHub
parent b03a88e154
commit c64f3ccbdd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 3 deletions

13
Cargo.lock generated
View file

@ -969,9 +969,18 @@ dependencies = [
[[package]]
name = "fundu"
version = "1.0.0"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "47af3b646bdd738395be2db903fc11a5923b5e206016b8d4ad6db890bcae9bd5"
checksum = "d579dcb632d86591bdd7fc445e705b96cb2a7fb5488d918d956f392b6148e898"
dependencies = [
"fundu-core",
]
[[package]]
name = "fundu-core"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a363b75dd1e4b5bd2cdc305c47399c524cae24638b368b66b1a4c2a36482801f"
[[package]]
name = "futures"

View file

@ -280,7 +280,7 @@ filetime = "0.2"
fnv = "1.0.7"
fs_extra = "1.3.0"
fts-sys = "0.2"
fundu = "1.0.0"
fundu = "1.1.0"
gcd = "2.3"
glob = "0.3.1"
half = "2.2"