Skip to content

Commit e5f6f2a

Browse files
committed
Bump
1 parent e8df045 commit e5f6f2a

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.8"
3+
version = "0.9.9"
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.8", default-features = false }
19+
libdoh = { path = "src/libdoh", version = "0.9.9", default-features = false }
2020
clap = { version = "4", features = ["std", "cargo", "wrap_help", "string"] }
2121
dnsstamps = "0.1.9"
2222
mimalloc = { version = "0.1.36", default-features = false }

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.8"
3+
version = "0.9.9"
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)