Skip to content

Commit

Permalink
deps: bump the trust-dns group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the trust-dns group with 3 updates: [trust-dns-proto](https://github.com/bluejekyll/trust-dns), [async-std-resolver](https://github.com/bluejekyll/trust-dns) and [trust-dns-resolver](https://github.com/bluejekyll/trust-dns).


Updates `trust-dns-proto` from 0.23.0 to 0.23.2
- [Release notes](https://github.com/bluejekyll/trust-dns/releases)
- [Changelog](https://github.com/hickory-dns/hickory-dns/blob/v0.23.2/CHANGELOG.md)
- [Commits](bluejekyll/trust-dns@v0.23.0...v0.23.2)

Updates `async-std-resolver` from 0.23.0 to 0.24.0
- [Release notes](https://github.com/bluejekyll/trust-dns/releases)
- [Changelog](https://github.com/hickory-dns/hickory-dns/blob/main/CHANGELOG.md)
- [Commits](bluejekyll/trust-dns@v0.23.0...v0.24.0)

Updates `trust-dns-resolver` from 0.23.0 to 0.23.2
- [Release notes](https://github.com/bluejekyll/trust-dns/releases)
- [Changelog](https://github.com/hickory-dns/hickory-dns/blob/v0.23.2/CHANGELOG.md)
- [Commits](bluejekyll/trust-dns@v0.23.0...v0.23.2)

---
updated-dependencies:
- dependency-name: trust-dns-proto
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: trust-dns
- dependency-name: async-std-resolver
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: trust-dns
- dependency-name: trust-dns-resolver
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: trust-dns
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 29, 2023
1 parent 459c9d4 commit 0f9a037
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 9 deletions.
57 changes: 50 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion protocols/mdns/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ rand = "0.8.3"
smallvec = "1.11.1"
socket2 = { version = "0.5.5", features = ["all"] }
tokio = { version = "1.33", default-features = false, features = ["net", "time"], optional = true}
trust-dns-proto = { version = "0.23.0", default-features = false, features = ["mdns"] }
trust-dns-proto = { version = "0.23.2", default-features = false, features = ["mdns"] }
void = "1.0.2"

[features]
Expand Down
2 changes: 1 addition & 1 deletion transports/dns/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ libp2p-core = { workspace = true }
libp2p-identity = { workspace = true }
log = "0.4.20"
futures = "0.3.28"
async-std-resolver = { version = "0.23", optional = true }
async-std-resolver = { version = "0.24", optional = true }
parking_lot = "0.12.0"
trust-dns-resolver = { version = "0.23", default-features = false, features = ["system-config"] }
smallvec = "1.11.1"
Expand Down

0 comments on commit 0f9a037

Please sign in to comment.