Skip to content

Commit b422203

Browse files
build(deps): bump httparse from 1.4.1 to 1.5.1 (#1208)
Bumps [httparse](https://github.com/seanmonstar/httparse) from 1.4.1 to 1.5.1. - [Release notes](https://github.com/seanmonstar/httparse/releases) - [Commits](seanmonstar/httparse@v1.4.1...v1.5.1) --- updated-dependencies: - dependency-name: httparse dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 822cd15 commit b422203

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -433,9 +433,9 @@ dependencies = [
433433

434434
[[package]]
435435
name = "httparse"
436-
version = "1.4.1"
436+
version = "1.5.1"
437437
source = "registry+https://github.com/rust-lang/crates.io-index"
438-
checksum = "f3a87b616e37e93c22fb19bcd386f02f3af5ea98a25670ad0fce773de23c5e68"
438+
checksum = "acd94fdbe1d4ff688b67b04eee2e17bd50995534a61539e45adfefb45e5e5503"
439439

440440
[[package]]
441441
name = "httpdate"

linkerd/proxy/http/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ futures = { version = "0.3", default-features = false }
1919
h2 = "0.3"
2020
http = "0.2"
2121
http-body = "0.4"
22-
httparse = "1.2"
22+
httparse = "1.5"
2323
hyper = { version = "0.14.11", features = ["client", "http1", "http2", "server", "stream", "runtime"] }
2424
hyper-balance = { path = "../../../hyper-balance" }
2525
linkerd-detect = { path = "../../detect" }

0 commit comments

Comments
 (0)