Skip to content

Commit

Permalink
deps: update libp2p requirement from ^0.53 to ^0.54
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: libp2p
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 17, 2024
1 parent e127d90 commit 05e0767
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ tokio = "1.41.1"
futures = "0.3"

arti-client = { version = "0.24", default-features = false, features = ["tokio", "rustls", "onion-service-client"] }
libp2p = { version = "^0.53", default-features = false, features = ["tokio", "tcp", "tls"] }
libp2p = { version = "^0.54", default-features = false, features = ["tokio", "tcp", "tls"] }

tor-rtcompat = { version = "0.24.0", features = ["tokio", "rustls"] }
tracing = "0.1.40"
Expand All @@ -25,7 +25,7 @@ tor-proto = { version = "0.24.0", optional = true }
data-encoding = { version = "2.6.0" }

[dev-dependencies]
libp2p = { version = "0.53", default-features = false, features = ["tokio", "noise", "yamux", "ping", "macros", "tcp", "tls"] }
libp2p = { version = "0.54", default-features = false, features = ["tokio", "noise", "yamux", "ping", "macros", "tcp", "tls"] }
tokio-test = "0.4.4"
tokio = { version = "1.41.1", features = ["macros"] }
tracing-subscriber = "0.2"
Expand Down

0 comments on commit 05e0767

Please sign in to comment.