Skip to content

Commit 97fbeab

Browse files
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>
1 parent ea65b73 commit 97fbeab

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
@@ -505,13 +505,13 @@ dependencies = [
505505

506506
[[package]]
507507
name = "http"
508-
version = "0.2.5"
508+
version = "0.2.6"
509509
source = "registry+https://github.com/rust-lang/crates.io-index"
510-
checksum = "1323096b05d41827dadeaee54c9981958c0f94e670bc94ed80037d1a7b8b186b"
510+
checksum = "31f4c6746584866f0feabcc69893c5b51beef3831656a968ed7ae254cdc4fd03"
511511
dependencies = [
512512
"bytes",
513513
"fnv",
514-
"itoa 0.4.8",
514+
"itoa 1.0.1",
515515
]
516516

517517
[[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)