Skip to content

Commit

Permalink
chore(deps): bump libp2p-identity from 0.2.9 to 0.2.10 in /code (#612)
Browse files Browse the repository at this point in the history
Bumps [libp2p-identity](https://github.com/libp2p/rust-libp2p) from 0.2.9 to 0.2.10.
- [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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 27, 2024
1 parent 95ad838 commit a5e18d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions code/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 code/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ humantime-serde = "1.1.1"
itertools = "0.13"
itf = "0.2.3"
libp2p = { version = "0.54.1", features = ["macros", "identify", "tokio", "ed25519", "ecdsa", "tcp", "quic", "noise", "yamux", "gossipsub", "dns", "ping", "metrics", "request-response", "cbor", "serde"] }
libp2p-identity = "0.2.9"
libp2p-identity = "0.2.10"
libp2p-broadcast = { version = "0.12.0", git = "https://github.com/romac/libp2p-broadcast.git" }
multiaddr = "0.18.2"
num-bigint = "0.4.4"
Expand Down

0 comments on commit a5e18d6

Please sign in to comment.