Skip to content

Commit

Permalink
Merge pull request #311 from rozbb/remove-hpke-serde
Browse files Browse the repository at this point in the history
Remove reliance on `hpke`'s serde implementation
  • Loading branch information
ecton authored Nov 27, 2023
2 parents b110589 + fa407ce commit 9b8700a
Show file tree
Hide file tree
Showing 5 changed files with 85 additions and 195 deletions.
195 changes: 12 additions & 183 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 crates/bonsaidb-local/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ instrument = ["pot/tracing", "nebari/tracing", "dep:tracing"]
encryption = [
"bonsaidb-core/encryption",
"dep:hpke",
"dep:generic-array",
"dep:zeroize",
"dep:lockedbox",
"dep:chacha20poly1305",
Expand Down Expand Up @@ -71,9 +72,8 @@ zeroize = { version = "1", optional = true }
lockedbox = { version = "0.1.1", optional = true }
hpke = { version = "0.10", default-features = false, features = [
"p256",
"serde_impls",
], optional = true }
p256 = "0.13.2"
generic-array = { version = "0.14", features = ["serde"], optional = true }
tracing = { version = "0.1", optional = true, default-features = false, features = [
"attributes",
] }
Expand Down
Loading

0 comments on commit 9b8700a

Please sign in to comment.