Skip to content

Commit b5f0098

Browse files
authored
Merge pull request #9 from cbgbt/dependabot/cargo/tower-0.5
Update tower requirement from 0.4 to 0.5
2 parents d4f9d60 + 8ad38a8 commit b5f0098

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)