Skip to content

Commit

Permalink
chore(deps): bump libp2p-identity from 0.2.3 to 0.2.4
Browse files Browse the repository at this point in the history
Bumps [libp2p-identity](https://github.com/libp2p/rust-libp2p) from 0.2.3 to 0.2.4.
- [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 Oct 3, 2023
1 parent b250652 commit 21bbf06
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 14 deletions.
43 changes: 31 additions & 12 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.31"
exocore-protos = {version = "0.1.25", path = "../protos"}
futures = { version = "0.3.28", features = ["async-await"] }
libp2p = { version = "0.52.3", features = ["noise", "secp256k1"], default-features = false }
libp2p-identity = { version = "0.2.3", features = ["secp256k1", "ed25519"], default-features = false }
libp2p-identity = { version = "0.2.4", features = ["secp256k1", "ed25519"], default-features = false }
log = "0.4.20"
log4rs = { version = "1.2.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 @@ -27,7 +27,7 @@ futures = "0.3.28"
gloo-timers = {version = "0.3", optional = true}
hyper = {version = "0.14.27", features = ["full"], optional = true}
libp2p = {version = "0.52.3", optional = true, default-features = false, features = ["noise", "websocket", "yamux", "ping", "identify", "macros", "tokio", "dns"]}
libp2p-identity = { version = "0.2.3", features = ["secp256k1", "ed25519"], default-features = false }
libp2p-identity = { version = "0.2.4", features = ["secp256k1", "ed25519"], default-features = false }
libp2p-mplex = {version = "0.40.0", optional = true}
log = "0.4.20"
pin-project = "1.1.3"
Expand Down

0 comments on commit 21bbf06

Please sign in to comment.