Skip to content

Commit 2025f7e

Browse files
build(deps): bump http from 0.2.5 to 0.2.6
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 925789c commit 2025f7e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
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]]

0 commit comments

Comments
 (0)