Skip to content

Commit 8b82d5c

Browse files
chore(deps): bump http from 0.2.12 to 1.1.0
Bumps [http](https://github.com/hyperium/http) from 0.2.12 to 1.1.0. - [Release notes](https://github.com/hyperium/http/releases) - [Changelog](https://github.com/hyperium/http/blob/master/CHANGELOG.md) - [Commits](hyperium/http@v0.2.12...v1.1.0) --- updated-dependencies: - dependency-name: http dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c12461c commit 8b82d5c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ tokio = { version = "1", features = ["rt", "macros", "process"] }
1616

1717

1818
[dev-dependencies]
19-
http = "0.2"
19+
http = "1.1"
2020
tower = "0.4"
2121
hyper = "0.14"
2222
redis = { version = "0.23", features = ["tokio-comp"] }

0 commit comments

Comments
 (0)