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

@@ -43,6 +43,19 @@
- parse only the needed block number instead the last 100 blocks
- maybe using https://developer.bitcoin.org/reference/rpc/getblockhash.html
- _INTERFACE_
- Maybe change `json` to:
```json
{
"price_close": {
"data": [115976.6, 115943.4],
"unit": "USD",
"range": {
"from": 19627,
"to": 19628
}
}
}
```
- create pagination enum
- from to
- from option<count>