Просмотр исходного кода

darkfi: add `thiserror` to the explorerd package in `Cargo.lock`

This commit adds `thiserror 2.0.11` as a dependency to the `explorerd` package in the project's `Cargo.lock`.
kalm 1 год назад
Родитель
Сommit
8c92599e67
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      Cargo.lock

+ 1 - 0
Cargo.lock

@@ -3067,6 +3067,7 @@ dependencies = [
  "structopt-toml",
  "tar",
  "tempdir",
+ "thiserror 2.0.11",
  "tinyjson",
  "toml 0.8.20",
  "url",