Skip to content

Commit 158d389

Browse files
Update tower-http requirement from 0.5.0 to 0.6.1 (#31)
Updates the requirements on [tower-http](https://github.com/tower-rs/tower-http) to permit the latest version. - [Release notes](https://github.com/tower-rs/tower-http/releases) - [Commits](tower-rs/tower-http@tower-http-0.5.0...tower-http-0.6.1) --- updated-dependencies: - dependency-name: tower-http dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cd17cd6 commit 158d389

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
@@ -29,7 +29,7 @@ log = "0.4"
2929
env_logger = "0.11.0"
3030
axum = { version = "0.7.4", features = ["macros"] }
3131
tokio = { version = "1.36.0", features = ["full"] }
32-
tower-http = { version = "0.5.0", features = ["cors"] }
32+
tower-http = { version = "0.6.1", features = ["cors"] }
3333
utoipa = { version = "4.2.0", features = ["axum_extras"] }
3434
utoipa-swagger-ui = { version = "7", features = ["axum"] }
3535
hyper = { version = "1.2.0", features = ["full"] }

0 commit comments

Comments
 (0)