From fcdfc3f1bb7702f98d8a4366a50cc9cb9601c0a4 Mon Sep 17 00:00:00 2001 From: kalm Date: Sun, 23 Feb 2025 22:58:40 -0800 Subject: [PATCH] darkfi: update Cargo.lock to reflect updated explorerd package dependencies This commit updates Cargo.lock to add the new `toml` dependency and remove the unused `drk` dependency for the explorerd package. --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 2a7ee1a7c..bc7ddff14 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3110,7 +3110,6 @@ dependencies = [ "darkfi", "darkfi-sdk", "darkfi-serial", - "drk", "easy-parallel", "lazy_static", "log", @@ -3125,6 +3124,7 @@ dependencies = [ "tar", "tempdir", "tinyjson", + "toml 0.8.20", "url", ]