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:
BuyMyMojo 2024-07-03 17:00:04 +10:00
parent 60ac0142e9
commit bbe1ee264b
4 changed files with 151 additions and 293 deletions

View file

@ -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"] }