Compare commits

..

No commits in common. "4cf60d9d37b44b9889676f04292d104e0a4e0797" and "e6969c4a25b5e846e6a0fb8b19b2fa0fc83c8d60" have entirely different histories.

View file

@ -12,7 +12,7 @@ reqwest = "0.11.24"
serde = { version = "1.0", features = ["derive"] } serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0" serde_json = "1.0"
futures = "0.3.30" futures = "0.3.30"
tokio = { version = "1.36.0", features=["macros", "rt-multi-thread"] } tokio = { version = "1.35.1", features=["macros", "rt-multi-thread"] }
tibber = "0.5.0" tibber = "0.5.0"
chrono = "0.4.33" chrono = "0.4.33"
actix-web = "4.5.1" actix-web = "4.5.1"