From 0568d7a50e0a0e8b899edf83333d88a2cd752b04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 21:13:09 +0000 Subject: [PATCH] chore(deps): Bump trust-dns-proto from 0.23.0 to 0.23.1 (#18846) Bumps [trust-dns-proto](https://github.com/bluejekyll/trust-dns) from 0.23.0 to 0.23.1. - [Release notes](https://github.com/bluejekyll/trust-dns/releases) - [Changelog](https://github.com/hickory-dns/hickory-dns/blob/main/CHANGELOG.md) - [Commits](https://github.com/bluejekyll/trust-dns/compare/v0.23.0...v0.23.1) --- updated-dependencies: - dependency-name: trust-dns-proto dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index faeda1c88daca..a8193a039b62e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3026,7 +3026,7 @@ dependencies = [ "criterion", "data-encoding", "thiserror", - "trust-dns-proto 0.23.0", + "trust-dns-proto 0.23.1", ] [[package]] @@ -9314,9 +9314,9 @@ dependencies = [ [[package]] name = "trust-dns-proto" -version = "0.23.0" +version = "0.23.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0dc775440033cb114085f6f2437682b194fa7546466024b1037e82a48a052a69" +checksum = "559ac980345f7f5020883dd3bcacf176355225e01916f8c2efecad7534f682c6" dependencies = [ "async-trait", "cfg-if", @@ -9854,7 +9854,7 @@ dependencies = [ "tracing-limit", "tracing-subscriber", "tracing-tower", - "trust-dns-proto 0.23.0", + "trust-dns-proto 0.23.1", "typetag", "url", "uuid", diff --git a/Cargo.toml b/Cargo.toml index 9614795864cad..0ff8ae90e2e28 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -324,7 +324,7 @@ tokio-postgres = { version = "0.7.10", default-features = false, features = ["ru tokio-tungstenite = {version = "0.20.1", default-features = false, features = ["connect"], optional = true} toml = { version = "0.8.2", default-features = false, features = ["parse", "display"] } tonic = { version = "0.10", optional = true, default-features = false, features = ["transport", "codegen", "prost", "tls", "tls-roots", "gzip"] } -trust-dns-proto = { version = "0.23.0", default-features = false, features = ["dnssec"], optional = true } +trust-dns-proto = { version = "0.23.1", default-features = false, features = ["dnssec"], optional = true } typetag = { version = "0.2.13", default-features = false } url = { version = "2.4.1", default-features = false, features = ["serde"] } uuid = { version = "1", default-features = false, features = ["serde", "v4"] }