mirror of
https://github.com/DNSCrypt/doh-server.git
synced 2025-04-04 21:47:39 +03:00
Downgrade hpke
This commit is contained in:
parent
f4a1dee971
commit
b637bb1ec9
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "doh-proxy"
|
name = "doh-proxy"
|
||||||
version = "0.4.0"
|
version = "0.4.1"
|
||||||
authors = ["Frank Denis <github@pureftpd.org>"]
|
authors = ["Frank Denis <github@pureftpd.org>"]
|
||||||
description = "A DNS-over-HTTPS (DoH) and ODoH (Oblivious DoH) proxy"
|
description = "A DNS-over-HTTPS (DoH) and ODoH (Oblivious DoH) proxy"
|
||||||
keywords = ["dns","https","doh","odoh","proxy"]
|
keywords = ["dns","https","doh","odoh","proxy"]
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "libdoh"
|
name = "libdoh"
|
||||||
version = "0.4.0"
|
version = "0.4.1"
|
||||||
authors = ["Frank Denis <github@pureftpd.org>"]
|
authors = ["Frank Denis <github@pureftpd.org>"]
|
||||||
description = "DoH library for the rust-doh app"
|
description = "DoH library for the rust-doh app"
|
||||||
keywords = ["dns","https","doh","odoh","proxy"]
|
keywords = ["dns","https","doh","odoh","proxy"]
|
||||||
|
@ -21,7 +21,7 @@ base64 = "0.13.0"
|
||||||
byteorder = "1.4.2"
|
byteorder = "1.4.2"
|
||||||
bytes = "1.0.1"
|
bytes = "1.0.1"
|
||||||
futures = "0.3.13"
|
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"] }
|
hyper = { version = "0.14.4", default-features = false, features = ["server", "http1", "http2", "stream"] }
|
||||||
odoh-rs = "1.0.0-alpha"
|
odoh-rs = "1.0.0-alpha"
|
||||||
rand = "0.8.3"
|
rand = "0.8.3"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue