Преглед на файлове

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.
kalm преди 1 година
родител
ревизия
fcdfc3f1bb
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      Cargo.lock

+ 1 - 1
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",
 ]