From cdcca6e1d88b3700700276bc9cb356425ab41f8e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 07:03:17 +0000 Subject: [PATCH] fix(deps): update rust crate serde_json to ^1.0.107 --- raiden/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/raiden/Cargo.toml b/raiden/Cargo.toml index 39c83266..c562890b 100644 --- a/raiden/Cargo.toml +++ b/raiden/Cargo.toml @@ -26,7 +26,7 @@ rust-crypto = "^0.2.36" safe-builder = { tag = "0.0.6", git = "https://github.com/raiden-rs/safe-builder.git" } serde = { version = "^1", features = ["derive"] } serde_derive = "^1" -serde_json = "^1" +serde_json = "^1.0.107" thiserror = "^1" uuid = { version = "^1.4.1", features = ["v4"] }