Browse Source

Bump h2 from 0.3.9 to 0.3.17 in /frameworks/Rust/trillium

Bumps [h2](https://github.com/hyperium/h2) from 0.3.9 to 0.3.17.
- [Release notes](https://github.com/hyperium/h2/releases)
- [Changelog](https://github.com/hyperium/h2/blob/master/CHANGELOG.md)
- [Commits](https://github.com/hyperium/h2/compare/v0.3.9...v0.3.17)

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

Signed-off-by: dependabot[bot] <[email protected]>
dependabot[bot] 2 years ago
parent
commit
46fa0dab86
1 changed files with 5 additions and 5 deletions
  1. 5 5
      frameworks/Rust/trillium/Cargo.lock

+ 5 - 5
frameworks/Rust/trillium/Cargo.lock

@@ -739,9 +739,9 @@ dependencies = [
 
 
 [[package]]
 [[package]]
 name = "h2"
 name = "h2"
-version = "0.3.9"
+version = "0.3.17"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8f072413d126e57991455e0a922b31e4c8ba7c2ffbebf6b78b4f8521397d65cd"
+checksum = "66b91535aa35fea1523ad1b86cb6b53c28e0ae566ba4a460f4457e936cad7c6f"
 dependencies = [
 dependencies = [
  "bytes",
  "bytes",
  "fnv",
  "fnv",
@@ -2043,16 +2043,16 @@ dependencies = [
 
 
 [[package]]
 [[package]]
 name = "tokio-util"
 name = "tokio-util"
-version = "0.6.9"
+version = "0.7.2"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9e99e1983e5d376cd8eb4b66604d2e99e79f5bd988c3055891dcd8c9e2604cc0"
+checksum = "f988a1a1adc2fb21f9c12aa96441da33a1728193ae0b95d2be22dbd17fcb4e5c"
 dependencies = [
 dependencies = [
  "bytes",
  "bytes",
  "futures-core",
  "futures-core",
  "futures-sink",
  "futures-sink",
- "log",
  "pin-project-lite",
  "pin-project-lite",
  "tokio",
  "tokio",
+ "tracing",
 ]
 ]
 
 
 [[package]]
 [[package]]