From 5381609c7f9f9d2ef05d45bf5c15442722b93def Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 20 Aug 2023 23:53:25 +0000 Subject: [PATCH] chore(deps): bump dyn-clone from 1.0.12 to 1.0.13 (#2013) Bumps [dyn-clone](https://github.com/dtolnay/dyn-clone) from 1.0.12 to 1.0.13. - [Release notes](https://github.com/dtolnay/dyn-clone/releases) - [Commits](https://github.com/dtolnay/dyn-clone/compare/1.0.12...1.0.13) --- 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 4c771cb7e..8d572188f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1207,9 +1207,9 @@ checksum = "56ce8c6da7551ec6c462cbaf3bfbc75131ebbfa1c944aeaa9dab51ca1c5f0c3b" [[package]] name = "dyn-clone" -version = "1.0.12" +version = "1.0.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "304e6508efa593091e97a9abbc10f90aa7ca635b6d2784feff3c89d41dd12272" +checksum = "bbfc4744c1b8f2a09adc0e55242f60b1af195d88596bd8700be74418c056c555" [[package]] name = "either" diff --git a/Cargo.toml b/Cargo.toml index 20c3a1de2..0c28efde8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -74,7 +74,7 @@ crossbeam = "0.8.1" criterion = "^0.5.1" csv = "1.2.2" dialoguer = "0.10.4" -dyn-clone = "^1.0.12" +dyn-clone = "^1.0.13" fernet = "^0.2.1" filetime = "^0.2.22" fs2 = "^0.4.3"