Skip to content

Commit f33aecf

Browse files
Finomnisseanmonstar
authored andcommitted
Fix cargo minimal-versions check
1 parent b941b18 commit f33aecf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ rustdoc-args = ["--cfg", "docsrs"]
1919
[dependencies]
2020
hyper = "1.0.0"
2121
futures-channel = "0.3"
22-
futures-util = { version = "0.3", default-features = false }
22+
futures-util = { version = "0.3.16", default-features = false }
2323
http = "1.0"
2424
http-body = "1.0.0"
2525
bytes = "1"
@@ -28,7 +28,7 @@ socket2 = { version = "0.5", optional = true, features = ["all"] }
2828
tracing = { version = "0.1", default-features = false, features = ["std"] }
2929
tokio = { version = "1", optional = true, features = ["net", "rt", "time"] }
3030
tower-service = "0.3"
31-
tower = { version = "0.4", features = ["make", "util"] }
31+
tower = { version = "0.4.1", features = ["make", "util"] }
3232

3333
[dev-dependencies]
3434
hyper = { version = "1.0.0", features = ["full"] }

0 commit comments

Comments
 (0)