From 2001f900fa13a949decd513d8cbe15e3f006a7fc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 May 2023 10:26:55 -0600 Subject: [PATCH] fix(deps): update rust crate derivative to 2.2.0 (#88) fix(deps): update rust crate derivative to 2.2.0 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 22241a7..df0e593 100644 --- a/trust-graph/Cargo.toml +++ b/trust-graph/Cargo.toml @@ -15,7 +15,7 @@ bs58 = "0.4.0" failure = "0.1.6" log = "0.4.11" ref-cast = "1.0.2" -derivative = "2.1.1" +derivative = "2.2.0" thiserror = "1.0.23" sha2 = "0.10.6" nonempty = "0.8.1"