Update odoh-rs to the final version

This commit is contained in:
Frank Denis 2022-10-11 22:25:29 +02:00
parent a60ced8782
commit 767b3e17b1
2 changed files with 4 additions and 5 deletions

View file

@ -17,7 +17,7 @@ tls = ["libdoh/tls"]
[dependencies]
libdoh = { path = "src/libdoh", version = "0.9.4", default-features = false }
clap = { version = "3.2.22", features = ["std", "cargo", "wrap_help"] }
clap = { version = "3", features = ["std", "cargo", "wrap_help"] }
dnsstamps = "0.1.9"
mimalloc = { version = "0.1.29", default-features = false }