mirror of
https://github.com/chatmail/core.git
synced 2026-05-03 21:36:29 +03:00
chore(cargo): bump futures-lite from 2.5.0 to 2.6.0
Bumps [futures-lite](https://github.com/smol-rs/futures-lite) from 2.5.0 to 2.6.0. - [Release notes](https://github.com/smol-rs/futures-lite/releases) - [Changelog](https://github.com/smol-rs/futures-lite/blob/master/CHANGELOG.md) - [Commits](https://github.com/smol-rs/futures-lite/compare/v2.5.0...v2.6.0) --- updated-dependencies: - dependency-name: futures-lite dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
26
Cargo.lock
generated
26
Cargo.lock
generated
@@ -392,7 +392,7 @@ checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
|
||||
dependencies = [
|
||||
"async-compression",
|
||||
"crc32fast",
|
||||
"futures-lite 2.5.0",
|
||||
"futures-lite 2.6.0",
|
||||
"pin-project",
|
||||
"thiserror 1.0.69",
|
||||
"tokio",
|
||||
@@ -1350,7 +1350,7 @@ dependencies = [
|
||||
"fd-lock",
|
||||
"format-flowed",
|
||||
"futures",
|
||||
"futures-lite 2.5.0",
|
||||
"futures-lite 2.6.0",
|
||||
"hex",
|
||||
"hickory-resolver",
|
||||
"http-body-util",
|
||||
@@ -1473,7 +1473,7 @@ dependencies = [
|
||||
"anyhow",
|
||||
"deltachat",
|
||||
"deltachat-jsonrpc",
|
||||
"futures-lite 2.5.0",
|
||||
"futures-lite 2.6.0",
|
||||
"log",
|
||||
"serde",
|
||||
"serde_json",
|
||||
@@ -2342,9 +2342,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "futures-lite"
|
||||
version = "2.5.0"
|
||||
version = "2.6.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "cef40d21ae2c515b51041df9ed313ed21e572df340ea58a922a0aefe7e8891a1"
|
||||
checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
|
||||
dependencies = [
|
||||
"fastrand 2.1.1",
|
||||
"futures-core",
|
||||
@@ -3151,7 +3151,7 @@ dependencies = [
|
||||
"ed25519-dalek",
|
||||
"futures-buffered",
|
||||
"futures-concurrency",
|
||||
"futures-lite 2.5.0",
|
||||
"futures-lite 2.6.0",
|
||||
"futures-sink",
|
||||
"futures-util",
|
||||
"governor",
|
||||
@@ -3255,7 +3255,7 @@ dependencies = [
|
||||
"derive_more",
|
||||
"ed25519-dalek",
|
||||
"futures-concurrency",
|
||||
"futures-lite 2.5.0",
|
||||
"futures-lite 2.6.0",
|
||||
"futures-util",
|
||||
"hex",
|
||||
"indexmap",
|
||||
@@ -3321,7 +3321,7 @@ dependencies = [
|
||||
"bytes",
|
||||
"derive_more",
|
||||
"futures-buffered",
|
||||
"futures-lite 2.5.0",
|
||||
"futures-lite 2.6.0",
|
||||
"hickory-resolver",
|
||||
"iroh-base",
|
||||
"iroh-metrics 0.30.0",
|
||||
@@ -3401,7 +3401,7 @@ dependencies = [
|
||||
"data-encoding",
|
||||
"derive_more",
|
||||
"futures-buffered",
|
||||
"futures-lite 2.5.0",
|
||||
"futures-lite 2.6.0",
|
||||
"futures-sink",
|
||||
"futures-util",
|
||||
"governor",
|
||||
@@ -3940,7 +3940,7 @@ dependencies = [
|
||||
"atomic-waker",
|
||||
"bytes",
|
||||
"derive_more",
|
||||
"futures-lite 2.5.0",
|
||||
"futures-lite 2.6.0",
|
||||
"futures-sink",
|
||||
"futures-util",
|
||||
"iroh-quinn-udp",
|
||||
@@ -3973,7 +3973,7 @@ dependencies = [
|
||||
"atomic-waker",
|
||||
"bytes",
|
||||
"derive_more",
|
||||
"futures-lite 2.5.0",
|
||||
"futures-lite 2.6.0",
|
||||
"futures-sink",
|
||||
"futures-util",
|
||||
"iroh-quinn-udp",
|
||||
@@ -4481,7 +4481,7 @@ dependencies = [
|
||||
"aes-gcm",
|
||||
"aes-kw",
|
||||
"argon2",
|
||||
"base64 0.21.7",
|
||||
"base64 0.22.1",
|
||||
"bitfield",
|
||||
"block-padding",
|
||||
"blowfish",
|
||||
@@ -4743,7 +4743,7 @@ dependencies = [
|
||||
"base64 0.22.1",
|
||||
"bytes",
|
||||
"derive_more",
|
||||
"futures-lite 2.5.0",
|
||||
"futures-lite 2.6.0",
|
||||
"futures-util",
|
||||
"igd-next",
|
||||
"iroh-metrics 0.31.0",
|
||||
|
||||
@@ -176,7 +176,7 @@ deltachat-contact-tools = { path = "deltachat-contact-tools" }
|
||||
deltachat-jsonrpc = { path = "deltachat-jsonrpc", default-features = false }
|
||||
deltachat = { path = ".", default-features = false }
|
||||
futures = "0.3.31"
|
||||
futures-lite = "2.5.0"
|
||||
futures-lite = "2.6.0"
|
||||
libc = "0.2"
|
||||
log = "0.4"
|
||||
nu-ansi-term = "0.46"
|
||||
|
||||
Reference in New Issue
Block a user