Bump version.

This commit is contained in:
Edu4rdSHL 2021-05-16 16:18:50 -05:00
parent ebeb79c82e
commit 8cbcb2d39b
No known key found for this signature in database
GPG key ID: 3A574A4009F553E5
2 changed files with 5 additions and 4 deletions

5
Cargo.lock generated
View file

@ -668,7 +668,7 @@ dependencies = [
[[package]]
name = "trust-dns-proto"
version = "0.20.1"
source = "git+https://github.com/Edu4rdSHL/trust-dns?branch=main#3047d95f76d26f5debd8d76e94542db4e47f68b4"
source = "git+https://github.com/Edu4rdSHL/trust-dns?branch=main#451a00fbe3c0972adb4cdbd9d2e2f2a39a44da0e"
dependencies = [
"async-trait",
"cfg-if",
@ -692,7 +692,7 @@ dependencies = [
[[package]]
name = "trust-dns-resolver"
version = "0.20.1"
source = "git+https://github.com/Edu4rdSHL/trust-dns?branch=main#3047d95f76d26f5debd8d76e94542db4e47f68b4"
source = "git+https://github.com/Edu4rdSHL/trust-dns?branch=main#451a00fbe3c0972adb4cdbd9d2e2f2a39a44da0e"
dependencies = [
"cfg-if",
"futures-util",
@ -701,6 +701,7 @@ dependencies = [
"log",
"lru-cache",
"parking_lot",
"rand",
"resolv-conf",
"smallvec",
"thiserror",

View file

@ -12,8 +12,8 @@ readme = "README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tokio = { version = "1.5.0", features = ["full"] }
futures = "0.3.14"
tokio = { version = "1.6.0", features = ["full"] }
futures = "0.3.15"
trust-dns-resolver = { git = "https://github.com/Edu4rdSHL/trust-dns", branch = "main" }
clap = "2.33.3"
rand = "0.8.3"