Skip to content

Commit 8ad38a8

Browse files
Update tower requirement from 0.4 to 0.5
Updates the requirements on [tower](https://github.com/tower-rs/tower) to permit the latest version. - [Release notes](https://github.com/tower-rs/tower/releases) - [Commits](tower-rs/tower@tower-0.4.0...tower-0.5.0) --- updated-dependencies: - dependency-name: tower dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d4f9d60 commit 8ad38a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tower-cgi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "Apache-2.0"
88
cgi-rs = { path = "../cgi-rs" }
99
hyper = { version = "0.14", default-features = false }
1010
snafu = "0.8"
11-
tower = { version = "0.4", default-features = false, features = ["util"] }
11+
tower = { version = "0.5", default-features = false, features = ["util"] }
1212

1313
[dev-dependencies]
1414
axum = "0.6"

0 commit comments

Comments
 (0)