Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Aug 10, 2022
1 parent d911c34 commit 7c04ba0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "encrypted-dns"
version = "0.9.7"
version = "0.9.8"
authors = ["Frank Denis <github@pureftpd.org>"]
edition = "2018"
description = "A modern encrypted DNS server (DNSCrypt v2, Anonymized DNSCrypt, DoH)"
Expand All @@ -12,9 +12,9 @@ categories = ["asynchronous", "network-programming", "command-line-utilities"]
readme = "README.md"

[dependencies]
anyhow = "1.0.58"
anyhow = "1.0.60"
byteorder = "1.4.3"
clap = { version = "3.2.13", default-features = false, features = [
clap = { version = "3.2.16", default-features = false, features = [
"std",
"cargo",
"wrap_help",
Expand Down

0 comments on commit 7c04ba0

Please sign in to comment.