Skip to content

Commit

Permalink
deps: bump the trust-dns group with 2 updates
Browse files Browse the repository at this point in the history
Pull-Request: #4441.
  • Loading branch information
dependabot[bot] authored Sep 6, 2023
1 parent 6715281 commit c0bccf7
Show file tree
Hide file tree
Showing 3 changed files with 100 additions and 133 deletions.
122 changes: 36 additions & 86 deletions Cargo.lock

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

5 changes: 3 additions & 2 deletions transports/dns/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,14 @@ keywords = ["peer-to-peer", "libp2p", "networking"]
categories = ["network-programming", "asynchronous"]

[dependencies]
async-trait = "0.1.72"
libp2p-core = { workspace = true }
libp2p-identity = { workspace = true }
log = "0.4.20"
futures = "0.3.28"
async-std-resolver = { version = "0.22", optional = true }
async-std-resolver = { version = "0.23", optional = true }
parking_lot = "0.12.0"
trust-dns-resolver = { version = "0.22", default-features = false, features = ["system-config"] }
trust-dns-resolver = { version = "0.23", default-features = false, features = ["system-config"] }
smallvec = "1.11.0"

[dev-dependencies]
Expand Down
Loading

0 comments on commit c0bccf7

Please sign in to comment.