From 7c34173f66da5daa93007fb29ced6d5bc1b71742 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Sep 2023 21:15:23 +0000 Subject: [PATCH] chore(deps): bump dyn-clone from 1.0.13 to 1.0.14 (#2140) Bumps [dyn-clone](https://github.com/dtolnay/dyn-clone) from 1.0.13 to 1.0.14. - [Release notes](https://github.com/dtolnay/dyn-clone/releases) - [Commits](https://github.com/dtolnay/dyn-clone/compare/1.0.13...1.0.14) --- updated-dependencies: - dependency-name: dyn-clone dependency-type: direct:production update-type: version-update:semver-patch ... 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 2b7027527..1d13fdf80 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1323,9 +1323,9 @@ checksum = "56ce8c6da7551ec6c462cbaf3bfbc75131ebbfa1c944aeaa9dab51ca1c5f0c3b" [[package]] name = "dyn-clone" -version = "1.0.13" +version = "1.0.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bbfc4744c1b8f2a09adc0e55242f60b1af195d88596bd8700be74418c056c555" +checksum = "23d2f3407d9a573d666de4b5bdf10569d73ca9478087346697dcbae6244bfbcd" [[package]] name = "either" diff --git a/Cargo.toml b/Cargo.toml index 2b93ea121..99a5abac0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -113,7 +113,7 @@ crossbeam = "0.8.1" criterion = "^0.5.1" csv = "1.2.2" dialoguer = "0.10.4" -dyn-clone = "^1.0.13" +dyn-clone = "^1.0.14" fernet = "^0.2.1" filetime = "^0.2.22" fs2 = "^0.4.3"