Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit a142360

Browse files
Bump k256 from 0.11.6 to 0.13.0 (#13624)
Bumps [k256](https://github.com/RustCrypto/elliptic-curves) from 0.11.6 to 0.13.0. - [Release notes](https://github.com/RustCrypto/elliptic-curves/releases) - [Commits](RustCrypto/elliptic-curves@k256/v0.11.6...k256/v0.13.0) --- updated-dependencies: - dependency-name: k256 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Davide Galassi <davxy@datawok.net>
1 parent b3cacfb commit a142360

File tree

2 files changed

+170
-34
lines changed

2 files changed

+170
-34
lines changed

Cargo.lock

Lines changed: 169 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frame/support/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ impl-trait-for-tuples = "0.2.2"
3737
smallvec = "1.8.0"
3838
log = { version = "0.4.17", default-features = false }
3939
sp-core-hashing-proc-macro = { version = "5.0.0", path = "../../primitives/core/hashing/proc-macro" }
40-
k256 = { version = "0.11.5", default-features = false, features = ["ecdsa"] }
40+
k256 = { version = "0.13.0", default-features = false, features = ["ecdsa"] }
4141
environmental = { version = "1.1.4", default-features = false }
4242

4343
[dev-dependencies]

0 commit comments

Comments
 (0)