Downgrade hpke

This commit is contained in:
Frank Denis 2021-06-12 10:33:51 +02:00
parent f4a1dee971
commit b637bb1ec9
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "doh-proxy"
version = "0.4.0"
version = "0.4.1"
authors = ["Frank Denis <github@pureftpd.org>"]
description = "A DNS-over-HTTPS (DoH) and ODoH (Oblivious DoH) proxy"
keywords = ["dns","https","doh","odoh","proxy"]

View file

@ -1,6 +1,6 @@
[package]
name = "libdoh"
version = "0.4.0"
version = "0.4.1"
authors = ["Frank Denis <github@pureftpd.org>"]
description = "DoH library for the rust-doh app"
keywords = ["dns","https","doh","odoh","proxy"]
@ -21,7 +21,7 @@ base64 = "0.13.0"
byteorder = "1.4.2"
bytes = "1.0.1"
futures = "0.3.13"
hpke = "0.6.0"
hpke = "0.5.1"
hyper = { version = "0.14.4", default-features = false, features = ["server", "http1", "http2", "stream"] }
odoh-rs = "1.0.0-alpha"
rand = "0.8.3"