mirror of
https://github.com/DNSCrypt/doh-server.git
synced 2025-04-05 14:07:37 +03:00
Bump
This commit is contained in:
parent
4f1e0f2abe
commit
f9d2a0fc94
2 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "doh-proxy"
|
name = "doh-proxy"
|
||||||
version = "0.4.1"
|
version = "0.9.0"
|
||||||
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"]
|
||||||
|
@ -16,7 +16,7 @@ default = ["tls"]
|
||||||
tls = ["libdoh/tls"]
|
tls = ["libdoh/tls"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
libdoh = { path = "src/libdoh", version = "0.4.0", default-features = false }
|
libdoh = { path = "src/libdoh", version = "0.9.0", default-features = false }
|
||||||
clap = "2.33.3"
|
clap = "2.33.3"
|
||||||
dnsstamps = "0.1.7"
|
dnsstamps = "0.1.7"
|
||||||
jemallocator = "0.3.2"
|
jemallocator = "0.3.2"
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
[package]
|
[package]
|
||||||
name = "libdoh"
|
name = "libdoh"
|
||||||
version = "0.4.1"
|
version = "0.9.0"
|
||||||
authors = ["Frank Denis <github@pureftpd.org>"]
|
authors = ["Frank Denis <github@pureftpd.org>"]
|
||||||
description = "DoH library for the rust-doh app"
|
description = "DoH and Oblivious DoH library for the rust-doh app"
|
||||||
keywords = ["dns","https","doh","odoh","proxy"]
|
keywords = ["dns","https","doh","odoh","proxy"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
homepage = "https://github.com/jedisct1/rust-doh"
|
homepage = "https://github.com/jedisct1/rust-doh"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue