From d78d3f5d2d8eb0e111c6fe5573c869423e28ed87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Apr 2022 00:05:48 +0000 Subject: [PATCH] Bump httparse from 1.6.0 to 1.7.0 Bumps [httparse](https://github.com/seanmonstar/httparse) from 1.6.0 to 1.7.0. - [Release notes](https://github.com/seanmonstar/httparse/releases) - [Commits](https://github.com/seanmonstar/httparse/compare/v1.6.0...v1.7.0) --- updated-dependencies: - dependency-name: httparse dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0164132..d609e71 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -177,9 +177,9 @@ dependencies = [ [[package]] name = "httparse" -version = "1.6.0" +version = "1.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9100414882e15fb7feccb4897e5f0ff0ff1ca7d1a86a23208ada4d7a18e6c6c4" +checksum = "6330e8a36bd8c859f3fa6d9382911fbb7147ec39807f63b923933a247240b9ba" [[package]] name = "idna" diff --git a/Cargo.toml b/Cargo.toml index 6114835..87a5ed2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ sev = { git = "https://github.com/enarx/sev.git", branch = "main", features = [" structopt = "0.3" codicon = "3.0" colorful = "0.2.1" -httparse = "1.6" +httparse = "1.7" libc = "0.2.120" native-tls = "0.2" url = "2.2"