fix: replace futures dependency with futures-util
This commit is contained in:
parent
72d46ee45b
commit
5c39bf4842
12 changed files with 12 additions and 12 deletions
|
|
@ -12,7 +12,7 @@ publish = false
|
|||
rustypipe = { path = "../" }
|
||||
reqwest.workspace = true
|
||||
tokio = { workspace = true, features = ["rt-multi-thread"] }
|
||||
futures.workspace = true
|
||||
futures-util.workspace = true
|
||||
serde.workspace = true
|
||||
serde_json.workspace = true
|
||||
serde_with.workspace = true
|
||||
|
|
|
|||
Reference in a new issue