Skip to content
This repository was archived by the owner on Feb 18, 2026. It is now read-only.

Commit f7f8b1d

Browse files
chore(deps): update http requirement from ~1.2 to ~1.3 (#60)
Updates the requirements on [http](https://github.com/hyperium/http) to permit the latest version. - [Release notes](https://github.com/hyperium/http/releases) - [Changelog](https://github.com/hyperium/http/blob/master/CHANGELOG.md) - [Commits](hyperium/http@v1.2.0...v1.3.1) --- updated-dependencies: - dependency-name: http dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 459702d commit f7f8b1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ readme = "README.md"
1313

1414
[dependencies]
1515
derive_builder = "~0.20"
16-
http = "~1.2"
16+
http = "~1.3"
1717
serde = { version = "~1.0.103", features = ["derive"] }
1818
serde_json = "^1.0.25"
1919
serde_urlencoded = "~0.7"

0 commit comments

Comments
 (0)