Skip to content

Commit c99ca48

Browse files
authored
Bump crypto-common and hybrid-array (#1041)
Bumps the following dependencies: - `crypto-common` => v0.2.0-pre.4 - `hybrid-array` => v0.2.0-rc.0 Also prepares the following releases: - `block-buffer` v0.11.0-pre.4 - `block-padding` v0.4.0-pre.4 - `dbl` v0.4.0-pre.4 - `inout` v0.2.0-pre.4
1 parent efb5f85 commit c99ca48

File tree

5 files changed

+23
-23
lines changed

5 files changed

+23
-23
lines changed

Cargo.lock

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

block-buffer/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "block-buffer"
3-
version = "0.11.0-pre.3"
3+
version = "0.11.0-pre.4"
44
authors = ["RustCrypto Developers"]
55
license = "MIT OR Apache-2.0"
66
description = "Buffer type for block processing of data"
@@ -13,7 +13,7 @@ readme = "README.md"
1313
rust-version = "1.65"
1414

1515
[dependencies]
16-
crypto-common = "=0.2.0-pre.3"
16+
crypto-common = "=0.2.0-pre.4"
1717
zeroize = { version = "1.4", optional = true, default-features = false }
1818

1919
[dev-dependencies]

block-padding/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "block-padding"
3-
version = "0.4.0-pre.3"
3+
version = "0.4.0-pre.4"
44
description = "Padding and unpadding of messages divided into blocks."
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"
@@ -13,7 +13,7 @@ categories = ["cryptography", "no-std"]
1313
readme = "README.md"
1414

1515
[dependencies]
16-
hybrid-array = "=0.2.0-pre.8"
16+
hybrid-array = "0.2.0-rc.0"
1717

1818
[features]
1919
std = []

dbl/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dbl"
3-
version = "0.4.0-pre.3"
3+
version = "0.4.0-pre.4"
44
authors = ["RustCrypto Developers"]
55
license = "MIT OR Apache-2.0"
66
description = "Double operation in Galois Field GF(2^128) as used by e.g. CMAC/PMAC"
@@ -12,5 +12,5 @@ rust-version = "1.65"
1212
readme = "README.md"
1313

1414
[dependencies]
15-
hybrid-array = "=0.2.0-pre.8"
15+
hybrid-array = "0.2.0-rc.0"
1616

inout/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "inout"
3-
version = "0.2.0-pre.3"
3+
version = "0.2.0-pre.4"
44
description = "Custom reference types for code generic over in-place and buffer-to-buffer modes of operation."
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"
@@ -12,8 +12,8 @@ keywords = ["custom-reference"]
1212
readme = "README.md"
1313

1414
[dependencies]
15-
block-padding = { version = "=0.4.0-pre.3", path = "../block-padding", optional = true }
16-
hybrid-array = "=0.2.0-pre.8"
15+
block-padding = { version = "=0.4.0-pre.4", path = "../block-padding", optional = true }
16+
hybrid-array = "0.2.0-rc.0"
1717

1818
[features]
1919
std = ["block-padding/std"]

0 commit comments

Comments
 (0)