Skip to content

Commit 7c04ba0

Browse files
committed
Bump
1 parent d911c34 commit 7c04ba0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "encrypted-dns"
3-
version = "0.9.7"
3+
version = "0.9.8"
44
authors = ["Frank Denis <[email protected]>"]
55
edition = "2018"
66
description = "A modern encrypted DNS server (DNSCrypt v2, Anonymized DNSCrypt, DoH)"
@@ -12,9 +12,9 @@ categories = ["asynchronous", "network-programming", "command-line-utilities"]
1212
readme = "README.md"
1313

1414
[dependencies]
15-
anyhow = "1.0.58"
15+
anyhow = "1.0.60"
1616
byteorder = "1.4.3"
17-
clap = { version = "3.2.13", default-features = false, features = [
17+
clap = { version = "3.2.16", default-features = false, features = [
1818
"std",
1919
"cargo",
2020
"wrap_help",

0 commit comments

Comments
 (0)