Skip to content

Commit db293c0

Browse files
committed
feat: depending on hickory-dns 0.25-alpha.4 specifically
- ref #1775
1 parent dd9507e commit db293c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/shadowsocks-service/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ http-body-util = { version = "0.1", optional = true }
180180
http = { version = "1.1", optional = true }
181181
httparse = { version = "1.9", optional = true }
182182

183-
hickory-resolver = { version = "0.25.0-alpha", optional = true, features = [
183+
hickory-resolver = { version = "=0.25.0-alpha.4", optional = true, features = [
184184
"serde",
185185
] }
186186

crates/shadowsocks/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ tokio = { version = "1.9.0", features = [
8686
"time",
8787
] }
8888

89-
hickory-resolver = { version = "0.25.0-alpha", optional = true }
89+
hickory-resolver = { version = "=0.25.0-alpha.4", optional = true }
9090
arc-swap = { version = "1.7", optional = true }
9191
notify = { version = "7.0", optional = true }
9292

0 commit comments

Comments
 (0)