From d30ca21628bf88ebcf1d1d874e6f5c30c2935beb Mon Sep 17 00:00:00 2001 From: Nikita Frolov Date: Fri, 20 Mar 2026 12:26:12 +0100 Subject: [PATCH] depend on protected branches of rcgen, rustls-webpki, rustls --- Cargo.lock | 6 +++--- Cargo.toml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 03440dbc1..81588b8e3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6113,7 +6113,7 @@ dependencies = [ [[package]] name = "rcgen" version = "0.14.7" -source = "git+https://github.com/zama-ai/rcgen.git?branch=k256#f8582f243899a7eff1a6524b42da60faaec73f15" +source = "git+https://github.com/zama-ai/rcgen.git#17504e6dd9c430784dd83a81db7a865b0db38e5d" dependencies = [ "aws-lc-rs", "pem", @@ -6519,7 +6519,7 @@ dependencies = [ [[package]] name = "rustls" version = "0.23.37" -source = "git+https://github.com/zama-ai/rustls.git?branch=rel-0.23-k256#b459952c88fc64c0a1352447cd5e10284670166f" +source = "git+https://github.com/zama-ai/rustls.git?branch=rel-0.23#49aa4091eae6a73f575bebeae28d370acd74f8b6" dependencies = [ "aws-lc-rs", "log", @@ -6587,7 +6587,7 @@ dependencies = [ [[package]] name = "rustls-webpki" version = "0.103.9" -source = "git+https://github.com/zama-ai/webpki.git?branch=rel-0.103-k256#0b5ee7b1de0b2d87457c0bf1cc93f8e442f3a3c1" +source = "git+https://github.com/zama-ai/webpki.git?branch=rel-0.103#9558707f39b97060b527966de76943e7ed40a022" dependencies = [ "aws-lc-rs", "ring", diff --git a/Cargo.toml b/Cargo.toml index 624769c75..0bbb4c3c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -246,6 +246,6 @@ lto = "off" [patch.crates-io] # MEDIUM RISK: Using fork instead of upstream - verify changes, consider upstreaming attestation-doc-validation = { git = 'https://github.com/mkmks/attestation-doc-validation.git', branch = 'timestamps' } -rcgen = { git = 'https://github.com/zama-ai/rcgen.git', branch = 'k256' } -rustls = { git = 'https://github.com/zama-ai/rustls.git', branch = 'rel-0.23-k256' } -rustls-webpki = { git = 'https://github.com/zama-ai/webpki.git', branch = 'rel-0.103-k256' } +rcgen = { git = 'https://github.com/zama-ai/rcgen.git' } +rustls = { git = 'https://github.com/zama-ai/rustls.git', branch = 'rel-0.23' } +rustls-webpki = { git = 'https://github.com/zama-ai/webpki.git', branch = 'rel-0.103' }