mirror of
https://github.com/chatmail/core.git
synced 2026-04-27 18:36:30 +03:00
chore(cargo): bump thiserror from 1.0.69 to 2.0.9
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.69 to 2.0.9. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.69...2.0.9) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
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