Skip to content
This repository has been archived by the owner on Feb 16, 2025. It is now read-only.

Commit

Permalink
chore(deps): bump libp2p-identity from 0.2.8 to 0.2.9
Browse files Browse the repository at this point in the history
Bumps [libp2p-identity](https://github.com/libp2p/rust-libp2p) from 0.2.8 to 0.2.9.
- [Release notes](https://github.com/libp2p/rust-libp2p/releases)
- [Changelog](https://github.com/libp2p/rust-libp2p/blob/master/CHANGELOG.md)
- [Commits](https://github.com/libp2p/rust-libp2p/commits)

---
updated-dependencies:
- dependency-name: libp2p-identity
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 1, 2024
1 parent 2b2c631 commit 72b9876
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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 core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ chrono = "0.4.38"
exocore-protos = {version = "0.1.25", path = "../protos"}
futures = { version = "0.3.30", features = ["async-await"] }
libp2p = { version = "0.53.2", features = ["noise", "secp256k1"], default-features = false }
libp2p-identity = { version = "0.2.8", features = ["secp256k1", "ed25519"], default-features = false }
libp2p-identity = { version = "0.2.9", features = ["secp256k1", "ed25519"], default-features = false }
log = "0.4.21"
log4rs = { version = "1.3.0", optional = true }
multihash = "0.19.1"
Expand Down
2 changes: 1 addition & 1 deletion transport/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ exocore-protos = {version = "0.1.25", path = "../protos"}
futures = "0.3.30"
hyper = {version = "0.14.28", features = ["full"], optional = true}
libp2p = {version = "0.53.2", optional = true, default-features = false, features = ["noise", "websocket", "yamux", "ping", "identify", "macros", "tokio", "dns"]}
libp2p-identity = { version = "0.2.8", features = ["secp256k1", "ed25519"], default-features = false }
libp2p-identity = { version = "0.2.9", features = ["secp256k1", "ed25519"], default-features = false }
libp2p-mplex = {version = "0.41.0", optional = true}
log = "0.4.21"
pin-project = "1.1.5"
Expand Down

0 comments on commit 72b9876

Please sign in to comment.