Skip to content

Commit

Permalink
feat: depending on hickory-dns 0.25-alpha.4 specifically
Browse files Browse the repository at this point in the history
- ref #1775
  • Loading branch information
zonyitoo committed Jan 2, 2025
1 parent dd9507e commit db293c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/shadowsocks-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ http-body-util = { version = "0.1", optional = true }
http = { version = "1.1", optional = true }
httparse = { version = "1.9", optional = true }

hickory-resolver = { version = "0.25.0-alpha", optional = true, features = [
hickory-resolver = { version = "=0.25.0-alpha.4", optional = true, features = [
"serde",
] }

Expand Down
2 changes: 1 addition & 1 deletion crates/shadowsocks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ tokio = { version = "1.9.0", features = [
"time",
] }

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

Expand Down

0 comments on commit db293c0

Please sign in to comment.