Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Mar 5, 2022
1 parent 054beb3 commit 74939bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "doh-proxy"
version = "0.9.2"
version = "0.9.3"
authors = ["Frank Denis <[email protected]>"]
description = "A DNS-over-HTTPS (DoH) and ODoH (Oblivious DoH) proxy"
keywords = ["dns", "https", "doh", "odoh", "proxy"]
Expand All @@ -16,7 +16,7 @@ default = ["tls"]
tls = ["libdoh/tls"]

[dependencies]
libdoh = { path = "src/libdoh", version = "0.9.0", default-features = false }
libdoh = { path = "src/libdoh", version = "0.9.3", default-features = false }
clap = { version = "3.1.5", features = ["std", "cargo", "wrap_help"] }
dnsstamps = "0.1.9"
jemallocator = "0.3.2"
Expand Down
2 changes: 1 addition & 1 deletion src/libdoh/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libdoh"
version = "0.9.2"
version = "0.9.3"
authors = ["Frank Denis <[email protected]>"]
description = "DoH and Oblivious DoH library for the rust-doh app"
keywords = ["dns","https","doh","odoh","proxy"]
Expand Down

0 comments on commit 74939bd

Please sign in to comment.