Skip to content

Commit

Permalink
Use futures crate already available in the workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
Lun4m committed Jun 25, 2024
1 parent 1f9afbc commit a2e1b89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ bb8.workspace = true
bb8-postgres.workspace = true
serde.workspace = true
test-case.workspace = true
futures = "0.3.30"
futures.workspace = true
reqwest = {version = "0.12.4", features = ["json"]}

[[bin]]
Expand Down

0 comments on commit a2e1b89

Please sign in to comment.