Skip to content

Commit 7f4b424

Browse files
chore(deps): bump tower-http from 0.5.2 to 0.6.8 in /panoptes
Bumps [tower-http](https://github.com/tower-rs/tower-http) from 0.5.2 to 0.6.8. - [Release notes](https://github.com/tower-rs/tower-http/releases) - [Commits](tower-rs/tower-http@tower-http-0.5.2...tower-http-0.6.8) --- updated-dependencies: - dependency-name: tower-http dependency-version: 0.6.8 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4a06fdf commit 7f4b424

2 files changed

Lines changed: 12 additions & 27 deletions

File tree

panoptes/Cargo.lock

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

panoptes/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ notify = "6.1"
2626
reqwest = { version = "0.12", features = ["json", "multipart"] }
2727
axum = { version = "0.7", features = ["ws", "multipart"] }
2828
tower = "0.4"
29-
tower-http = { version = "0.5", features = ["fs", "cors", "trace"] }
29+
tower-http = { version = "0.6", features = ["fs", "cors", "trace"] }
3030

3131
# Serialization
3232
serde = { version = "1.0", features = ["derive"] }

0 commit comments

Comments
 (0)