diff --git a/Cargo.lock b/Cargo.lock index 2a73bbe95..d4033f2f2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -541,9 +541,9 @@ checksum = "43da5946c66ffcc7745f48db692ffbb10a83bfe0afd96235c5c2a4fb23994929" [[package]] name = "crypto-common" -version = "0.1.6" +version = "0.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" +checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a" dependencies = [ "generic-array", "typenum", diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 8be6ad524..0f725dd41 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -20,7 +20,7 @@ camino = "1.2.1" cbc = { version = "0.1.2", features = ["std"] } cipher = "0.4.4" crc32fast = "1.5.0" -crypto-common = { version = "0.1.6", default-features = false } +crypto-common = { version = "0.1.7", default-features = false } ctr = { version = "0.9.2", features = ["std"] } flate2 = "1.1.5" futures-io = { version = "0.3.31", optional = true }