From 5e286abe68c289d7d0c8cdc990c842bd5ee598e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Aug 2022 13:21:33 +0000 Subject: [PATCH] build(deps): bump dyn-clone from 1.0.5 to 1.0.9 Bumps [dyn-clone](https://github.com/dtolnay/dyn-clone) from 1.0.5 to 1.0.9. - [Release notes](https://github.com/dtolnay/dyn-clone/releases) - [Commits](https://github.com/dtolnay/dyn-clone/compare/1.0.5...1.0.9) --- updated-dependencies: - dependency-name: dyn-clone dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- tough/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index af787b3e..8cf77cba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -309,9 +309,9 @@ checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" [[package]] name = "dyn-clone" -version = "1.0.5" +version = "1.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21e50f3adc76d6a43f5ed73b698a87d0760ca74617f60f7c3b879003536fdd28" +checksum = "4f94fa09c2aeea5b8839e414b7b841bf429fd25b9c522116ac97ee87856d88b2" [[package]] name = "either" diff --git a/tough/Cargo.toml b/tough/Cargo.toml index 4647b1b7..79b6b724 100644 --- a/tough/Cargo.toml +++ b/tough/Cargo.toml @@ -10,7 +10,7 @@ edition = "2018" [dependencies] chrono = { version = "0.4.11", features = ["serde"] } -dyn-clone = "1.0.5" +dyn-clone = "1.0.9" globset = { version = "0.4.8" } hex = "0.4.2" log = "0.4.8"