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
3e59f42558
commit
fdcc797fcb
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "doh-proxy"
|
||||
version = "0.9.5"
|
||||
version = "0.9.6"
|
||||
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.5", default-features = false }
|
||||
libdoh = { path = "src/libdoh", version = "0.9.6", default-features = false }
|
||||
clap = { version = "4", features = ["std", "cargo", "wrap_help", "string"] }
|
||||
dnsstamps = "0.1.9"
|
||||
mimalloc = { version = "0.1.32", default-features = false }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue