Bump dyn-clone from 1.0.9 to 1.0.10 (#1282)

Bumps [dyn-clone](https://github.com/dtolnay/dyn-clone) from 1.0.9 to 1.0.10.
- [Release notes](https://github.com/dtolnay/dyn-clone/releases)
- [Commits](https://github.com/dtolnay/dyn-clone/compare/1.0.9...1.0.10)

---
updated-dependencies:
- dependency-name: dyn-clone
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-12-20 11:16:32 +10:00 committed by GitHub
parent 046ee962f7
commit f04c3537bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -1350,9 +1350,9 @@ dependencies = [
[[package]] [[package]]
name = "dyn-clone" name = "dyn-clone"
version = "1.0.9" version = "1.0.10"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4f94fa09c2aeea5b8839e414b7b841bf429fd25b9c522116ac97ee87856d88b2" checksum = "c9b0705efd4599c15a38151f4721f7bc388306f61084d3bfd50bd07fbca5cb60"
[[package]] [[package]]
name = "either" name = "either"

View file

@ -55,7 +55,7 @@ crossbeam = "0.8.1"
criterion = "^0.4.0" criterion = "^0.4.0"
csv = "1.1.6" csv = "1.1.6"
dialoguer = "0.10.1" dialoguer = "0.10.1"
dyn-clone = "^1.0.9" dyn-clone = "^1.0.10"
fernet = "^0.2.0" fernet = "^0.2.0"
filetime = "^0.2.19" filetime = "^0.2.19"
futures = "^0.3.25" futures = "^0.3.25"