From 3f3f0e1dd828ef27a28a91fbe5c85c6721743218 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 07:09:42 +0000 Subject: [PATCH] fix(deps): update rust crate thiserror to ^1.0.49 --- raiden/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/raiden/Cargo.toml b/raiden/Cargo.toml index 5f079de9..2fd0cbeb 100644 --- a/raiden/Cargo.toml +++ b/raiden/Cargo.toml @@ -27,7 +27,7 @@ safe-builder = { tag = "0.0.6", git = "https://github.com/raiden-rs/safe-builder serde = { version = "^1", features = ["derive"] } serde_derive = "^1" serde_json = "^1" -thiserror = "^1" +thiserror = "^1.0.49" tracing = { version = "0.1", optional = true } uuid = { version = "^1.4.1", features = ["v4"] }