Skip to content

Commit c3770bd

Browse files
Update hickory-dns monorepo to 0.24.3 (#7539)
1 parent 95a6a79 commit c3770bd

File tree

3 files changed

+12
-15
lines changed

3 files changed

+12
-15
lines changed

Cargo.lock

Lines changed: 8 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -417,10 +417,10 @@ headers = "0.4.0"
417417
heck = "0.5"
418418
hex = "0.4.3"
419419
hex-literal = "0.4.1"
420-
hickory-client = "0.24.2"
421-
hickory-proto = "0.24.2"
422-
hickory-resolver = "0.24.2"
423-
hickory-server = "0.24.2"
420+
hickory-client = "0.24.3"
421+
hickory-proto = "0.24.3"
422+
hickory-resolver = "0.24.3"
423+
hickory-server = "0.24.3"
424424
highway = "1.2.0"
425425
hkdf = "0.12.4"
426426
http = "1.2.0"

workspace-hack/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ generic-array = { version = "0.14.7", default-features = false, features = ["mor
6363
getrandom = { version = "0.2.15", default-features = false, features = ["js", "rdrand", "std"] }
6464
group = { version = "0.13.0", default-features = false, features = ["alloc"] }
6565
hashbrown = { version = "0.15.1" }
66-
heck = { version = "0.4.1" }
6766
hex = { version = "0.4.3", features = ["serde"] }
6867
hickory-proto = { version = "0.24.3", features = ["text-parsing"] }
6968
hmac = { version = "0.12.1", default-features = false, features = ["reset"] }
@@ -184,7 +183,6 @@ generic-array = { version = "0.14.7", default-features = false, features = ["mor
184183
getrandom = { version = "0.2.15", default-features = false, features = ["js", "rdrand", "std"] }
185184
group = { version = "0.13.0", default-features = false, features = ["alloc"] }
186185
hashbrown = { version = "0.15.1" }
187-
heck = { version = "0.4.1" }
188186
hex = { version = "0.4.3", features = ["serde"] }
189187
hickory-proto = { version = "0.24.3", features = ["text-parsing"] }
190188
hmac = { version = "0.12.1", default-features = false, features = ["reset"] }

0 commit comments

Comments
 (0)