Skip to content

Commit c140ef1

Browse files
Bump tower-http from 0.6.11 to 0.7.0 in /server
Bumps [tower-http](https://github.com/tower-rs/tower-http) from 0.6.11 to 0.7.0. - [Release notes](https://github.com/tower-rs/tower-http/releases) - [Commits](tower-rs/tower-http@tower-http-0.6.11...tower-http-0.7.0) --- updated-dependencies: - dependency-name: tower-http dependency-version: 0.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 735845d commit c140ef1

2 files changed

Lines changed: 21 additions & 5 deletions

File tree

server/Cargo.lock

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

server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ subtle = "2.6"
3131
tar = "0.4"
3232
tokio = { version = "1.47", features = ["fs", "io-util", "macros", "net", "rt-multi-thread", "signal", "sync", "time"] }
3333
tokio-util = { version = "0.7", features = ["rt"] }
34-
tower-http = { version = "0.6", features = ["fs"] }
34+
tower-http = { version = "0.7", features = ["fs"] }
3535
tracing = "0.1"
3636
tracing-subscriber = { version = "0.3", features = ["env-filter", "fmt"] }
3737
url = "2.5"

0 commit comments

Comments
 (0)