mirror of
https://github.com/DNSCrypt/doh-server.git
synced 2025-04-02 12:37:37 +03:00
Bump
This commit is contained in:
parent
e8df0458ac
commit
e5f6f2a5d6
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "doh-proxy"
|
||||
version = "0.9.8"
|
||||
version = "0.9.9"
|
||||
authors = ["Frank Denis <github@pureftpd.org>"]
|
||||
description = "A DNS-over-HTTPS (DoH) and ODoH (Oblivious DoH) proxy"
|
||||
keywords = ["dns", "https", "doh", "odoh", "proxy"]
|
||||
|
@ -16,7 +16,7 @@ default = ["tls"]
|
|||
tls = ["libdoh/tls"]
|
||||
|
||||
[dependencies]
|
||||
libdoh = { path = "src/libdoh", version = "0.9.8", default-features = false }
|
||||
libdoh = { path = "src/libdoh", version = "0.9.9", default-features = false }
|
||||
clap = { version = "4", features = ["std", "cargo", "wrap_help", "string"] }
|
||||
dnsstamps = "0.1.9"
|
||||
mimalloc = { version = "0.1.36", default-features = false }
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "libdoh"
|
||||
version = "0.9.8"
|
||||
version = "0.9.9"
|
||||
authors = ["Frank Denis <github@pureftpd.org>"]
|
||||
description = "DoH and Oblivious DoH library for the rust-doh app"
|
||||
keywords = ["dns","https","doh","odoh","proxy"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue