From dc2c93d1c9e5510317576b69f47172c287c3ef4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 21:09:00 +0000 Subject: [PATCH] [cargo] Update thiserror requirement from 1.0.63 to 2.0.8 Updates the requirements on [thiserror](https://github.com/dtolnay/thiserror) to permit the latest version. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.63...2.0.8) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cd9c870..7990861 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ async-trait = "0.1.81" toml = "0.8.19" mongodb = "3.0.1" bson = "2.11.0" -thiserror = "1.0.63" +thiserror = "2.0.8" openssl = { version = "0.10.59", features = ["vendored"] } rand = "0.8.5" tower-http = { version = "0.6.1", features = ["cors", "trace"] }