Skip to content

Commit

Permalink
fix: bump openssl-kdf to 0.4.2
Browse files Browse the repository at this point in the history
Fixes #558

Signed-off-by: Irene Diez <[email protected]>
  • Loading branch information
7flying committed Oct 26, 2023
1 parent 906144f commit d8f3066
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 data-formats/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ byteorder = "1"

http = "0.2"

openssl-kdf = { version = "0.4.1", features = ["allow_custom"] }
openssl-kdf = { version = "0.4.2", features = ["allow_custom"] }

[features]
# Whether to use a non-interoperable KDF.
use_noninteroperable_kdf = []

[build-dependencies]
openssl-kdf = { version = "0.4.1", features = ["allow_custom"] }
openssl-kdf = { version = "0.4.2", features = ["allow_custom"] }

[dev-dependencies]
maplit = "1.0"

0 comments on commit d8f3066

Please sign in to comment.