mirror of
https://github.com/DNSCrypt/doh-server.git
synced 2025-04-03 04:57:37 +03:00
Bump
This commit is contained in:
parent
908e7d64db
commit
18297228c7
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "doh-proxy"
|
name = "doh-proxy"
|
||||||
version = "0.9.7"
|
version = "0.9.8"
|
||||||
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.9.7", default-features = false }
|
libdoh = { path = "src/libdoh", version = "0.9.8", default-features = false }
|
||||||
clap = { version = "4", features = ["std", "cargo", "wrap_help", "string"] }
|
clap = { version = "4", features = ["std", "cargo", "wrap_help", "string"] }
|
||||||
dnsstamps = "0.1.9"
|
dnsstamps = "0.1.9"
|
||||||
mimalloc = { version = "0.1.34", default-features = false }
|
mimalloc = { version = "0.1.34", default-features = false }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "libdoh"
|
name = "libdoh"
|
||||||
version = "0.9.7"
|
version = "0.9.8"
|
||||||
authors = ["Frank Denis <github@pureftpd.org>"]
|
authors = ["Frank Denis <github@pureftpd.org>"]
|
||||||
description = "DoH and Oblivious 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"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue