Skip to content

Commit

Permalink
Bump cipher to 0.5.0-pre.4
Browse files Browse the repository at this point in the history
  • Loading branch information
baloo committed Mar 4, 2024
1 parent 9438633 commit 8146b5b
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions chacha20/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
4 changes: 2 additions & 2 deletions hc-256/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
4 changes: 2 additions & 2 deletions rabbit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion rc4/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions salsa20/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 8146b5b

Please sign in to comment.