cargo: update deps

This commit is contained in:
nym21
2025-09-20 19:20:21 +02:00
parent 9a59c2e541
commit 8127337a09
7 changed files with 69 additions and 61 deletions

View File

@@ -41,8 +41,10 @@
* "height" |
* "id" |
* "index" |
* "len" |
* "locktime" |
* "percentage" |
* "position" |
* "ratio" |
* "sat/vb" |
* "satblocks" |
@@ -1021,6 +1023,12 @@ function createUtils() {
if ((!unit || thoroughUnitCheck) && id.includes("years_between")) {
setUnit("years");
}
if ((!unit || thoroughUnitCheck) && id == "len") {
setUnit("len");
}
if ((!unit || thoroughUnitCheck) && id == "position") {
setUnit("position");
}
if ((!unit || thoroughUnitCheck) && id.startsWith("constant")) {
setUnit("constant");
}