diff --git a/Cargo.lock b/Cargo.lock index 9e54cc17f..18b909600 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2036,9 +2036,9 @@ checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964" [[package]] name = "futures-lite" -version = "1.12.0" +version = "1.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48" +checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce" dependencies = [ "fastrand", "futures-core", diff --git a/Cargo.toml b/Cargo.toml index 62d6d7c6b..32c400c9c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ encoded-words = { git = "https://github.com/async-email/encoded-words", branch = escaper = "0.1" fast-socks5 = "0.8" futures = "0.3" -futures-lite = "1.12.0" +futures-lite = "1.13.0" hex = "0.4.0" humansize = "2" image = { version = "0.24.6", default-features=false, features = ["gif", "jpeg", "ico", "png", "pnm", "webp", "bmp"] } @@ -97,7 +97,7 @@ uuid = { version = "1", features = ["serde", "v4"] } [dev-dependencies] ansi_term = "0.12.0" criterion = { version = "0.4.0", features = ["async_tokio"] } -futures-lite = "1.12" +futures-lite = "1.13" log = "0.4" pretty_env_logger = "0.4" proptest = { version = "1", default-features = false, features = ["std"] } diff --git a/deltachat-rpc-server/Cargo.toml b/deltachat-rpc-server/Cargo.toml index f7fd73fbd..2de3c55c0 100644 --- a/deltachat-rpc-server/Cargo.toml +++ b/deltachat-rpc-server/Cargo.toml @@ -15,7 +15,7 @@ deltachat = { path = "..", default-features = false } anyhow = "1" env_logger = { version = "0.10.0" } -futures-lite = "1.12.0" +futures-lite = "1.13.0" log = "0.4" serde_json = "1.0.95" serde = { version = "1.0", features = ["derive"] }