From f04c3537bc4a3e98ca847876c17bad789c95f13a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Dec 2022 11:16:32 +1000 Subject: [PATCH] Bump dyn-clone from 1.0.9 to 1.0.10 (#1282) Bumps [dyn-clone](https://github.com/dtolnay/dyn-clone) from 1.0.9 to 1.0.10. - [Release notes](https://github.com/dtolnay/dyn-clone/releases) - [Commits](https://github.com/dtolnay/dyn-clone/compare/1.0.9...1.0.10) --- updated-dependencies: - dependency-name: dyn-clone dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9adc79232..58c0211d6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1350,9 +1350,9 @@ dependencies = [ [[package]] name = "dyn-clone" -version = "1.0.9" +version = "1.0.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f94fa09c2aeea5b8839e414b7b841bf429fd25b9c522116ac97ee87856d88b2" +checksum = "c9b0705efd4599c15a38151f4721f7bc388306f61084d3bfd50bd07fbca5cb60" [[package]] name = "either" diff --git a/Cargo.toml b/Cargo.toml index c3b01fb4c..a0c72b018 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,7 @@ crossbeam = "0.8.1" criterion = "^0.4.0" csv = "1.1.6" dialoguer = "0.10.1" -dyn-clone = "^1.0.9" +dyn-clone = "^1.0.10" fernet = "^0.2.0" filetime = "^0.2.19" futures = "^0.3.25"