Fix errors from bumping dependencies
It now compiles but you still need to go through all the `//TODO:`s and update the values.
This commit is contained in:
parent
60ac0142e9
commit
bbe1ee264b
4 changed files with 151 additions and 293 deletions
|
@ -34,7 +34,7 @@ clap = { version = "4.5.8", features = ["derive"] }
|
|||
maplit = "1.0.2"
|
||||
colored = "2.1.0"
|
||||
strip_markdown = "0.2.0"
|
||||
reqwest = "0.12.5"
|
||||
reqwest = { version = "0.12.5", features = ["json"] }
|
||||
futures = "0.3.30"
|
||||
redis = { version = "0.25.4", features = ["aio", "tokio-comp"] }
|
||||
merge = { version = "0.1.0", features = ["std", "num", "derive"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue