From 9e272eb09390be4c27379d3b567a8a2372f4faec Mon Sep 17 00:00:00 2001 From: beltram Date: Fri, 17 Mar 2023 10:22:32 +0100 Subject: [PATCH] build: bump jwt-simple fork with bumped p256 & p384 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1abac11d..b187cf10 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ tag = "v0.6.0-pre.core-crypto-0.6.0" [patch.crates-io.jwt-simple] git = "https://github.com/wireapp/rust-jwt-simple" -tag = "v0.11.3-pre.core-crypto-0.6.0" +tag = "v0.11.4-pre.core-crypto-0.7.0" [patch.crates-io.rcgen] git = "https://github.com/wireapp/rcgen"