Skip to content

Commit 8f5310b

Browse files
chore(deps): update tower-http requirement from 0.6 to 0.7 (modelcontextprotocol#906)
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.6.0...tower-http-0.7.0) --- updated-dependencies: - dependency-name: tower-http dependency-version: 0.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 266f870 commit 8f5310b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/servers/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ chrono = "0.4"
4040
uuid = { version = "1.6", features = ["v4", "serde"] }
4141
serde_urlencoded = "0.7"
4242
askama = { version = "0.16" }
43-
tower-http = { version = "0.6", features = ["cors"] }
43+
tower-http = { version = "0.7", features = ["cors"] }
4444
hyper = { version = "1" }
4545
hyper-util = { version = "0", features = ["server"] }
4646
tokio-util = { version = "0.7" }

0 commit comments

Comments
 (0)