Skip to content

Commit

Permalink
build(deps): update trust-dns-client requirement from 0.22 to 0.23
Browse files Browse the repository at this point in the history
Updates the requirements on [trust-dns-client](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-client
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and newAM committed Aug 23, 2023
1 parent 5fabf78 commit d6f9194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regsim/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ log = "0.4"
w5500-ll = { path = "../ll", version = "0.11.0", features = ["std"] }

[dev-dependencies]
trust-dns-client = "0.22"
trust-dns-client = "0.23"
w5500-hl.path = "../hl"
stderrlog = "0.5"
httparse = { version = "1", default-features = false }
Expand Down

0 comments on commit d6f9194

Please sign in to comment.