Skip to content

Commit 5f6453d

Browse files
Bump http from 1.3.1 to 1.4.0
Bumps [http](https://github.com/hyperium/http) from 1.3.1 to 1.4.0. - [Release notes](https://github.com/hyperium/http/releases) - [Changelog](https://github.com/hyperium/http/blob/master/CHANGELOG.md) - [Commits](hyperium/http@v1.3.1...v1.4.0) --- updated-dependencies: - dependency-name: http dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ead63a9 commit 5f6453d

File tree

3 files changed

+4
-11
lines changed

3 files changed

+4
-11
lines changed

Cargo.lock

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

crates/twirp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ anyhow = "1"
2121
async-trait = "0.1"
2222
axum = "0.8"
2323
futures = "0.3"
24-
http = "1.3"
24+
http = "1.4"
2525
http-body-util = "0.1"
2626
hyper = { version = "1.8", default-features = false }
2727
prost = "0.14"

example/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ prost-wkt-types = "0.7"
1212
serde = { version = "1.0", features = ["derive"] }
1313
thiserror = "2.0"
1414
tokio = { version = "1.48", features = ["rt-multi-thread", "macros"] }
15-
http = "1.3"
15+
http = "1.4"
1616
http-body-util = "0.1"
1717

1818
[build-dependencies]

0 commit comments

Comments
 (0)