Skip to content

Commit 5f23a11

Browse files
build(deps): bump http from 1.3.1 to 1.4.0 (#4327)
Bumps [http](https://github.com/hyperium/http) from 1.3.1 to 1.4.0. - [Release notes](https://github.com/hyperium/http/releases) - [Changelog](https://github.com/hyperium/http/blob/master/CHANGELOG.md) - [Commits](hyperium/http@v1.3.1...v1.4.0) --- updated-dependencies: - dependency-name: http dependency-version: 1.4.0 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 b5aaab1 commit 5f23a11

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -954,12 +954,11 @@ dependencies = [
954954

955955
[[package]]
956956
name = "http"
957-
version = "1.3.1"
957+
version = "1.4.0"
958958
source = "registry+https://github.com/rust-lang/crates.io-index"
959-
checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
959+
checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a"
960960
dependencies = [
961961
"bytes",
962-
"fnv",
963962
"itoa",
964963
]
965964

0 commit comments

Comments
 (0)