From 6444d475f8b0989546ee98465065ddfe8e36a8aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 13:03:28 +0000 Subject: [PATCH] chore(deps): update p256 requirement in /ucan-key-support 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.13.0) --- updated-dependencies: - dependency-name: p256 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ucan-key-support/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ucan-key-support/Cargo.toml b/ucan-key-support/Cargo.toml index 81132c28..014a5589 100644 --- a/ucan-key-support/Cargo.toml +++ b/ucan-key-support/Cargo.toml @@ -26,7 +26,7 @@ bs58 = "0.4" ed25519-zebra = "3.1" log = "0.4" rsa = "0.7" -p256 = "0.11" +p256 = "0.13" sha2 = { version = "0.10", features = ["oid"] } ucan = { path = "../ucan", version = "0.1.1" }