From 1b86a06d67be622f248a3a81bd6da3713f56dde1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jun 2022 15:15:22 +1000 Subject: [PATCH] Bump dyn-clone from 1.0.5 to 1.0.6 (#829) Bumps [dyn-clone](https://github.com/dtolnay/dyn-clone) from 1.0.5 to 1.0.6. - [Release notes](https://github.com/dtolnay/dyn-clone/releases) - [Commits](https://github.com/dtolnay/dyn-clone/compare/1.0.5...1.0.6) --- 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 ++-- kanidmd/idm/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ba44c35e9..df12d2167 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1164,9 +1164,9 @@ checksum = "212d0f5754cb6769937f4501cc0e67f4f4483c8d2c3e1e922ee9edbe4ab4c7c0" [[package]] name = "dyn-clone" -version = "1.0.5" +version = "1.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21e50f3adc76d6a43f5ed73b698a87d0760ca74617f60f7c3b879003536fdd28" +checksum = "140206b78fb2bc3edbcfc9b5ccbd0b30699cfe8d348b8b31b330e47df5291a5a" [[package]] name = "either" diff --git a/kanidmd/idm/Cargo.toml b/kanidmd/idm/Cargo.toml index a4a8fa654..2be5125bf 100644 --- a/kanidmd/idm/Cargo.toml +++ b/kanidmd/idm/Cargo.toml @@ -20,7 +20,7 @@ tracing = { version = "^0.1.35", features = ["attributes"] } tracing-subscriber = { version = "^0.3.11", features = ["env-filter"] } tracing-serde = "^0.1.3" -dyn-clone = "^1.0.5" +dyn-clone = "^1.0.6" url = { version = "^2.2.2", features = ["serde"] } tide = "^0.16.0"