fix: clear cargo audit vulnerabilities

This commit is contained in:
fanyang
2026-06-23 21:49:27 +08:00
parent af2e991df2
commit 34aa54b777
10 changed files with 1665 additions and 2073 deletions
+4 -5
View File
@@ -236,12 +236,11 @@ http_req = { git = "https://github.com/EasyTier/http_req.git", default-features
] }
# for dns connector
hickory-resolver = "0.25.2"
hickory-proto = "0.25.2"
hickory-resolver = "0.26.1"
hickory-proto = "0.26.1"
# for magic dns
hickory-client = { version = "0.25.2", optional = true }
hickory-server = { version = "0.25.2", features = [
hickory-server = { version = "0.26.1", features = [
"resolver",
], optional = true }
@@ -401,7 +400,7 @@ jemalloc-prof = [
"jemalloc-sys/stats",
]
tracing = ["tokio/tracing", "dep:console-subscriber"]
magic-dns = ["dep:hickory-client", "dep:hickory-server"]
magic-dns = ["dep:hickory-server"]
faketcp = ["dep:flume"]
zstd = ["dep:zstd"]
# For Network Extension on macOS