diff --git a/Cargo.lock b/Cargo.lock index dae63d1..f03abbf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -740,7 +740,7 @@ dependencies = [ [[package]] name = "rust-doh-proxy" -version = "0.4.6" +version = "0.4.7" dependencies = [ "bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 035d358..d79735d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rust-doh-proxy" -version = "0.4.6" +version = "0.4.7" authors = ["Aaron Riekenberg "] edition = "2018" build = "build.rs"