Browse Source

Bump h2 from 0.3.18 to 0.3.24 in /frameworks/Rust/pavex

Bumps [h2](https://github.com/hyperium/h2) from 0.3.18 to 0.3.24.
- [Release notes](https://github.com/hyperium/h2/releases)
- [Changelog](https://github.com/hyperium/h2/blob/v0.3.24/CHANGELOG.md)
- [Commits](https://github.com/hyperium/h2/compare/v0.3.18...v0.3.24)

---
updated-dependencies:
- dependency-name: h2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
dependabot[bot] 1 year ago
parent
commit
b6faf7d390
1 changed files with 27 additions and 5 deletions
  1. 27 5
      frameworks/Rust/pavex/Cargo.lock

+ 27 - 5
frameworks/Rust/pavex/Cargo.lock

@@ -81,6 +81,12 @@ dependencies = [
  "cc",
  "cc",
 ]
 ]
 
 
+[[package]]
+name = "equivalent"
+version = "1.0.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
+
 [[package]]
 [[package]]
 name = "fnv"
 name = "fnv"
 version = "1.0.7"
 version = "1.0.7"
@@ -147,9 +153,9 @@ dependencies = [
 
 
 [[package]]
 [[package]]
 name = "h2"
 name = "h2"
-version = "0.3.18"
+version = "0.3.24"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "17f8a914c2987b688368b5138aa05321db91f4090cf26118185672ad588bce21"
+checksum = "bb2c4422095b67ee78da96fbb51a4cc413b3b25883c7717ff7ca1ab31022c9c9"
 dependencies = [
 dependencies = [
  "bytes",
  "bytes",
  "fnv",
  "fnv",
@@ -157,7 +163,7 @@ dependencies = [
  "futures-sink",
  "futures-sink",
  "futures-util",
  "futures-util",
  "http",
  "http",
- "indexmap",
+ "indexmap 2.1.0",
  "slab",
  "slab",
  "tokio",
  "tokio",
  "tokio-util",
  "tokio-util",
@@ -170,6 +176,12 @@ version = "0.12.3"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 
 
+[[package]]
+name = "hashbrown"
+version = "0.14.3"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604"
+
 [[package]]
 [[package]]
 name = "hermit-abi"
 name = "hermit-abi"
 version = "0.2.6"
 version = "0.2.6"
@@ -244,10 +256,20 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
 checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
 checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
 dependencies = [
 dependencies = [
  "autocfg",
  "autocfg",
- "hashbrown",
+ "hashbrown 0.12.3",
  "serde",
  "serde",
 ]
 ]
 
 
+[[package]]
+name = "indexmap"
+version = "2.1.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f"
+dependencies = [
+ "equivalent",
+ "hashbrown 0.14.3",
+]
+
 [[package]]
 [[package]]
 name = "itoa"
 name = "itoa"
 version = "1.0.6"
 version = "1.0.6"
@@ -350,7 +372,7 @@ dependencies = [
  "anyhow",
  "anyhow",
  "fs-err",
  "fs-err",
  "http",
  "http",
- "indexmap",
+ "indexmap 1.9.3",
  "pavex_runtime",
  "pavex_runtime",
  "ron",
  "ron",
  "serde",
  "serde",