Skip to content

Commit d92cab8

Browse files
build(deps): Update p256 requirement from 0.10.0 to 0.11.0 (#2636)
* build(deps): Update p256 requirement from 0.10.0 to 0.11.0 Updates the requirements on [p256](https://github.com/RustCrypto/elliptic-curves) to permit the latest version. - [Release notes](https://github.com/RustCrypto/elliptic-curves/releases) - [Commits](https://github.com/RustCrypto/elliptic-curves/commits/p256/v0.10.1) --- updated-dependencies: - dependency-name: p256 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * core/: Bump version and add changelog entry Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Max Inden <[email protected]>
1 parent d610e4b commit d92cab8

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 0.35.1
2+
3+
- Update to `p256` `v0.11.0`. See [PR 2636].
4+
5+
[PR 2636]: https://github.com/libp2p/rust-libp2p/pull/2636/
6+
17
# 0.35.0
28

39
- Drop `Unpin` requirement from `SubstreamBox`. See [PR 2762] and [PR 2776].

core/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "libp2p-core"
33
edition = "2021"
44
rust-version = "1.56.1"
55
description = "Core traits and structs of libp2p"
6-
version = "0.35.0"
6+
version = "0.35.1"
77
authors = ["Parity Technologies <[email protected]>"]
88
license = "MIT"
99
repository = "https://github.com/libp2p/rust-libp2p"
@@ -25,7 +25,7 @@ log = "0.4"
2525
multiaddr = { version = "0.14.0" }
2626
multihash = { version = "0.16", default-features = false, features = ["std", "multihash-impl", "identity", "sha2"] }
2727
multistream-select = { version = "0.11", path = "../misc/multistream-select" }
28-
p256 = { version = "0.10.0", default-features = false, features = ["ecdsa"], optional = true }
28+
p256 = { version = "0.11.1", default-features = false, features = ["ecdsa"], optional = true }
2929
parking_lot = "0.12.0"
3030
pin-project = "1.0.0"
3131
prost = "0.11"

0 commit comments

Comments
 (0)