Skip to content

Commit

Permalink
Bump crypto-common, block-buffer, and inout (#1618)
Browse files Browse the repository at this point in the history
Bumps the following versions:

- `block-buffer` v0.11.0-rc.0
- `crypto-common` v0.2.0-rc.0
- `inout` v0.2.0-rc.0
  • Loading branch information
tarcieri authored Jul 26, 2024
1 parent da4d3dc commit 0cf1f5f
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 40 deletions.
56 changes: 22 additions & 34 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ members = [
]

[patch.crates-io]
digest = { path = "./digest" }
signature = { path = "./signature" }
2 changes: 1 addition & 1 deletion aead/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ categories = ["cryptography", "no-std"]
rust-version = "1.65"

[dependencies]
crypto-common = "=0.2.0-pre.5"
crypto-common = "0.2.0-rc.0"

# optional dependencies
arrayvec = { version = "0.7", optional = true, default-features = false }
Expand Down
4 changes: 2 additions & 2 deletions cipher/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ keywords = ["crypto", "block-cipher", "stream-cipher", "trait"]
categories = ["cryptography", "no-std"]

[dependencies]
crypto-common = "=0.2.0-pre.5"
inout = "=0.2.0-pre.4"
crypto-common = "0.2.0-rc.0"
inout = "0.2.0-rc.0"

# optional dependencies
blobby = { version = "0.3", optional = true }
Expand Down
4 changes: 2 additions & 2 deletions digest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ keywords = ["digest", "crypto", "hash"]
categories = ["cryptography", "no-std"]

[dependencies]
crypto-common = "=0.2.0-pre.5"
crypto-common = "0.2.0-rc.0"

# optional dependencies
block-buffer = { version = "=0.11.0-pre.5", optional = true }
block-buffer = { version = "0.11.0-rc.0", optional = true }
subtle = { version = "2.4", default-features = false, optional = true }
blobby = { version = "0.3", optional = true }
const-oid = { version = "=0.10.0-pre.2", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion universal-hash/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ keywords = ["crypto", "mac"]
categories = ["cryptography", "no-std"]

[dependencies]
crypto-common = "=0.2.0-pre.5"
crypto-common = "0.2.0-rc.0"
subtle = { version = "2.4", default-features = false }

[features]
Expand Down

0 comments on commit 0cf1f5f

Please sign in to comment.