Skip to content

Commit 73b104d

Browse files
authored
Bump cipher to v0.5.0-rc.0 (#483)
Also includes `rc.0` releases of crates which were previously released as `pre.3` (i.e. ones which are used as `dev-dependencies` elsewhere in the project)
1 parent fbb68f4 commit 73b104d

File tree

21 files changed

+59
-59
lines changed

21 files changed

+59
-59
lines changed

Cargo.lock

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

aes/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aes"
3-
version = "0.9.0-pre.3"
3+
version = "0.9.0-rc.0"
44
description = "Pure Rust implementation of the Advanced Encryption Standard (a.k.a. Rijndael)"
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"
@@ -14,7 +14,7 @@ categories = ["cryptography", "no-std"]
1414

1515
[dependencies]
1616
cfg-if = "1"
17-
cipher = "=0.5.0-pre.8"
17+
cipher = "0.5.0-rc.0"
1818
zeroize = { version = "1.5.6", optional = true, default-features = false, features = [
1919
"aarch64",
2020
] }
@@ -23,7 +23,7 @@ zeroize = { version = "1.5.6", optional = true, default-features = false, featur
2323
cpufeatures = "0.2"
2424

2525
[dev-dependencies]
26-
cipher = { version = "=0.5.0-pre.8", features = ["dev"] }
26+
cipher = { version = "0.5.0-rc.0", features = ["dev"] }
2727
hex-literal = "1"
2828

2929
[features]

aria/Cargo.toml

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

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

1818
[dev-dependencies]
19-
cipher = { version = "=0.5.0-pre.8", features = ["dev"] }
19+
cipher = { version = "0.5.0-rc.0", features = ["dev"] }
2020
hex-literal = "1"
2121

2222
[features]

belt-block/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "belt-block"
3-
version = "0.2.0-pre.3"
3+
version = "0.2.0-rc.0"
44
description = "belt-block block cipher implementation"
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"
@@ -12,10 +12,10 @@ repository = "https://github.com/RustCrypto/block-ciphers"
1212
keywords = ["crypto", "belt-block", "belt", "stb"]
1313

1414
[dependencies]
15-
cipher = { version = "=0.5.0-pre.8", optional = true }
15+
cipher = { version = "0.5.0-rc.0", optional = true }
1616

1717
[dev-dependencies]
18-
cipher = { version = "=0.5.0-pre.8", features = ["dev"] }
18+
cipher = { version = "0.5.0-rc.0", features = ["dev"] }
1919
hex-literal = "1"
2020

2121
[features]

blowfish/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "blowfish"
3-
version = "0.10.0-pre.3"
3+
version = "0.10.0-rc.0"
44
description = "Blowfish block cipher"
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"
@@ -13,11 +13,11 @@ keywords = ["crypto", "blowfish", "block-cipher"]
1313
categories = ["cryptography", "no-std"]
1414

1515
[dependencies]
16-
cipher = "=0.5.0-pre.8"
16+
cipher = "0.5.0-rc.0"
1717
byteorder = { version = "1.1", default-features = false }
1818

1919
[dev-dependencies]
20-
cipher = { version = "=0.5.0-pre.8", features = ["dev"] }
20+
cipher = { version = "0.5.0-rc.0", features = ["dev"] }
2121

2222
[features]
2323
bcrypt = []

camellia/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
byteorder = { version = "1.1", default-features = false }
17-
cipher = "=0.5.0-pre.8"
17+
cipher = "0.5.0-rc.0"
1818

1919
[dev-dependencies]
20-
cipher = { version = "=0.5.0-pre.8", features = ["dev"] }
20+
cipher = { version = "0.5.0-rc.0", features = ["dev"] }
2121

2222
[features]
2323
zeroize = ["cipher/zeroize"]

cast5/Cargo.toml

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

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

1818
[dev-dependencies]
19-
cipher = { version = "=0.5.0-pre.8", features = ["dev"] }
19+
cipher = { version = "0.5.0-rc.0", features = ["dev"] }
2020
hex-literal = "1"
2121

2222
[features]

cast6/Cargo.toml

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

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

1818
[dev-dependencies]
19-
cipher = { version = "=0.5.0-pre.8", features = ["dev"] }
19+
cipher = { version = "0.5.0-rc.0", features = ["dev"] }
2020
hex-literal = "1"
2121

2222
[features]

des/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "des"
3-
version = "0.9.0-pre.3"
3+
version = "0.9.0-rc.0"
44
description = "DES and Triple DES (3DES, TDES) block ciphers implementation"
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"
@@ -13,10 +13,10 @@ keywords = ["crypto", "des", "tdes", "block-cipher"]
1313
categories = ["cryptography", "no-std"]
1414

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

1818
[dev-dependencies]
19-
cipher = { version = "=0.5.0-pre.8", features = ["dev"] }
19+
cipher = { version = "0.5.0-rc.0", features = ["dev"] }
2020
hex-literal = "1"
2121

2222
[features]

gift/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gift-cipher"
3-
version = "0.0.1-pre.0"
3+
version = "0.0.1-rc.0"
44
description = "Pure Rust implementation of the Gift block cipher"
55
authors = ["RustCrypto Developers", "Schmid7k"]
66
license = "MIT OR Apache-2.0"
@@ -13,10 +13,10 @@ keywords = ["crypto", "gift", "block-cipher"]
1313
categories = ["cryptography", "no-std"]
1414

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

1818
[dev-dependencies]
19-
cipher = { version = "=0.5.0-pre.8", features = ["dev"] }
19+
cipher = { version = "0.5.0-rc.0", features = ["dev"] }
2020
hex-literal = "1"
2121

2222
[features]

0 commit comments

Comments
 (0)