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

Commit 6f3aafb

Browse files
Bump k256 from 0.10.2 to 0.10.4 (paritytech#11249)
Bumps [k256](https://github.com/RustCrypto/elliptic-curves) from 0.10.2 to 0.10.4. - [Release notes](https://github.com/RustCrypto/elliptic-curves/releases) - [Commits](RustCrypto/elliptic-curves@k256/v0.10.2...k256/v0.10.4) --- updated-dependencies: - dependency-name: k256 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 06d43cb commit 6f3aafb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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
@@ -35,7 +35,7 @@ impl-trait-for-tuples = "0.2.2"
3535
smallvec = "1.8.0"
3636
log = { version = "0.4.16", default-features = false }
3737
sp-core-hashing-proc-macro = { version = "5.0.0", path = "../../primitives/core/hashing/proc-macro" }
38-
k256 = { version = "0.10.2", default-features = false, features = ["ecdsa"] }
38+
k256 = { version = "0.10.4", default-features = false, features = ["ecdsa"] }
3939

4040
[dev-dependencies]
4141
assert_matches = "1.3.0"

0 commit comments

Comments
 (0)