Browse Source

build(deps): bump httparse from 1.3.5 to 1.3.6

Bumps [httparse](https://github.com/seanmonstar/httparse) from 1.3.5 to 1.3.6.
- [Release notes](https://github.com/seanmonstar/httparse/releases)
- [Commits](https://github.com/seanmonstar/httparse/compare/v1.3.5...v1.3.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] 4 years ago
parent
commit
c12556db2e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Cargo.lock

+ 2 - 2
Cargo.lock

@@ -654,9 +654,9 @@ dependencies = [
 
 [[package]]
 name = "httparse"
-version = "1.3.5"
+version = "1.3.6"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "615caabe2c3160b313d52ccc905335f4ed5f10881dd63dc5699d47e90be85691"
+checksum = "bc35c995b9d93ec174cf9a27d425c7892722101e14993cd227fdb51d70cf9589"
 
 [[package]]
 name = "httpdate"