From 870c2adaa51786a610fc3adfa228635c17df91f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Jul 2022 13:28:14 +0000 Subject: [PATCH] build(deps): bump dyn-clone from 1.0.5 to 1.0.8 Bumps [dyn-clone](https://github.com/dtolnay/dyn-clone) from 1.0.5 to 1.0.8. - [Release notes](https://github.com/dtolnay/dyn-clone/releases) - [Commits](https://github.com/dtolnay/dyn-clone/compare/1.0.5...1.0.8) --- 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..48d84cd2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -309,9 +309,9 @@ checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" [[package]] name = "dyn-clone" -version = "1.0.5" +version = "1.0.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21e50f3adc76d6a43f5ed73b698a87d0760ca74617f60f7c3b879003536fdd28" +checksum = "9d07a982d1fb29db01e5a59b1918e03da4df7297eaeee7686ac45542fd4e59c8" [[package]] name = "either" diff --git a/tough/Cargo.toml b/tough/Cargo.toml index 4647b1b7..fabf36da 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.8" globset = { version = "0.4.8" } hex = "0.4.2" log = "0.4.8"