mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 01:16:31 +03:00
Merge pull request #5241 from deltachat/dependabot/cargo/futures-lite-2.2.0
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -2023,9 +2023,9 @@ checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "futures-lite"
|
name = "futures-lite"
|
||||||
version = "2.1.0"
|
version = "2.2.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "aeee267a1883f7ebef3700f262d2d54de95dfaf38189015a74fdc4e0c7ad8143"
|
checksum = "445ba825b27408685aaecefd65178908c36c6e96aaf6d8599419d46e624192ba"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"fastrand",
|
"fastrand",
|
||||||
"futures-core",
|
"futures-core",
|
||||||
|
|||||||
@@ -51,7 +51,7 @@ escaper = "0.1"
|
|||||||
fast-socks5 = "0.9"
|
fast-socks5 = "0.9"
|
||||||
fd-lock = "4"
|
fd-lock = "4"
|
||||||
futures = "0.3"
|
futures = "0.3"
|
||||||
futures-lite = "2.0.0"
|
futures-lite = "2.2.0"
|
||||||
hex = "0.4.0"
|
hex = "0.4.0"
|
||||||
hickory-resolver = "0.24"
|
hickory-resolver = "0.24"
|
||||||
humansize = "2"
|
humansize = "2"
|
||||||
@@ -111,7 +111,7 @@ openssl-src = "~300.1"
|
|||||||
ansi_term = "0.12.0"
|
ansi_term = "0.12.0"
|
||||||
anyhow = { version = "1", features = ["backtrace"] } # Enable `backtrace` feature in tests.
|
anyhow = { version = "1", features = ["backtrace"] } # Enable `backtrace` feature in tests.
|
||||||
criterion = { version = "0.5.1", features = ["async_tokio"] }
|
criterion = { version = "0.5.1", features = ["async_tokio"] }
|
||||||
futures-lite = "2.0.0"
|
futures-lite = "2.2.0"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
pretty_env_logger = "0.5"
|
pretty_env_logger = "0.5"
|
||||||
proptest = { version = "1", default-features = false, features = ["std"] }
|
proptest = { version = "1", default-features = false, features = ["std"] }
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ deltachat = { path = "..", default-features = false }
|
|||||||
|
|
||||||
anyhow = "1"
|
anyhow = "1"
|
||||||
env_logger = { version = "0.10.0" }
|
env_logger = { version = "0.10.0" }
|
||||||
futures-lite = "2.0.0"
|
futures-lite = "2.2.0"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
serde_json = "1"
|
serde_json = "1"
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
|
|||||||
Reference in New Issue
Block a user