Skip to content

Commit 0dd2f83

Browse files
dependabot[bot]olix0r
authored andcommitted
build(deps): bump http from 0.2.5 to 0.2.6 (#1424)
Bumps [http](https://github.com/hyperium/http) from 0.2.5 to 0.2.6. - [Release notes](https://github.com/hyperium/http/releases) - [Changelog](https://github.com/hyperium/http/blob/master/CHANGELOG.md) - [Commits](hyperium/http@v0.2.5...v0.2.6) --- updated-dependencies: - dependency-name: http dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> (cherry picked from commit 97fbeab) Signed-off-by: Oliver Gould <ver@buoyant.io>
1 parent 8f848cc commit 0dd2f83

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -401,13 +401,13 @@ dependencies = [
401401

402402
[[package]]
403403
name = "http"
404-
version = "0.2.5"
404+
version = "0.2.6"
405405
source = "registry+https://github.com/rust-lang/crates.io-index"
406-
checksum = "1323096b05d41827dadeaee54c9981958c0f94e670bc94ed80037d1a7b8b186b"
406+
checksum = "31f4c6746584866f0feabcc69893c5b51beef3831656a968ed7ae254cdc4fd03"
407407
dependencies = [
408408
"bytes",
409409
"fnv",
410-
"itoa 0.4.8",
410+
"itoa 1.0.1",
411411
]
412412

413413
[[package]]

deny.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ deny = [
4949
]
5050
skip-tree = [
5151
# Waiting on a release that updates itoa to v1.
52-
{ name = "http" },
52+
{ name = "hyper" },
5353
# Hasn't seen a new release since 2017. Pulls in an older version of nom.
5454
{ name = "procinfo" }
5555
]

0 commit comments

Comments
 (0)