From c64f3ccbdd2810fbd6d85b0573772c20efe20d31 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 04:29:30 +0000 Subject: [PATCH] chore(deps): update rust crate fundu to 1.1.0 --- Cargo.lock | 13 +++++++++++-- Cargo.toml | 2 +- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a0d0f11e0..3055d7394 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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" diff --git a/Cargo.toml b/Cargo.toml index 609bd3e57..cd52536f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"