We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09d064d commit 31ae5a2Copy full SHA for 31ae5a2
Cargo.toml
@@ -85,8 +85,8 @@ futures-core = "0.3.14"
85
futures-util = { version = "0.3.14", features = ["io"] }
86
futures-executor = "0.3.14"
87
hex = "0.4.0"
88
-hickory-proto = { version = "0.24.1", optional = true }
89
-hickory-resolver = { version = "0.24.1", optional = true }
+hickory-proto = { version = "0.24.2", optional = true }
+hickory-resolver = { version = "0.24.2", optional = true }
90
hmac = "0.12.1"
91
once_cell = "1.19.0"
92
log = { version = "0.4.17", optional = true }
0 commit comments