From 76443ff96fed0d20eaf380c2ca681440538622b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Nov 2024 17:23:44 +0000 Subject: [PATCH] fix(deps): update thiserror requirement from 1.0.63 to 2.0.2 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...1.0.69) --- 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 970fc6c..b7980d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ chrono = { version = "0.4.38", default-features = false } prost = "0.13" prost-types = "0.13" scion-grpc = { version = "0.1.0", path = "crates/scion-grpc" } -thiserror = "1.0.63" +thiserror = "2.0.2" tonic = "0.12" tonic-build = "0.12" tracing = "0.1.40"