From 4909cfe6a2c91132e5700f8792ba3189b9601b7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 12:08:47 +0000 Subject: [PATCH] Bump k256 from 0.11.6 to 0.13.1 Bumps [k256](https://github.com/RustCrypto/elliptic-curves) from 0.11.6 to 0.13.1. - [Commits](https://github.com/RustCrypto/elliptic-curves/compare/k256/v0.11.6...k256/v0.13.1) --- updated-dependencies: - dependency-name: k256 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fc514a8..20c4443 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1005,7 +1005,7 @@ dependencies = [ "figment", "glob", "hex", - "k256 0.11.6", + "k256 0.13.1", "lazy_static", "parse-display", "path-clean", diff --git a/Cargo.toml b/Cargo.toml index 99f9e57..7aead4e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -62,7 +62,7 @@ notify = { version = "5.1.0", default-features = false, features = ["macos_kqueu itertools = "0.10.5" -k256 = "0.11.6" +k256 = "0.13.1" pin-project = "1.0.12" rand = "0.8.5"