mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-05-29 10:41:21 +00:00
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] <support@github.com> * core/: Bump version and add changelog entry Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Max Inden <mail@max-inden.de>
This commit is contained in:
parent
d610e4b0fb
commit
d92cab8581
@ -1,3 +1,9 @@
|
|||||||
|
# 0.35.1
|
||||||
|
|
||||||
|
- Update to `p256` `v0.11.0`. See [PR 2636].
|
||||||
|
|
||||||
|
[PR 2636]: https://github.com/libp2p/rust-libp2p/pull/2636/
|
||||||
|
|
||||||
# 0.35.0
|
# 0.35.0
|
||||||
|
|
||||||
- Drop `Unpin` requirement from `SubstreamBox`. See [PR 2762] and [PR 2776].
|
- Drop `Unpin` requirement from `SubstreamBox`. See [PR 2762] and [PR 2776].
|
||||||
|
@ -3,7 +3,7 @@ name = "libp2p-core"
|
|||||||
edition = "2021"
|
edition = "2021"
|
||||||
rust-version = "1.56.1"
|
rust-version = "1.56.1"
|
||||||
description = "Core traits and structs of libp2p"
|
description = "Core traits and structs of libp2p"
|
||||||
version = "0.35.0"
|
version = "0.35.1"
|
||||||
authors = ["Parity Technologies <admin@parity.io>"]
|
authors = ["Parity Technologies <admin@parity.io>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
repository = "https://github.com/libp2p/rust-libp2p"
|
repository = "https://github.com/libp2p/rust-libp2p"
|
||||||
@ -25,7 +25,7 @@ log = "0.4"
|
|||||||
multiaddr = { version = "0.14.0" }
|
multiaddr = { version = "0.14.0" }
|
||||||
multihash = { version = "0.16", default-features = false, features = ["std", "multihash-impl", "identity", "sha2"] }
|
multihash = { version = "0.16", default-features = false, features = ["std", "multihash-impl", "identity", "sha2"] }
|
||||||
multistream-select = { version = "0.11", path = "../misc/multistream-select" }
|
multistream-select = { version = "0.11", path = "../misc/multistream-select" }
|
||||||
p256 = { version = "0.10.0", default-features = false, features = ["ecdsa"], optional = true }
|
p256 = { version = "0.11.1", default-features = false, features = ["ecdsa"], optional = true }
|
||||||
parking_lot = "0.12.0"
|
parking_lot = "0.12.0"
|
||||||
pin-project = "1.0.0"
|
pin-project = "1.0.0"
|
||||||
prost = "0.11"
|
prost = "0.11"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user