From 04e6dba4b3fff0d5f127991c90cb2f0f7ace768d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 04:40:35 +0000 Subject: [PATCH] deps: bump the hickory-dns group with 3 updates Bumps the hickory-dns group with 3 updates: [hickory-proto](https://github.com/hickory-dns/hickory-dns), [async-std-resolver](https://github.com/hickory-dns/hickory-dns) and [hickory-resolver](https://github.com/hickory-dns/hickory-dns). Updates `hickory-proto` from 0.24.0 to 0.24.1 - [Release notes](https://github.com/hickory-dns/hickory-dns/releases) - [Changelog](https://github.com/hickory-dns/hickory-dns/blob/main/CHANGELOG.md) - [Commits](https://github.com/hickory-dns/hickory-dns/compare/v0.24.0...v0.24.1) Updates `async-std-resolver` from 0.24.0 to 0.24.1 - [Release notes](https://github.com/hickory-dns/hickory-dns/releases) - [Changelog](https://github.com/hickory-dns/hickory-dns/blob/main/CHANGELOG.md) - [Commits](https://github.com/hickory-dns/hickory-dns/compare/v0.24.0...v0.24.1) Updates `hickory-resolver` from 0.24.0 to 0.24.1 - [Release notes](https://github.com/hickory-dns/hickory-dns/releases) - [Changelog](https://github.com/hickory-dns/hickory-dns/blob/main/CHANGELOG.md) - [Commits](https://github.com/hickory-dns/hickory-dns/compare/v0.24.0...v0.24.1) --- updated-dependencies: - dependency-name: hickory-proto dependency-type: direct:production update-type: version-update:semver-patch dependency-group: hickory-dns - dependency-name: async-std-resolver dependency-type: direct:production update-type: version-update:semver-patch dependency-group: hickory-dns - dependency-name: hickory-resolver dependency-type: direct:production update-type: version-update:semver-patch dependency-group: hickory-dns ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ protocols/mdns/Cargo.toml | 2 +- transports/dns/Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1ed06136646..1a9ae10ca43 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -398,9 +398,9 @@ dependencies = [ [[package]] name = "async-std-resolver" -version = "0.24.0" +version = "0.24.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c0ed2b6671c13d2c28756c5a64e04759c1e0b5d3d7ac031f521c3561e21fbcb" +checksum = "bc3b454643291f9a4a3bbdb35fa62efa4ba7be5ea13fe243e3be4352182ff4b8" dependencies = [ "async-std", "async-trait", @@ -1949,9 +1949,9 @@ checksum = "b07f60793ff0a4d9cef0f18e63b5357e06209987153a64648c972c1e5aff336f" [[package]] name = "hickory-proto" -version = "0.24.0" +version = "0.24.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "091a6fbccf4860009355e3efc52ff4acf37a63489aad7435372d44ceeb6fbbcf" +checksum = "07698b8420e2f0d6447a436ba999ec85d8fbf2a398bbd737b82cac4a2e96e512" dependencies = [ "async-trait", "cfg-if", @@ -1974,9 +1974,9 @@ dependencies = [ [[package]] name = "hickory-resolver" -version = "0.24.0" +version = "0.24.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "35b8f021164e6a984c9030023544c57789c51760065cd510572fedcfb04164e8" +checksum = "28757f23aa75c98f254cf0405e6d8c25b831b32921b050a66692427679b1f243" dependencies = [ "cfg-if", "futures-util", diff --git a/protocols/mdns/Cargo.toml b/protocols/mdns/Cargo.toml index ef273781b78..37467c0479d 100644 --- a/protocols/mdns/Cargo.toml +++ b/protocols/mdns/Cargo.toml @@ -24,7 +24,7 @@ smallvec = "1.12.0" socket2 = { version = "0.5.5", features = ["all"] } tokio = { version = "1.36", default-features = false, features = ["net", "time"], optional = true} tracing = "0.1.37" -hickory-proto = { version = "0.24.0", default-features = false, features = ["mdns"] } +hickory-proto = { version = "0.24.1", default-features = false, features = ["mdns"] } void = "1.0.2" [features] diff --git a/transports/dns/Cargo.toml b/transports/dns/Cargo.toml index 9650893d575..2627ed36c1f 100644 --- a/transports/dns/Cargo.toml +++ b/transports/dns/Cargo.toml @@ -17,7 +17,7 @@ futures = "0.3.30" libp2p-core = { workspace = true } libp2p-identity = { workspace = true } parking_lot = "0.12.0" -hickory-resolver = { version = "0.24.0", default-features = false, features = ["system-config"] } +hickory-resolver = { version = "0.24.1", default-features = false, features = ["system-config"] } smallvec = "1.12.0" tracing = "0.1.37"