From 8d4bb3897bf161ec65b4408ffe555853c24ea8d1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 03:32:33 +0000 Subject: [PATCH] fix(deps): update rust crate thiserror to v2 --- radius/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radius/Cargo.toml b/radius/Cargo.toml index 7954095..1ac72c7 100644 --- a/radius/Cargo.toml +++ b/radius/Cargo.toml @@ -18,7 +18,7 @@ openssl = { version = "0.10", optional = true } chrono = "0.4" rand = "0.8.5" num_enum = "0.7.2" -thiserror = "1.0" +thiserror = "2.0" log = "0.4.20" tokio = { version = "1.35.1", features = ["full"] } async-trait = "0.1.77"