From f9d2a0fc9421fb8dfd6514bc1d73250e0498b238 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Sat, 12 Jun 2021 14:01:07 +0200 Subject: [PATCH] Bump --- Cargo.toml | 4 ++-- src/libdoh/Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1ba7505..f1cf962 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "doh-proxy" -version = "0.4.1" +version = "0.9.0" authors = ["Frank Denis "] 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.4.0", default-features = false } +libdoh = { path = "src/libdoh", version = "0.9.0", default-features = false } clap = "2.33.3" dnsstamps = "0.1.7" jemallocator = "0.3.2" diff --git a/src/libdoh/Cargo.toml b/src/libdoh/Cargo.toml index 2da3025..d3acd21 100644 --- a/src/libdoh/Cargo.toml +++ b/src/libdoh/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "libdoh" -version = "0.4.1" +version = "0.9.0" authors = ["Frank Denis "] -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"] license = "MIT" homepage = "https://github.com/jedisct1/rust-doh"