diff --git a/CODEOWNERS b/CODEOWNERS index 7eb3137e49..8564f62f03 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -17,6 +17,7 @@ # - The latest matching rule, if multiple, takes precedence. # main codeowner +* @paritytech/subxt-team # CI -/.github/ @paritytech/ci +/.github/ @paritytech/ci @paritytech/subxt-team diff --git a/Cargo.lock b/Cargo.lock index 8f5ae31cf6..7786903f40 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1309,9 +1309,9 @@ dependencies = [ [[package]] name = "h2" -version = "0.3.16" +version = "0.3.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5be7b54589b581f624f566bf5d8eb2bab1db736c51528720b6bd36b96b55924d" +checksum = "66b91535aa35fea1523ad1b86cb6b53c28e0ae566ba4a460f4457e936cad7c6f" dependencies = [ "bytes", "fnv",