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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 20, 2024
1 parent 75d2540 commit c7a0f5e
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 @@ -11,13 +11,13 @@ authors = ["umgefahren <[email protected]>"]
[dependencies]
arti-client = "0.24.0"
futures = "0.3"
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"] }
tokio = { version = "1.0", features = ["macros"] }
tracing = "0.1.40"

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

[[example]]
Expand Down

0 comments on commit c7a0f5e

Please sign in to comment.