From 7d95f782034d1c2acec19d672924faa69b451b75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 15:42:22 +0000 Subject: [PATCH] deps(deps): update p256 requirement from 0.13 to 0.14 Updates the requirements on [p256](https://github.com/RustCrypto/elliptic-curves) to permit the latest version. - [Commits](https://github.com/RustCrypto/elliptic-curves/compare/primeorder/v0.13.0...p256/v0.13.2) --- updated-dependencies: - dependency-name: p256 dependency-version: 0.13.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b0c73d8..56aca3d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ pgx-oauth-gate = [] [dependencies] jaws = { version = "1", default-features = false, features = ["p256"] } -p256 = { version = "0.13", features = ["ecdsa", "jwk"] } +p256 = { version = "0.14", features = ["ecdsa", "jwk"] } pgrx = { version = "0.19", default-features = false } serde = { version = "1", features = ["derive"] } serde_json = "1"