Skip to content

Commit 5b0a98b

Browse files
build(deps): bump cipher from 0.5.0-pre.3 to 0.5.0-pre.4 (#345)
Bumps [cipher](https://github.com/RustCrypto/traits) from 0.5.0-pre.3 to 0.5.0-pre.4. - [Commits](RustCrypto/traits@cipher-v0.5.0-pre.3...cipher-v0.5.0-pre.4) --- updated-dependencies: - dependency-name: cipher dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9438633 commit 5b0a98b

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

chacha20/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ categories = ["cryptography", "no-std"]
2020

2121
[dependencies]
2222
cfg-if = "1"
23-
cipher = "=0.5.0-pre.3"
23+
cipher = "=0.5.0-pre.4"
2424

2525
[target.'cfg(any(target_arch = "x86_64", target_arch = "x86"))'.dependencies]
2626
cpufeatures = "0.2"
2727

2828
[dev-dependencies]
29-
cipher = { version = "=0.5.0-pre.3", features = ["dev"] }
29+
cipher = { version = "=0.5.0-pre.4", features = ["dev"] }
3030
hex-literal = "0.4"
3131

3232
[features]

hc-256/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ keywords = ["crypto", "stream-cipher", "trait"]
1313
categories = ["cryptography", "no-std"]
1414

1515
[dependencies]
16-
cipher = "=0.5.0-pre.3"
16+
cipher = "=0.5.0-pre.4"
1717

1818
[dev-dependencies]
19-
cipher = { version = "=0.5.0-pre.3", features = ["dev"] }
19+
cipher = { version = "=0.5.0-pre.4", features = ["dev"] }
2020
hex-literal = "0.4"
2121

2222
[features]

rabbit/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ keywords = ["crypto", "rabbit", "stream-cipher", "trait"]
1313
categories = ["cryptography", "no-std"]
1414

1515
[dependencies]
16-
cipher = "=0.5.0-pre.3"
16+
cipher = "=0.5.0-pre.4"
1717

1818
[dev-dependencies]
19-
cipher = { version = "=0.5.0-pre.3", features = ["dev"] }
19+
cipher = { version = "=0.5.0-pre.4", features = ["dev"] }
2020
hex-literal = "0.4"
2121

2222
[features]

rc4/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ keywords = ["arc4", "arcfour", "crypto", "stream-cipher", "trait"]
1313
categories = ["cryptography", "no-std"]
1414

1515
[dependencies]
16-
cipher = "=0.5.0-pre.3"
16+
cipher = "=0.5.0-pre.4"
1717

1818
[dev-dependencies]
1919
hex-literal = "0.4"

salsa20/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ categories = ["cryptography", "no-std"]
1414

1515
[dependencies]
1616
cfg-if = "1"
17-
cipher = "=0.5.0-pre.3"
17+
cipher = "=0.5.0-pre.4"
1818

1919
[dev-dependencies]
20-
cipher = { version = "=0.5.0-pre.3", features = ["dev"] }
20+
cipher = { version = "=0.5.0-pre.4", features = ["dev"] }
2121
hex-literal = "0.4"
2222

2323
[features]

0 commit comments

Comments
 (0)