Skip to content

Commit

Permalink
Bump digest to v0.11.0-pre.8 (#95)
Browse files Browse the repository at this point in the history
Also cuts a `hkdf` v0.13.0-pre.3 prerelease
  • Loading branch information
tarcieri committed Feb 1, 2024
1 parent b067c1a commit 31004c9
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
30 changes: 15 additions & 15 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions concat-kdf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ categories = ["cryptography", "no-std"]
rust-version = "1.72"

[dependencies]
digest = "=0.11.0-pre.7"
digest = "=0.11.0-pre.8"

[dev-dependencies]
hex-literal = "0.4"
sha2 = { version = "=0.11.0-pre.2", default-features = false }
sha2 = { version = "=0.11.0-pre.3", default-features = false }

[features]
std = []
Expand Down
8 changes: 4 additions & 4 deletions hkdf/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hkdf"
version = "0.13.0-pre.2"
version = "0.13.0-pre.3"
authors = ["RustCrypto Developers"]
license = "MIT OR Apache-2.0"
homepage = "https://github.com/RustCrypto/KDFs/"
Expand All @@ -13,13 +13,13 @@ edition = "2021"
rust-version = "1.72"

[dependencies]
hmac = "=0.13.0-pre.2"
hmac = "=0.13.0-pre.3"

[dev-dependencies]
blobby = "0.3"
hex-literal = "0.4"
sha1 = { version = "=0.11.0-pre.2", default-features = false }
sha2 = { version = "=0.11.0-pre.2", default-features = false }
sha1 = { version = "=0.11.0-pre.3", default-features = false }
sha2 = { version = "=0.11.0-pre.3", default-features = false }

[features]
std = ["hmac/std"]
Expand Down

0 comments on commit 31004c9

Please sign in to comment.