mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 01:16:31 +03:00
Merge pull request #6510 from deltachat/dependabot/cargo/thiserror-2.0.9
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -1401,7 +1401,7 @@ dependencies = [
|
|||||||
"tempfile",
|
"tempfile",
|
||||||
"testdir",
|
"testdir",
|
||||||
"textwrap",
|
"textwrap",
|
||||||
"thiserror 1.0.69",
|
"thiserror 2.0.9",
|
||||||
"tokio",
|
"tokio",
|
||||||
"tokio-io-timeout",
|
"tokio-io-timeout",
|
||||||
"tokio-rustls",
|
"tokio-rustls",
|
||||||
@@ -1508,7 +1508,7 @@ dependencies = [
|
|||||||
"once_cell",
|
"once_cell",
|
||||||
"rand 0.8.5",
|
"rand 0.8.5",
|
||||||
"serde_json",
|
"serde_json",
|
||||||
"thiserror 1.0.69",
|
"thiserror 2.0.9",
|
||||||
"tokio",
|
"tokio",
|
||||||
"yerpc",
|
"yerpc",
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -189,7 +189,7 @@ sanitize-filename = "0.5"
|
|||||||
serde = "1.0"
|
serde = "1.0"
|
||||||
serde_json = "1"
|
serde_json = "1"
|
||||||
tempfile = "3.14.0"
|
tempfile = "3.14.0"
|
||||||
thiserror = "1"
|
thiserror = "2"
|
||||||
tokio = "1"
|
tokio = "1"
|
||||||
tokio-util = "0.7.13"
|
tokio-util = "0.7.13"
|
||||||
tracing-subscriber = "0.3"
|
tracing-subscriber = "0.3"
|
||||||
|
|||||||
Reference in New Issue
Block a user