Skip to content

Commit

Permalink
chore(deps): update libp2p requirement from 0.54.1 to 0.55.0
Browse files Browse the repository at this point in the history
Updates the requirements on [libp2p](https://github.com/libp2p/rust-libp2p) to permit the latest version.
- [Release notes](https://github.com/libp2p/rust-libp2p/releases)
- [Changelog](https://github.com/libp2p/rust-libp2p/blob/master/CHANGELOG.md)
- [Commits](libp2p/rust-libp2p@v0.54.1...libp2p-v0.55.0)

---
updated-dependencies:
- dependency-name: libp2p
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 20, 2025
1 parent febad08 commit e6ced67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ kameo_macros = { version = "0.14.0", path = "./macros", optional = true }
dyn-clone = "1.0"
futures = "0.3"
internment = { version = "0.8.5", features = ["serde"], optional = true }
libp2p = { version = "0.54.1", features = ["cbor", "dns", "kad", "mdns", "macros", "quic", "request-response", "rsa", "serde", "tokio"], optional = true }
libp2p = { version = "0.55.0", features = ["cbor", "dns", "kad", "mdns", "macros", "quic", "request-response", "rsa", "serde", "tokio"], optional = true }
libp2p-identity = { version = "0.2.9", features = ["rand", "rsa"], optional = true }
linkme = { version= "0.3.28", optional = true }
once_cell = "1.19"
Expand Down

0 comments on commit e6ced67

Please sign in to comment.