diff --git a/Cargo.lock b/Cargo.lock index b6035d19..bab9ae87 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -95,7 +95,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "cipher" -version = "0.5.0-pre.7" +version = "0.5.0-pre.8" dependencies = [ "blobby", "crypto-common 0.2.0-rc.2", diff --git a/cipher/Cargo.toml b/cipher/Cargo.toml index 95b9735d..79bb3c59 100644 --- a/cipher/Cargo.toml +++ b/cipher/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cipher" description = "Traits for describing block ciphers and stream ciphers" -version = "0.5.0-pre.7" +version = "0.5.0-pre.8" authors = ["RustCrypto Developers"] license = "MIT OR Apache-2.0" readme = "README.md" @@ -13,7 +13,7 @@ keywords = ["crypto", "block-cipher", "stream-cipher", "trait"] categories = ["cryptography", "no-std"] [dependencies] -crypto-common = { version = "0.2.0-rc.1", path = "../crypto-common" } +crypto-common = { version = "0.2.0-rc.2", path = "../crypto-common" } inout = "0.2.0-rc.4" # optional dependencies