Skip to content

Commit db23005

Browse files
committed
Update futures version
1 parent 7e226a9 commit db23005

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ rust_team_data = { git = "https://github.com/rust-lang/team" }
1919
glob = "0.3.0"
2020
toml = "0.8.20"
2121
hyper = { version = "0.14.4", features = ["server", "stream"] }
22-
tokio = { version = "1.7.1", features = ["macros", "time", "rt"] }
22+
tokio = { version = "1", features = ["macros", "time", "rt"] }
2323
futures = { version = "0.3", default-features = false, features = ["std"] }
2424
async-trait = "0.1.31"
2525
uuid = { version = "0.8", features = ["v4", "serde"] }

0 commit comments

Comments
 (0)