Skip to content

Commit 267ad5d

Browse files
Bump http from 0.2.11 to 1.3.1
Bumps [http](https://github.com/hyperium/http) from 0.2.11 to 1.3.1. - [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.3.1) --- 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 0917614 commit 267ad5d

File tree

2 files changed

+22
-11
lines changed

2 files changed

+22
-11
lines changed

Cargo.lock

Lines changed: 21 additions & 10 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.3"
1010
serde = { version = "1.0", features = ["serde_derive"] }
1111
serde_json = "1.0"
1212
tokio = { version = "1", features = ["full"] }

0 commit comments

Comments
 (0)