Skip to content

Commit

Permalink
fix(deps): update rust crate trust-dns-resolver to 0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 22, 2023
1 parent bdff8f5 commit d6ad112
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 @@ -40,7 +40,7 @@ serde = { version = "1", features = ["derive"] }
serde_json = "1"
tokio = { version = "1", features = ["fs", "time"] }
tracing = "0.1"
trust-dns-resolver = { version = "0.22", optional = true }
trust-dns-resolver = { version = "0.23", optional = true }
uuid = { version = "1.4.1", features = ["v4"], optional = true }

[dev-dependencies]
Expand Down

0 comments on commit d6ad112

Please sign in to comment.