Skip to content

Commit

Permalink
added missing futures-util (#7260) (#7565)
Browse files Browse the repository at this point in the history
Co-authored-by: Simon Hyll <[email protected]>
  • Loading branch information
lucasfernog and simonhyll authored Aug 9, 2023
1 parent eeb6be5 commit cca5301
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tooling/webdriver/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions tooling/webdriver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ rust-version = "1.60"
anyhow = "1"
hyper = { version = "0.14", features = [ "client", "http1", "runtime", "server", "stream", "tcp" ] }
futures = "0.3"
futures-util = "0.3"
pico-args = "0.4"
serde = { version = "1", features = [ "derive" ] }
serde_json = "1"
Expand Down

0 comments on commit cca5301

Please sign in to comment.