Skip to content

Commit

Permalink
build(deps): update trust-dns-resolver requirement from 0.22 to 0.23
Browse files Browse the repository at this point in the history
Updates the requirements on [trust-dns-resolver](https://github.com/bluejekyll/trust-dns) to permit the latest version.
- [Release notes](https://github.com/bluejekyll/trust-dns/releases)
- [Changelog](https://github.com/bluejekyll/trust-dns/blob/main/CHANGELOG.md)
- [Commits](bluejekyll/trust-dns@v0.22.0...v0.23.0)

---
updated-dependencies:
- dependency-name: trust-dns-resolver
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 22, 2023
1 parent 588ca61 commit 2bb245d
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 @@ -26,7 +26,7 @@ tokio = { version = "1.17", default-features = false, features = ["net", "io-uti
async-trait = { version = "0.1", default-features = false }
futures-util = { version = "0.3", default-features = false }
pin-project-lite = "0.2"
trust-dns-resolver = { version = "0.22", default-features = false, features = ["tokio-runtime", "system-config"] }
trust-dns-resolver = { version = "0.23", default-features = false, features = ["tokio-runtime", "system-config"] }

[dev-dependencies]
lazy_static = "1.4"
Expand Down

0 comments on commit 2bb245d

Please sign in to comment.