From 5b9f857d2f6501cb5b0bc6c7deda9879c571018b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Apr 2022 09:35:55 +0000 Subject: [PATCH] Bump httparse from 1.6.0 to 1.7.1 Bumps [httparse](https://github.com/seanmonstar/httparse) from 1.6.0 to 1.7.1. - [Release notes](https://github.com/seanmonstar/httparse/releases) - [Commits](https://github.com/seanmonstar/httparse/compare/v1.6.0...v1.7.1) --- updated-dependencies: - dependency-name: httparse dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 ++++-- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 35928b6..0a8d25e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "ansi_term" version = "0.12.1" @@ -175,9 +177,9 @@ dependencies = [ [[package]] name = "httparse" -version = "1.6.0" +version = "1.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9100414882e15fb7feccb4897e5f0ff0ff1ca7d1a86a23208ada4d7a18e6c6c4" +checksum = "496ce29bb5a52785b44e0f7ca2847ae0bb839c9bd28f69acac9b99d461c0c04c" [[package]] name = "idna" diff --git a/Cargo.toml b/Cargo.toml index edf5cb1..6155967 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ sev = { git = "https://github.com/virtee/sev.git", branch = "main", features = [ structopt = "0.3" codicon = "3.0" colorful = "0.2.1" -httparse = "1.6" +httparse = "1.7" libc = "0.2.117" native-tls = "0.2" url = "2.2"