From 704c843585077d2c49cdeccbd669e658b6e21ca9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 20:36:47 +0000 Subject: [PATCH] chore(deps): update thiserror requirement from 1.0.30 to 2.0.0 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.30...2.0.0) --- 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 0b88643..506c714 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ moka = { version = "0.12.0", features = ["future"], optional = true } openssl = { version = "0.10.46", optional = true } rand = { version = "0.8.0", optional = true } rcgen = { version = "0.13.0", features = ["x509-parser"], optional = true } -thiserror = "1.0.30" +thiserror = "2.0.0" time = { version = "0.3.35", optional = true } tokio = { version = "1.24.2", features = ["macros", "rt"] } tokio-graceful = "0.2.0"