mirror of
https://github.com/DNSCrypt/doh-server.git
synced 2025-04-03 13:07:38 +03:00
Update deps
This commit is contained in:
parent
bafbdc0926
commit
e73964fa1d
2 changed files with 10 additions and 10 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "doh-proxy"
|
||||
version = "0.9.10"
|
||||
version = "0.9.11"
|
||||
authors = ["Frank Denis <github@pureftpd.org>"]
|
||||
description = "A DNS-over-HTTPS (DoH) and ODoH (Oblivious DoH) proxy"
|
||||
keywords = ["dns", "https", "doh", "odoh", "proxy"]
|
||||
|
@ -19,7 +19,7 @@ tls = ["libdoh/tls"]
|
|||
libdoh = { path = "src/libdoh", version = "0.9.9", default-features = false }
|
||||
clap = { version = "4", features = ["std", "cargo", "wrap_help", "string"] }
|
||||
dnsstamps = "0.1.9"
|
||||
mimalloc = { version = "0.1.41", default-features = false }
|
||||
mimalloc = { version = "0.1.43", default-features = false }
|
||||
|
||||
[package.metadata.generate-rpm]
|
||||
assets = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue