diff --git a/Cargo.lock b/Cargo.lock index b740606..602c8a8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -735,7 +735,7 @@ dependencies = [ [[package]] name = "rust-doh-proxy" -version = "0.4.4" +version = "0.4.5" 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 8f7afd2..1a5e351 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rust-doh-proxy" -version = "0.4.4" +version = "0.4.5" authors = ["Aaron Riekenberg "] edition = "2018" build = "build.rs"