Update all dependencies #8

Open
kjuulh wants to merge 1 commits from renovate/all into main
3 changed files with 940 additions and 321 deletions
Showing only changes of commit 4221ed3681 - Show all commits

1255
Cargo.lock generated

File diff suppressed because it is too large Load Diff

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"

View File

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