Skip to content

Commit

Permalink
chore(dependencies): Remove trust-dns dependecies (#2884)
Browse files Browse the repository at this point in the history
* Remove trust-dns dependecies

Signed-off-by: ktf <krunotf@gmail.com>

* Add codec feature

Signed-off-by: ktf <krunotf@gmail.com>

* Add udp feature

Signed-off-by: Kruno Tomola Fabro <krunotf@gmail.com>
  • Loading branch information
ktff authored Jun 24, 2020
1 parent be4ecfb commit aaa4fc1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 152 deletions.
148 changes: 0 additions & 148 deletions Cargo.lock

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

5 changes: 1 addition & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ tracing-limit = { path = "lib/tracing-limit" }
# Tokio / Futures
futures01 = { package = "futures", version = "0.1.25" }
futures = { version = "0.3", default-features = false, features = ["compat", "io-compat"] }
tokio01 = { package = "tokio", version = "0.1.22", features = ["io", "uds", "tcp", "rt-full", "experimental-tracing"], default-features = false }
tokio01 = { package = "tokio", version = "0.1.22", features = ["io", "uds", "tcp", "rt-full", "experimental-tracing", "codec", "udp"], default-features = false }
tokio = { version = "0.2.13", features = ["blocking", "fs", "sync", "macros", "test-util", "rt-core", "io-std"] }
tokio-codec = "0.1.2"
tokio-openssl = "0.3.0"
Expand Down Expand Up @@ -194,9 +194,6 @@ tokio01-test = "0.1.1"
tower-test03 = { package = "tower-test", version = "0.3" }
tower-test01 = { package = "tower-test", version = "0.1" }
serde_yaml = "0.8.9"
trust-dns-server = "0.17.0"
trust-dns = "0.17.0"
trust-dns-proto = "0.8.0"
dirs = "2.0.2"
tokio-test = "0.2"
tokio = { version = "0.2", features = ["test-util"] }
Expand Down

0 comments on commit aaa4fc1

Please # to comment.