Skip to content

Commit c0f4f06

Browse files
Bump tower-http from 0.6.1 to 0.6.2 (#56)
Bumps [tower-http](https://github.com/tower-rs/tower-http) from 0.6.1 to 0.6.2. - [Release notes](https://github.com/tower-rs/tower-http/releases) - [Commits](tower-rs/tower-http@tower-http-0.6.1...tower-http-0.6.2) --- updated-dependencies: - dependency-name: tower-http dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 91ae62a commit c0f4f06

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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
@@ -23,7 +23,7 @@ axum-extra = { version = "0.9.3", features = ["typed-header"] }
2323
figment = { version = "0.10.8", features = ["env", "toml"] }
2424
tokio = { version = "1.43", features = ["macros", "rt-multi-thread"] }
2525
tower = "0.5.2"
26-
tower-http = { version = "0.6.1", features = ["trace", "limit"] }
26+
tower-http = { version = "0.6.2", features = ["trace", "limit"] }
2727
tracing = "0.1.41"
2828
tracing-subscriber = "0.3.16"
2929
serde = { version = "1.0", features = ["derive"] }

0 commit comments

Comments
 (0)