Skip to content

Commit 58b11d6

Browse files
committed
Bump cipher dependency to v0.5
Release PR: RustCrypto/traits#2281
1 parent ad22c7b commit 58b11d6

10 files changed

Lines changed: 24 additions & 24 deletions

File tree

Cargo.lock

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

belt-ctr/Cargo.toml

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

1515
[dependencies]
16-
cipher = { version = "0.5.0-rc.8", features = ["stream-wrapper"] }
16+
cipher = { version = "0.5", features = ["stream-wrapper"] }
1717
belt-block = "0.2.0-rc.3"
1818

1919
[dev-dependencies]
2020
hex-literal = "1"
2121
belt-block = "0.2.0-rc.3"
22-
cipher = { version = "0.5.0-rc.8", features = ["dev"] }
22+
cipher = { version = "0.5", features = ["dev"] }
2323

2424
[features]
2525
alloc = ["cipher/alloc"]

cbc/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ keywords = ["crypto", "block-mode", "ciphers"]
1313
categories = ["cryptography", "no-std"]
1414

1515
[dependencies]
16-
cipher = "0.5.0-rc.8"
16+
cipher = "0.5"
1717

1818
[dev-dependencies]
1919
aes = "0.9.0-rc.4"
20-
cipher = { version = "0.5.0-rc.8", features = ["dev"] }
20+
cipher = { version = "0.5", features = ["dev"] }
2121
hex-literal = "1"
2222

2323
[features]

cfb-mode/Cargo.toml

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

1515
[dependencies]
16-
cipher = "0.5.0-rc.8"
16+
cipher = "0.5"
1717

1818
[dev-dependencies]
1919
aes = "0.9.0-rc.4"
2020
belt-block = "0.2.0-rc.3"
21-
cipher = { version = "0.5.0-rc.8", features = ["dev"] }
21+
cipher = { version = "0.5", features = ["dev"] }
2222
hex-literal = "1"
2323

2424
[features]

cfb8/Cargo.toml

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

1515
[dependencies]
16-
cipher = "0.5.0-rc.8"
16+
cipher = "0.5"
1717

1818
[dev-dependencies]
1919
aes = "0.9.0-rc.4"
20-
cipher = { version = "0.5.0-rc.8", features = ["dev"] }
20+
cipher = { version = "0.5", features = ["dev"] }
2121
hex-literal = "1"
2222

2323
[features]

ctr/Cargo.toml

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

1515
[dependencies]
16-
cipher = { version = "0.5.0-rc.8", features = ["stream-wrapper"] }
16+
cipher = { version = "0.5", features = ["stream-wrapper"] }
1717

1818
[dev-dependencies]
1919
aes = "0.9.0-rc.4"
2020
magma = "0.10.0-rc.3"
2121
kuznyechik = "0.9.0-rc.3"
22-
cipher = { version = "0.5.0-rc.8", features = ["dev"] }
22+
cipher = { version = "0.5", features = ["dev"] }
2323
hex-literal = "1"
2424

2525
[features]

cts/Cargo.toml

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

1515
[dependencies]
16-
cipher = "0.5.0-rc.8"
16+
cipher = "0.5"
1717

1818
[dev-dependencies]
19-
cipher = { version = "0.5.0-rc.8", features = ["dev"] }
19+
cipher = { version = "0.5", features = ["dev"] }
2020
hex-literal = "1"
2121
aes = "0.9.0-rc.4"
2222
belt-block = "0.2.0-rc.3"

ige/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ keywords = ["crypto", "block-mode", "ciphers"]
1313
categories = ["cryptography", "no-std"]
1414

1515
[dependencies]
16-
cipher = "0.5.0-rc.8"
16+
cipher = "0.5"
1717

1818
[dev-dependencies]
1919
aes = "0.9.0-rc.4"
20-
cipher = { version = "0.5.0-rc.8", features = ["dev"] }
20+
cipher = { version = "0.5", features = ["dev"] }
2121
hex-literal = "1"
2222

2323
[features]

ofb/Cargo.toml

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

1515
[dependencies]
16-
cipher = { version = "0.5.0-rc.8", features = ["stream-wrapper"] }
16+
cipher = { version = "0.5", features = ["stream-wrapper"] }
1717

1818
[dev-dependencies]
1919
aes = "0.9.0-rc.4"
20-
cipher = { version = "0.5.0-rc.8", features = ["dev"] }
20+
cipher = { version = "0.5", features = ["dev"] }
2121
hex-literal = "1"
2222

2323
[features]

pcbc/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ keywords = ["crypto", "block-mode", "ciphers"]
1313
categories = ["cryptography", "no-std"]
1414

1515
[dependencies]
16-
cipher = "0.5.0-rc.8"
16+
cipher = "0.5"
1717

1818
[dev-dependencies]
1919
aes = "0.9.0-rc.4"
20-
cipher = { version = "0.5.0-rc.8", features = ["dev"] }
20+
cipher = { version = "0.5", features = ["dev"] }
2121
hex-literal = "1"
2222

2323
[features]

0 commit comments

Comments
 (0)