mirror of
https://github.com/DNSCrypt/doh-server.git
synced 2025-04-03 13:07:38 +03:00
Update to clap 4
The new API is confusing and very error-prone, with errors being thrown at runtime rather than compile-time. Hopefully nothing got broken in the process.
This commit is contained in:
parent
c82fb339ed
commit
6818fbe8a1
3 changed files with 88 additions and 56 deletions
|
@ -17,9 +17,9 @@ tls = ["libdoh/tls"]
|
|||
|
||||
[dependencies]
|
||||
libdoh = { path = "src/libdoh", version = "0.9.5", default-features = false }
|
||||
clap = { version = "3", features = ["std", "cargo", "wrap_help"] }
|
||||
clap = { version = "4", features = ["std", "cargo", "wrap_help", "string"] }
|
||||
dnsstamps = "0.1.9"
|
||||
mimalloc = { version = "0.1.29", default-features = false }
|
||||
mimalloc = { version = "0.1.32", default-features = false }
|
||||
|
||||
[package.metadata.deb]
|
||||
extended-description = """\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue