Skip to content

Commit 09b43c9

Browse files
build(deps): bump trust-dns-resolver from 0.21.2 to 0.22.0 (#1925)
Bumps [trust-dns-resolver](https://github.com/bluejekyll/trust-dns) from 0.21.2 to 0.22.0. - [Release notes](https://github.com/bluejekyll/trust-dns/releases) - [Changelog](https://github.com/bluejekyll/trust-dns/blob/main/CHANGELOG.md) - [Commits](bluejekyll/trust-dns@v0.21.2...v0.22.0) --- updated-dependencies: - dependency-name: trust-dns-resolver dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c6ba98b commit 09b43c9

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -252,9 +252,9 @@ checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797"
252252

253253
[[package]]
254254
name = "enum-as-inner"
255-
version = "0.4.0"
255+
version = "0.5.1"
256256
source = "registry+https://github.com/rust-lang/crates.io-index"
257-
checksum = "21cdad81446a7f7dc43f6a77409efeb9733d2fa65553efef6018ef257c959b73"
257+
checksum = "c9720bba047d567ffc8a3cba48bf19126600e249ab7f128e9233e6376976a116"
258258
dependencies = [
259259
"heck",
260260
"proc-macro2",
@@ -2640,9 +2640,9 @@ dependencies = [
26402640

26412641
[[package]]
26422642
name = "trust-dns-proto"
2643-
version = "0.21.1"
2643+
version = "0.22.0"
26442644
source = "registry+https://github.com/rust-lang/crates.io-index"
2645-
checksum = "2861b3ed517888174d13909e675c4e94b3291867512068be59d76533e4d1270c"
2645+
checksum = "4f7f83d1e4a0e4358ac54c5c3681e5d7da5efc5a7a632c90bb6d6669ddd9bc26"
26462646
dependencies = [
26472647
"async-trait",
26482648
"cfg-if",
@@ -2654,32 +2654,32 @@ dependencies = [
26542654
"idna",
26552655
"ipnet",
26562656
"lazy_static",
2657-
"log",
26582657
"rand",
26592658
"smallvec",
26602659
"thiserror",
26612660
"tinyvec",
26622661
"tokio",
2662+
"tracing",
26632663
"url",
26642664
]
26652665

26662666
[[package]]
26672667
name = "trust-dns-resolver"
2668-
version = "0.21.2"
2668+
version = "0.22.0"
26692669
source = "registry+https://github.com/rust-lang/crates.io-index"
2670-
checksum = "e4ba72c2ea84515690c9fcef4c6c660bb9df3036ed1051686de84605b74fd558"
2670+
checksum = "aff21aa4dcefb0a1afbfac26deb0adc93888c7d295fb63ab273ef276ba2b7cfe"
26712671
dependencies = [
26722672
"cfg-if",
26732673
"futures-util",
26742674
"ipconfig",
26752675
"lazy_static",
2676-
"log",
26772676
"lru-cache",
26782677
"parking_lot",
26792678
"resolv-conf",
26802679
"smallvec",
26812680
"thiserror",
26822681
"tokio",
2682+
"tracing",
26832683
"trust-dns-proto",
26842684
]
26852685

linkerd/dns/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ linkerd-dns-name = { path = "./name" }
1212
linkerd-error = { path = "../error" }
1313
thiserror = "1"
1414
tracing = "0.1"
15-
trust-dns-resolver = "0.21.2"
15+
trust-dns-resolver = "0.22.0"
1616
tokio = { version = "1", features = ["rt", "sync", "time"] }

0 commit comments

Comments
 (0)