mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-28 20:48:52 +03:00
added missing futures-util (#7260)
This commit is contained in:
parent
c34e37b1f7
commit
c4e9740c83
1
tooling/webdriver/Cargo.lock
generated
1
tooling/webdriver/Cargo.lock
generated
@ -372,6 +372,7 @@ version = "0.1.2"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"futures",
|
||||
"futures-util",
|
||||
"hyper",
|
||||
"pico-args",
|
||||
"serde",
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user