Skip to content

Commit 2b3828d

Browse files
committed
Update futures dependency to 0.3.30
Signed-off-by: Manos Pitsidianakis <[email protected]>
1 parent 7be8912 commit 2b3828d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

meli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ async-task = { version = "^4.2.0" }
2626
bitflags = { version = "2.4", features = ["serde"] }
2727
crossbeam = { version = "^0.8" }
2828
flate2 = { version = "1", optional = true }
29-
futures = { version = "0.3.5" }
30-
indexmap = { version = "^2.3", default-features = false, features = ["serde"] }
29+
futures = { version = "0.3.30", default-features = false, features = ["async-await", "executor", "std"] }
30+
indexmap = { version = "^2.3", default-features = false, features = ["serde", "std"] }
3131
libc = { version = "0.2.125", default-features = false, features = ["extra_traits"] }
3232
libz-sys = { version = "1.1", features = ["static"], optional = true }
3333
linkify = { version = "^0.10", default-features = false }

melib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ data-encoding = { version = "2.1.1" }
2525
encoding = { version = "0.2.33", default-features = false }
2626
encoding_rs = { version = "^0.8" }
2727
flate2 = { version = "1.0.16" }
28-
futures = { version = "0.3.5" }
28+
futures = { version = "0.3.30", default-features = false, features = ["async-await", "executor", "std"] }
2929
imap-codec = { version = "2.0.0-alpha.1", features = ["ext_condstore_qresync", "ext_id", "ext_uidplus"], optional = true }
3030
indexmap = { version = "^2.3", default-features = false, features = ["serde", "std"] }
3131
isahc = { version = "^1.7.2", optional = true, default-features = false, features = ["http2", "json", "text-decoding"] }

0 commit comments

Comments
 (0)