Skip to content

Commit

Permalink
Upgrade to HPKE v0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
rozbb committed Jul 5, 2024
1 parent fceb03f commit b03f055
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 23 deletions.
54 changes: 32 additions & 22 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/bonsaidb-local/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ futures = { version = "0.3.19", optional = true }
chacha20poly1305 = { version = "0.10", optional = true }
zeroize = { version = "1", optional = true }
lockedbox = { version = "0.1.1", optional = true }
hpke = { version = "0.10", default-features = false, features = [
hpke = { version = "0.12", default-features = false, features = [
"p256",
], optional = true }
generic-array = { version = "0.14", features = ["serde"], optional = true }
Expand Down

0 comments on commit b03f055

Please sign in to comment.