Skip to content

Commit

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


Updates `hickory-proto` from 0.24.0 to 0.24.1
- [Release notes](https://github.com/hickory-dns/hickory-dns/releases)
- [Changelog](https://github.com/hickory-dns/hickory-dns/blob/main/CHANGELOG.md)
- [Commits](hickory-dns/hickory-dns@v0.24.0...v0.24.1)

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

Updates `hickory-resolver` from 0.24.0 to 0.24.1
- [Release notes](https://github.com/hickory-dns/hickory-dns/releases)
- [Changelog](https://github.com/hickory-dns/hickory-dns/blob/main/CHANGELOG.md)
- [Commits](hickory-dns/hickory-dns@v0.24.0...v0.24.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 22, 2024
1 parent 2d9be84 commit 04e6dba
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 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 @@ smallvec = "1.12.0"
socket2 = { version = "0.5.5", features = ["all"] }
tokio = { version = "1.36", default-features = false, features = ["net", "time"], optional = true}
tracing = "0.1.37"
hickory-proto = { version = "0.24.0", default-features = false, features = ["mdns"] }
hickory-proto = { version = "0.24.1", 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 @@ -17,7 +17,7 @@ futures = "0.3.30"
libp2p-core = { workspace = true }
libp2p-identity = { workspace = true }
parking_lot = "0.12.0"
hickory-resolver = { version = "0.24.0", default-features = false, features = ["system-config"] }
hickory-resolver = { version = "0.24.1", default-features = false, features = ["system-config"] }
smallvec = "1.12.0"
tracing = "0.1.37"

Expand Down

0 comments on commit 04e6dba

Please sign in to comment.