From beb7dc9aa8a1d603df71700b6ca70ce8a4d965e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 20:31:27 +0000 Subject: [PATCH] [cargo] Update thiserror requirement from 1.0.63 to 2.0.6 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.6) --- 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..23def32 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.6" openssl = { version = "0.10.59", features = ["vendored"] } rand = "0.8.5" tower-http = { version = "0.6.1", features = ["cors", "trace"] }