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
Pull-Request: #5330.
  • Loading branch information
dependabot[bot] committed Jun 13, 2024
1 parent 362c3d3 commit 87b9394
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.13.2"
socket2 = { version = "0.5.7", features = ["all"] }
tokio = { workspace = true, default-features = false, features = ["net", "time"], optional = true}
tracing = { workspace = true }
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 = { workspace = true }
libp2p-core = { workspace = true }
libp2p-identity = { workspace = true }
parking_lot = "0.12.3"
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.13.2"
tracing = { workspace = true }

Expand Down

0 comments on commit 87b9394

Please sign in to comment.