diff --git a/Cargo.lock b/Cargo.lock index 23a420b0..c33eee6d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -336,11 +336,11 @@ dependencies = [ [[package]] name = "cipher" -version = "0.5.1" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e34d8227fe1ba289043aeb13792056ff80fd6de1a9f49137a5f499de8e8c78ea" +checksum = "e8cf2a2c93cd704877c0858356ed03480ff301ee950b43f1cbe4573b088bfa6c" dependencies = [ - "crypto-common 0.2.1", + "crypto-common 0.2.2", "inout 0.2.2", ] @@ -526,9 +526,9 @@ dependencies = [ [[package]] name = "crypto-common" -version = "0.2.1" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77727bb15fa921304124b128af125e7e3b968275d1b108b379190264f4423710" +checksum = "ce6e4c961d6cd6c9a86db418387425e8bdeaf05b3c8bc1411e6dca4c252f1453" dependencies = [ "getrandom 0.4.1", "hybrid-array", @@ -542,7 +542,7 @@ dependencies = [ "aes", "aes-gcm", "argon2", - "cipher 0.5.1", + "cipher 0.5.2", "criterion", "cryptoki", "ctap-hid-fido2", @@ -771,7 +771,7 @@ checksum = "4850db49bf08e663084f7fb5c87d202ef91a3907271aff24a94eb97ff039153c" dependencies = [ "block-buffer 0.12.0", "const-oid 0.10.2", - "crypto-common 0.2.1", + "crypto-common 0.2.2", "ctutils", ] @@ -1247,7 +1247,7 @@ version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "01737161ba802849cfd486b5bd209d38ba4943494c249a8126005170c7621edd" dependencies = [ - "crypto-common 0.2.1", + "crypto-common 0.2.2", "rand_core 0.10.0", ] @@ -1323,7 +1323,7 @@ dependencies = [ "aes", "aes-gcm", "argon2", - "cipher 0.5.1", + "cipher 0.5.2", "criterion", "crypto_core", "ctr",