From ad9205c852c83719799164767e006d0b9ea475e1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 11:29:24 +0000 Subject: [PATCH] chore(deps): update rust crate failure to 0.1.8 --- trust-graph/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trust-graph/Cargo.toml b/trust-graph/Cargo.toml index 05f3f4da..a90bc44c 100644 --- a/trust-graph/Cargo.toml +++ b/trust-graph/Cargo.toml @@ -12,7 +12,7 @@ serde = { version = "1.0.118", features = ["derive"] } fluence-keypair = { path = "../keypair", version = "0.10.4" } bs58 = "0.4.0" -failure = "0.1.6" +failure = "0.1.8" log = "0.4.11" ref-cast = "1.0.2" derivative = "2.2.0"