diff --git a/Cargo.lock b/Cargo.lock index 5696b862..748854e0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -36,9 +36,9 @@ dependencies = [ [[package]] name = "cipher" -version = "0.5.0-pre.3" +version = "0.5.0-pre.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4edc902a09138d9a0d02800f2c214f15295555e4d126bf4b312ea6f3bce7ae46" +checksum = "84fba98785cecd0e308818a87c817576a40f99d8bab6405bf422bacd3efb6c1f" dependencies = [ "blobby", "crypto-common", diff --git a/chacha20/Cargo.toml b/chacha20/Cargo.toml index 0cee2cb7..dffaf6db 100644 --- a/chacha20/Cargo.toml +++ b/chacha20/Cargo.toml @@ -20,13 +20,13 @@ categories = ["cryptography", "no-std"] [dependencies] cfg-if = "1" -cipher = "=0.5.0-pre.3" +cipher = "=0.5.0-pre.4" [target.'cfg(any(target_arch = "x86_64", target_arch = "x86"))'.dependencies] cpufeatures = "0.2" [dev-dependencies] -cipher = { version = "=0.5.0-pre.3", features = ["dev"] } +cipher = { version = "=0.5.0-pre.4", features = ["dev"] } hex-literal = "0.4" [features] diff --git a/hc-256/Cargo.toml b/hc-256/Cargo.toml index c35de8f8..e01f5290 100644 --- a/hc-256/Cargo.toml +++ b/hc-256/Cargo.toml @@ -13,10 +13,10 @@ keywords = ["crypto", "stream-cipher", "trait"] categories = ["cryptography", "no-std"] [dependencies] -cipher = "=0.5.0-pre.3" +cipher = "=0.5.0-pre.4" [dev-dependencies] -cipher = { version = "=0.5.0-pre.3", features = ["dev"] } +cipher = { version = "=0.5.0-pre.4", features = ["dev"] } hex-literal = "0.4" [features] diff --git a/rabbit/Cargo.toml b/rabbit/Cargo.toml index 9673b716..cee3e3b4 100644 --- a/rabbit/Cargo.toml +++ b/rabbit/Cargo.toml @@ -13,10 +13,10 @@ keywords = ["crypto", "rabbit", "stream-cipher", "trait"] categories = ["cryptography", "no-std"] [dependencies] -cipher = "=0.5.0-pre.3" +cipher = "=0.5.0-pre.4" [dev-dependencies] -cipher = { version = "=0.5.0-pre.3", features = ["dev"] } +cipher = { version = "=0.5.0-pre.4", features = ["dev"] } hex-literal = "0.4" [features] diff --git a/rc4/Cargo.toml b/rc4/Cargo.toml index 56d08aa5..04a6e05a 100644 --- a/rc4/Cargo.toml +++ b/rc4/Cargo.toml @@ -13,7 +13,7 @@ keywords = ["arc4", "arcfour", "crypto", "stream-cipher", "trait"] categories = ["cryptography", "no-std"] [dependencies] -cipher = "=0.5.0-pre.3" +cipher = "=0.5.0-pre.4" [dev-dependencies] hex-literal = "0.4" diff --git a/salsa20/Cargo.toml b/salsa20/Cargo.toml index d6737d9c..7d611c3d 100644 --- a/salsa20/Cargo.toml +++ b/salsa20/Cargo.toml @@ -14,10 +14,10 @@ categories = ["cryptography", "no-std"] [dependencies] cfg-if = "1" -cipher = "=0.5.0-pre.3" +cipher = "=0.5.0-pre.4" [dev-dependencies] -cipher = { version = "=0.5.0-pre.3", features = ["dev"] } +cipher = { version = "=0.5.0-pre.4", features = ["dev"] } hex-literal = "0.4" [features]