Explorar el Código

build(deps): bump hyperx from 1.1.0 to 1.2.0

Bumps [hyperx](https://github.com/dekellum/hyperx) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/dekellum/hyperx/releases)
- [Changelog](https://github.com/dekellum/hyperx/blob/master/CHANGELOG.md)
- [Commits](https://github.com/dekellum/hyperx/compare/1.1.0...1.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] hace 4 años
padre
commit
f63f92f744
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      Cargo.lock

+ 3 - 3
Cargo.lock

@@ -688,19 +688,19 @@ dependencies = [
 
 [[package]]
 name = "hyperx"
-version = "1.1.0"
+version = "1.2.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9eae1ec4abdc4530fb001ebf585fd14e52ed17f0aacd3e13de497b71ed451750"
+checksum = "2adce67e2c21cd95288ae3d9f2bbb2762cf17c03744628d49679f315ed1e2e58"
 dependencies = [
  "base64",
  "bytes",
  "http",
  "httparse",
+ "httpdate",
  "language-tags",
  "log",
  "mime",
  "percent-encoding",
- "time",
  "unicase",
 ]