Update all dependencies
Some checks failed
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is failing

This commit is contained in:
Kasper Juul Hermansen 2024-02-02 13:02:45 +00:00
parent acb12c1e33
commit ef00dd4030
3 changed files with 446 additions and 166 deletions

600
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

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

View File

@ -6,6 +6,6 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
transmission-rpc = "0.3.7"
env_logger="0.9.1"
log = "0.4.17"
transmission-rpc = "0.4.2"
env_logger="0.11.1"
log = "0.4.20"