Skip to content

Commit 74939bd

Browse files
committed
Bump
1 parent 054beb3 commit 74939bd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "doh-proxy"
3-
version = "0.9.2"
3+
version = "0.9.3"
44
authors = ["Frank Denis <[email protected]>"]
55
description = "A DNS-over-HTTPS (DoH) and ODoH (Oblivious DoH) proxy"
66
keywords = ["dns", "https", "doh", "odoh", "proxy"]
@@ -16,7 +16,7 @@ default = ["tls"]
1616
tls = ["libdoh/tls"]
1717

1818
[dependencies]
19-
libdoh = { path = "src/libdoh", version = "0.9.0", default-features = false }
19+
libdoh = { path = "src/libdoh", version = "0.9.3", default-features = false }
2020
clap = { version = "3.1.5", features = ["std", "cargo", "wrap_help"] }
2121
dnsstamps = "0.1.9"
2222
jemallocator = "0.3.2"

src/libdoh/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libdoh"
3-
version = "0.9.2"
3+
version = "0.9.3"
44
authors = ["Frank Denis <[email protected]>"]
55
description = "DoH and Oblivious DoH library for the rust-doh app"
66
keywords = ["dns","https","doh","odoh","proxy"]

0 commit comments

Comments
 (0)