Skip to content

Commit

Permalink
added missing futures-util (#7260)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhyll authored Jun 20, 2023
1 parent c34e37b commit c4e9740
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.57"
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 c4e9740

Please sign in to comment.