From c25cf81ae243fcef6d8560a974dc1c444c74138d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Mar 2021 21:07:59 +0000 Subject: [PATCH] build(deps): bump trust-dns-proto from 0.20.0 to 0.20.1 Bumps [trust-dns-proto](https://github.com/bluejekyll/trust-dns) from 0.20.0 to 0.20.1. - [Release notes](https://github.com/bluejekyll/trust-dns/releases) - [Changelog](https://github.com/bluejekyll/trust-dns/blob/main/CHANGELOG.md) - [Commits](https://github.com/bluejekyll/trust-dns/compare/v0.20.0...v0.20.1) Signed-off-by: dependabot[bot] --- Cargo.lock | 5 +++-- dcompass/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ae7e4d0..6f515e4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1499,9 +1499,9 @@ dependencies = [ [[package]] name = "trust-dns-proto" -version = "0.20.0" +version = "0.20.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "98a0381b2864c2978db7f8e17c7b23cca5a3a5f99241076e13002261a8ecbabd" +checksum = "8d57e219ba600dd96c2f6d82eb79645068e14edbc5c7e27514af40436b88150c" dependencies = [ "async-trait", "cfg-if", @@ -1518,6 +1518,7 @@ dependencies = [ "serde", "smallvec", "thiserror", + "tinyvec", "tokio", "url", ] diff --git a/dcompass/Cargo.toml b/dcompass/Cargo.toml index 4ffcb2b..6e88b7e 100644 --- a/dcompass/Cargo.toml +++ b/dcompass/Cargo.toml @@ -13,7 +13,7 @@ geoip-maxmind = [] [dependencies] async-trait = "^0.1" -trust-dns-proto = { version = "0.20.0", default-features = false } +trust-dns-proto = { version = "0.20.1", default-features = false } droute = {version = "0.1.0-alpha.1", path = "../droute", features = ["all"]} futures = "^0.3" tokio = { version = "^1.3", features = ["rt-multi-thread", "net", "fs", "macros", "io-util"]}