Skip to content

Commit 124a51c

Browse files
Bump http from 0.2.11 to 1.0.0
Bumps [http](https://github.com/hyperium/http) from 0.2.11 to 1.0.0. - [Release notes](https://github.com/hyperium/http/releases) - [Changelog](https://github.com/hyperium/http/blob/master/CHANGELOG.md) - [Commits](hyperium/http@v0.2.11...v1.0.0) --- updated-dependencies: - dependency-name: http dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 784f2e2 commit 124a51c

File tree

2 files changed

+19
-8
lines changed

2 files changed

+19
-8
lines changed

Cargo.lock

Lines changed: 18 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77

88
[dependencies]
9-
http = "0.2"
9+
http = "1.0"
1010
serde = { version = "1.0", features = ["serde_derive"] }
1111
serde_json = "1.0"
1212
tokio = { version = "1", features = ["full"] }

0 commit comments

Comments
 (0)