diff --git a/Cargo.lock b/Cargo.lock index 9adc79232..58c0211d6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1350,9 +1350,9 @@ dependencies = [ [[package]] name = "dyn-clone" -version = "1.0.9" +version = "1.0.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f94fa09c2aeea5b8839e414b7b841bf429fd25b9c522116ac97ee87856d88b2" +checksum = "c9b0705efd4599c15a38151f4721f7bc388306f61084d3bfd50bd07fbca5cb60" [[package]] name = "either" diff --git a/Cargo.toml b/Cargo.toml index c3b01fb4c..a0c72b018 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,7 @@ crossbeam = "0.8.1" criterion = "^0.4.0" csv = "1.1.6" dialoguer = "0.10.1" -dyn-clone = "^1.0.9" +dyn-clone = "^1.0.10" fernet = "^0.2.0" filetime = "^0.2.19" futures = "^0.3.25"