Skip to content

Commit

Permalink
Merge pull request #68 from inahga/inahga/update-hpke
Browse files Browse the repository at this point in the history
Update hpke and hpke-pq to 0.11.0
  • Loading branch information
martinthomson authored Jun 20, 2024
2 parents 2e2525c + 2e3bc89 commit b9be7bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ohttp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ byteorder = "1.4"
chacha20poly1305 = {version = "0.8", optional = true}
hex = "0.4"
hkdf = {version = "0.11", optional = true}
hpke = {version = "0.10.0", optional = true, default-features = false, features = ["std", "x25519"]}
hpke = {version = "0.11.0", optional = true, default-features = false, features = ["std", "x25519"]}
lazy_static = "1.4"
log = {version = "0.4", default-features = false}
rand = {version = "0.8", optional = true}
Expand All @@ -42,10 +42,10 @@ thiserror = "1"

[dependencies.hpke-pq]
package = "hpke_pq"
version = "0.10.1"
version = "0.11.0"
git = "https://github.com/bwesterb/rust-hpke"
#branch = "xyber768d00"
rev = "74eed1b8c11a3b3fecee083952a62cb34b63c3c7"
rev = "4e7e359fb7f86d4fa42e1bc38fad7f5c6b224a07"
optional = true
default-features = false
features = ["std", "x25519", "xyber768d00"]
Expand Down

0 comments on commit b9be7bc

Please sign in to comment.