Skip to content

Commit 302c46c

Browse files
authored
chore(deps): bump cipher to 0.5.0-rc.0 (#79)
1 parent 3ec1c81 commit 302c46c

10 files changed

Lines changed: 44 additions & 44 deletions

File tree

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.

belt-ctr/Cargo.toml

Lines changed: 4 additions & 4 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 = "=0.5.0-pre.8"
17-
belt-block = "=0.2.0-pre.3"
16+
cipher = "0.5.0-rc.0"
17+
belt-block = "0.2.0-rc.0"
1818

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

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

cbc/Cargo.toml

Lines changed: 3 additions & 3 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-pre.8"
16+
cipher = "0.5.0-rc.0"
1717

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

2323
[features]

cfb-mode/Cargo.toml

Lines changed: 4 additions & 4 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-pre.8"
16+
cipher = "0.5.0-rc.0"
1717

1818
[dev-dependencies]
19-
aes = "=0.9.0-pre.3"
20-
belt-block = "=0.2.0-pre.3"
21-
cipher = { version = "=0.5.0-pre.8", features = ["dev"] }
19+
aes = "0.9.0-rc.0"
20+
belt-block = "0.2.0-rc.0"
21+
cipher = { version = "0.5.0-rc.0", features = ["dev"] }
2222
hex-literal = "1"
2323

2424
[features]

cfb8/Cargo.toml

Lines changed: 3 additions & 3 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-pre.8"
16+
cipher = "0.5.0-rc.0"
1717

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

2323
[features]

ctr/Cargo.toml

Lines changed: 5 additions & 5 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 = "=0.5.0-pre.8"
16+
cipher = "0.5.0-rc.0"
1717

1818
[dev-dependencies]
19-
aes = "=0.9.0-pre.3"
20-
magma = "=0.10.0-pre.3"
21-
kuznyechik = "=0.9.0-pre.3"
22-
cipher = { version = "=0.5.0-pre.8", features = ["dev"] }
19+
aes = "0.9.0-rc.0"
20+
magma = "0.10.0-rc.0"
21+
kuznyechik = "0.9.0-rc.0"
22+
cipher = { version = "0.5.0-rc.0", features = ["dev"] }
2323
hex-literal = "1"
2424

2525
[features]

cts/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ keywords = ["crypto", "block-mode", "ciphers"]
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"
21-
aes = "=0.9.0-pre.3"
22-
belt-block = "=0.2.0-pre.3"
21+
aes = "0.9.0-rc.0"
22+
belt-block = "0.2.0-rc.0"
2323

2424
[package.metadata.docs.rs]
2525
all-features = true

ige/Cargo.toml

Lines changed: 3 additions & 3 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-pre.8"
16+
cipher = "0.5.0-rc.0"
1717

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

2323
[features]

ofb/Cargo.toml

Lines changed: 3 additions & 3 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-pre.8"
16+
cipher = "0.5.0-rc.0"
1717

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

2323
[features]

pcbc/Cargo.toml

Lines changed: 3 additions & 3 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-pre.8"
16+
cipher = "0.5.0-rc.0"
1717

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

2323
[features]

0 commit comments

Comments
 (0)