Merge pull request #6510 from deltachat/dependabot/cargo/thiserror-2.0.9

This commit is contained in:
dependabot[bot]
2025-02-03 09:36:16 +00:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -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",
] ]

View File

@@ -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"