From 94838242f9ddf03fa5d9b17dea18536b735f5c14 Mon Sep 17 00:00:00 2001 From: Nicolas Belouin Date: Wed, 18 Oct 2023 15:26:18 +0200 Subject: [PATCH] Change uri used for patched h2 Signed-off-by: Nicolas Belouin --- Cargo.lock | 4 ++-- Cargo.toml | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 67ece33d0..fa3249e51 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1438,7 +1438,7 @@ dependencies = [ [[package]] name = "h2" version = "0.3.21" -source = "git+https://github.com/arthurlm/h2#7820c42ca36699d0004f0f173300244beddd0094" +source = "git+https://github.com/project-akri/h2?branch=patch-authority#df101dfa3ae5010cb13d9146a4dd97e606d01b7a" dependencies = [ "bytes", "fnv", @@ -1446,7 +1446,7 @@ dependencies = [ "futures-sink", "futures-util", "http", - "indexmap 1.9.3", + "indexmap 2.0.2", "slab", "tokio", "tokio-util 0.7.9", diff --git a/Cargo.toml b/Cargo.toml index e112a18de..3d47ede87 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,9 @@ [patch.crates-io] # Patch needed to get yet unreleased version with a fix for an error with recent rust/cargo opcua = { git = 'https://github.com/locka99/opcua' } -# Patch is still needed, using one from upstream PR for now -h2 = { git = 'https://github.com/arthurlm/h2' } +# Patch is still needed, using one from upstream PR for now, hosted on a fork of ours to help +# with supply chain integrity. +h2 = { git = 'https://github.com/project-akri/h2', branch = 'patch-authority'} [workspace] members = [