Skip to content

Commit f9d2a0f

Browse files
committed
Bump
1 parent 4f1e0f2 commit f9d2a0f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.4.1"
3+
version = "0.9.0"
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.4.0", default-features = false }
19+
libdoh = { path = "src/libdoh", version = "0.9.0", default-features = false }
2020
clap = "2.33.3"
2121
dnsstamps = "0.1.7"
2222
jemallocator = "0.3.2"

src/libdoh/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[package]
22
name = "libdoh"
3-
version = "0.4.1"
3+
version = "0.9.0"
44
authors = ["Frank Denis <[email protected]>"]
5-
description = "DoH library for the rust-doh app"
5+
description = "DoH and Oblivious DoH library for the rust-doh app"
66
keywords = ["dns","https","doh","odoh","proxy"]
77
license = "MIT"
88
homepage = "https://github.com/jedisct1/rust-doh"

0 commit comments

Comments
 (0)