Skip to content

Commit d817982

Browse files
fix(deps): update rust crate hickory-resolver to 0.26 (#2114)
* fix(deps): update rust crate hickory-resolver to 0.26 * fix: compat hickory-resolver 0.26 * fix: remove unused import * fix: removed unnecessary deref --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: zonyitoo <zonyitoo@gmail.com>
1 parent 9fca88b commit d817982

14 files changed

Lines changed: 346 additions & 199 deletions

File tree

Cargo.lock

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

crates/shadowsocks-service/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ http-body-util = { version = "0.1", optional = true }
165165
http = { version = "1.1", optional = true }
166166
httparse = { version = "1.9", optional = true }
167167

168-
hickory-resolver = { version = "0.25", optional = true, features = ["serde"] }
168+
hickory-resolver = { version = "0.26", optional = true, features = ["serde"] }
169169

170170
idna = "1.0"
171171
ipnet = "2.10"

0 commit comments

Comments
 (0)