Skip to content

Commit

Permalink
fix: version for dns-lookup
Browse files Browse the repository at this point in the history
  • Loading branch information
itkovian committed Oct 19, 2023
1 parent 326ec36 commit 5b00a80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ ofb = { version = "0.6.1", optional = true }

# Dependencies used for non-WASM
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
dns-lookup = { version = "2.0.4", optional = true }
dns-lookup = { version = "~2.0", optional = true }
hostname = { version = "0.3", optional = true }
grok = { version = "2", optional = true }
onig = { version = "6.4", default-features = false, optional = true }
Expand Down

0 comments on commit 5b00a80

Please sign in to comment.