소스 검색

build(deps): bump hyperx from 1.2.0 to 1.2.1

Bumps [hyperx](https://github.com/dekellum/hyperx) from 1.2.0 to 1.2.1.
- [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.2.0...1.2.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] 4 년 전
부모
커밋
296a6b02d7
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      Cargo.lock

+ 3 - 3
Cargo.lock

@@ -696,11 +696,11 @@ dependencies = [
 
 [[package]]
 name = "hyperx"
-version = "1.2.0"
+version = "1.2.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "2adce67e2c21cd95288ae3d9f2bbb2762cf17c03744628d49679f315ed1e2e58"
+checksum = "1fddfd71de82f499ba7ceeec96ab1745260f8dfdefa50c6ac054163c2c3ef8da"
 dependencies = [
- "base64 0.13.0",
+ "base64 0.12.3",
  "bytes",
  "http",
  "httparse",