Selaa lähdekoodia

Bump h2 from 0.4.0 to 0.4.2 in /frameworks/Rust/xitca-web

Bumps [h2](https://github.com/hyperium/h2) from 0.4.0 to 0.4.2.
- [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.4.0...v0.4.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
dependabot[bot] 1 vuosi sitten
vanhempi
commit
279647d31d
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      frameworks/Rust/xitca-web/Cargo.lock

+ 2 - 2
frameworks/Rust/xitca-web/Cargo.lock

@@ -343,9 +343,9 @@ checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253"
 
 [[package]]
 name = "h2"
-version = "0.4.0"
+version = "0.4.2"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e1d308f63daf4181410c242d34c11f928dcb3aa105852019e043c9d1f4e4368a"
+checksum = "31d030e59af851932b72ceebadf4a2b5986dba4c3b99dd2493f8273a0f151943"
 dependencies = [
  "bytes",
  "fnv",