Skip to content

Commit 430eb75

Browse files
build(deps): bump the hickory group with 2 updates (#3899)
Bumps the hickory group with 2 updates: [hickory-resolver](https://github.com/hickory-dns/hickory-dns) and [hickory-proto](https://github.com/hickory-dns/hickory-dns). Updates `hickory-resolver` from 0.25.1 to 0.25.2 - [Release notes](https://github.com/hickory-dns/hickory-dns/releases) - [Changelog](https://github.com/hickory-dns/hickory-dns/blob/main/OLD-CHANGELOG.md) - [Commits](hickory-dns/hickory-dns@v0.25.1...v0.25.2) Updates `hickory-proto` from 0.25.1 to 0.25.2 - [Release notes](https://github.com/hickory-dns/hickory-dns/releases) - [Changelog](https://github.com/hickory-dns/hickory-dns/blob/main/OLD-CHANGELOG.md) - [Commits](hickory-dns/hickory-dns@v0.25.1...v0.25.2) --- updated-dependencies: - dependency-name: hickory-resolver dependency-version: 0.25.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: hickory - dependency-name: hickory-proto dependency-version: 0.25.2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: hickory ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 025f0a1 commit 430eb75

File tree

2 files changed

+6
-19
lines changed

2 files changed

+6
-19
lines changed

Cargo.lock

Lines changed: 5 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -114,17 +114,6 @@ dependencies = [
114114
"syn",
115115
]
116116

117-
[[package]]
118-
name = "async-recursion"
119-
version = "1.1.1"
120-
source = "registry+https://github.com/rust-lang/crates.io-index"
121-
checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
122-
dependencies = [
123-
"proc-macro2",
124-
"quote",
125-
"syn",
126-
]
127-
128117
[[package]]
129118
name = "async-stream"
130119
version = "0.3.6"
@@ -993,14 +982,12 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
993982

994983
[[package]]
995984
name = "hickory-proto"
996-
version = "0.25.1"
985+
version = "0.25.2"
997986
source = "registry+https://github.com/rust-lang/crates.io-index"
998-
checksum = "6d844af74f7b799e41c78221be863bade11c430d46042c3b49ca8ae0c6d27287"
987+
checksum = "f8a6fe56c0038198998a6f217ca4e7ef3a5e51f46163bd6dd60b5c71ca6c6502"
999988
dependencies = [
1000-
"async-recursion",
1001989
"async-trait",
1002990
"cfg-if",
1003-
"critical-section",
1004991
"data-encoding",
1005992
"enum-as-inner",
1006993
"futures-channel",
@@ -1020,9 +1007,9 @@ dependencies = [
10201007

10211008
[[package]]
10221009
name = "hickory-resolver"
1023-
version = "0.25.1"
1010+
version = "0.25.2"
10241011
source = "registry+https://github.com/rust-lang/crates.io-index"
1025-
checksum = "a128410b38d6f931fcc6ca5c107a3b02cabd6c05967841269a4ad65d23c44331"
1012+
checksum = "dc62a9a99b0bfb44d2ab95a7208ac952d31060efc16241c87eaf36406fecf87a"
10261013
dependencies = [
10271014
"cfg-if",
10281015
"futures-util",
@@ -1493,7 +1480,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
14931480
checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
14941481
dependencies = [
14951482
"cfg-if",
1496-
"windows-targets 0.52.6",
1483+
"windows-targets 0.48.5",
14971484
]
14981485

14991486
[[package]]

linkerd/dns/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ publish = { workspace = true }
88

99
[dependencies]
1010
futures = { version = "0.3", default-features = false }
11-
hickory-resolver = "0.25.1"
11+
hickory-resolver = "0.25.2"
1212
linkerd-dns-name = { path = "./name" }
1313
linkerd-error = { path = "../error" }
1414
prometheus-client = { workspace = true }

0 commit comments

Comments
 (0)