This commit is contained in:
Frank Denis 2022-06-06 09:02:43 +02:00
parent 965bca7fde
commit d12b9deb35
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "doh-proxy"
version = "0.9.3"
version = "0.9.4"
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.3", default-features = false }
libdoh = { path = "src/libdoh", version = "0.9.4", default-features = false }
clap = { version = "3.1.18", features = ["std", "cargo", "wrap_help"] }
dnsstamps = "0.1.9"
mimalloc = { version = "0.1.29", default-features = false }

View file

@ -1,6 +1,6 @@
[package]
name = "libdoh"
version = "0.9.3"
version = "0.9.4"
authors = ["Frank Denis <github@pureftpd.org>"]
description = "DoH and Oblivious DoH library for the rust-doh app"
keywords = ["dns","https","doh","odoh","proxy"]