Explorar o código

added missing futures-util (#7260)

Simon Hyll %!s(int64=2) %!d(string=hai) anos
pai
achega
c4e9740c83
Modificáronse 2 ficheiros con 2 adicións e 0 borrados
  1. 1 0
      tooling/webdriver/Cargo.lock
  2. 1 0
      tooling/webdriver/Cargo.toml

+ 1 - 0
tooling/webdriver/Cargo.lock

@@ -372,6 +372,7 @@ version = "0.1.2"
 dependencies = [
  "anyhow",
  "futures",
+ "futures-util",
  "hyper",
  "pico-args",
  "serde",

+ 1 - 0
tooling/webdriver/Cargo.toml

@@ -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"