Skip to content

Commit 15bc4ab

Browse files
Bump tower-http from 0.5.2 to 0.6.6 in /backend (#60)
Bumps [tower-http](https://github.com/tower-rs/tower-http) from 0.5.2 to 0.6.6. - [Release notes](https://github.com/tower-rs/tower-http/releases) - [Commits](tower-rs/tower-http@tower-http-0.5.2...tower-http-0.6.6) --- updated-dependencies: - dependency-name: tower-http dependency-version: 0.6.6 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 33f1e24 commit 15bc4ab

2 files changed

Lines changed: 3 additions & 19 deletions

File tree

backend/Cargo.lock

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

backend/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"raw_value",
1919
] }
2020
tokio = { version = "1.44.2", features = [ "macros", "rt-multi-thread" ] }
21-
tower-http = { version = "0.5", features = [ "cors" ] }
21+
tower-http = { version = "0.6", features = [ "cors" ] }
2222
tracing = { version = "0.1" }
2323
tracing-subscriber = { version = "0.3.18", features = [ "env-filter" ] }
2424

0 commit comments

Comments
 (0)