Bump httparse from 1.9.5 to 1.10.1
Bumps [httparse](https://github.com/seanmonstar/httparse) from 1.9.5 to 1.10.1.
- [Release notes](https://github.com/seanmonstar/httparse/releases)
- [Commits](https://github.com/seanmonstar/httparse/compare/v1.9.5...v1.10.1)
---
updated-dependencies:
- dependency-name: httparse
dependency-version: 1.10.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Diff
Cargo.lock | 4 +++-
Cargo.toml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
@@ -1640,9 +1640,9 @@
[[package]]
name = "httparse"
version = "1.9.5"
version = "1.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
[[package]]
name = "httpdate"
@@ -46,7 +46,7 @@
"serde",
"ahash",
] }
httparse = "1.9"
httparse = "1.10"
humantime = "2.1"
itertools = "0.12.1"
md5 = "0.7"