Skip to content

Commit 797d178

Browse files
committed
chore: update futures dependency
Signed-off-by: Gustavo Inacio <[email protected]>
1 parent 0a3b983 commit 797d178

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tap_core/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,10 @@ strum_macros = "0.24.3"
2525
async-trait = "0.1.72"
2626
tokio = { version = "1.29.1", features = ["macros", "rt-multi-thread"] }
2727
typetag = "0.2.14"
28-
futures = "0.3.30"
28+
futures = "0.3.17"
2929

3030
[dev-dependencies]
3131
criterion = { version = "0.5", features = ["async_std"] }
32-
futures = "0.3.17"
3332

3433

3534
[features]

0 commit comments

Comments
 (0)