build(deps): bump http from 1.2.0 to 1.3.1

Bumps [http](https://github.com/hyperium/http) from 1.2.0 to 1.3.1.
- [Release notes](https://github.com/hyperium/http/releases)
- [Changelog](https://github.com/hyperium/http/blob/master/CHANGELOG.md)
- [Commits](https://github.com/hyperium/http/compare/v1.2.0...v1.3.1)

---
updated-dependencies:
- dependency-name: http
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-03-12 14:11:19 +00:00
committed by GitHub
parent 51e1c11df9
commit 11c49bb255
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -2285,9 +2285,9 @@ dependencies = [
[[package]]
name = "http"
version = "1.2.0"
version = "1.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea"
checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
dependencies = [
"bytes",
"fnv",

View File

@@ -146,7 +146,7 @@ version = "0.4.0"
# HTTP request/response
[workspace.dependencies.http]
version = "1.2.0"
version = "1.3.1"
# HTTP body trait
[workspace.dependencies.http-body]