Update all dependencies
Some checks failed
renovate/artifacts Artifact file update failure
continuous-integration/drone/push Build is pending
continuous-integration/drone/pr Build is pending

This commit is contained in:
Kasper Juul Hermansen 2024-10-23 01:25:29 +00:00
parent acb12c1e33
commit ee3e82780a

View File

@ -8,6 +8,6 @@ edition = "2021"
[dependencies] [dependencies]
twatch_core = {path="../twatch_core"} twatch_core = {path="../twatch_core"}
tokio = {version="1.21.2", features=["full"]} tokio = {version="1.21.2", features=["full"]}
env_logger="0.9.1" env_logger="0.11.0"
log = "0.4.17" log = "0.4.17"
dotenv = "0.15.0" dotenv = "0.15.0"