diff --git a/Cargo.lock b/Cargo.lock index 799f6f51c..5c7670f8f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -315,9 +315,9 @@ checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" [[package]] name = "cbc" -version = "0.2.0" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "98db6aeaef0eeef2c1e3ce9a27b739218825dae116076352ac3777076aa22225" +checksum = "ce2dc9ee5f88d11e0beb842c88b33c8a5cf0d1329c4b19494af42b07dbfe8896" dependencies = [ "cipher", ] @@ -640,9 +640,9 @@ dependencies = [ [[package]] name = "ctr" -version = "0.10.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17469f8eb9bdbfad10f71f4cfddfd38b01143520c0e717d8796ccb4d44d44e42" +checksum = "baaca1c4b237092596f64d571e9db6ce4109c4ef9742e27590f1709594461f21" dependencies = [ "cipher", ] diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 9fef346d3..4e75fcede 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -18,11 +18,11 @@ arrayvec = "0.7.6" block-buffer = "0.12.0" camellia = "0.2.0" camino = "1.2.2" -cbc = { version = "0.2.0", features = ["alloc"] } +cbc = { version = "0.2.1", features = ["alloc"] } cipher = { version = "0.5.2", features = ["alloc", "block-padding", "stream-wrapper"] } crc32fast = "1.5.0" crypto-common = { version = "0.2.1", default-features = false } -ctr = "0.10.0" +ctr = "0.10.1" flate2 = "1.1.9" futures-io = { version = "0.3.32", optional = true } futures-util = { version = "0.3.32", features = ["io"], optional = true }