Skip to content

Commit

Permalink
⬆️ Bumped dep-versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ThijmenGThN committed Sep 1, 2024
1 parent 36b0537 commit dc9bd6c
Show file tree
Hide file tree
Showing 2 changed files with 83 additions and 54 deletions.
125 changes: 77 additions & 48 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ repository = "https://github.com/ThijmenGThN/swaparr"
description = "A robust solution addressing stalled downloads in Starr apps."

[dependencies]
tabled = { version = "0.15.0" }
bytesize = { version = "1.3.0" }
humantime = { version = "2.1.0" }
ms-converter = { version = "1.4.0" }
serde = { version = "1.0.204", features = ["derive"] }
reqwest = { version = "0.12.5", features = ["blocking", "json", "rustls-tls"], default-features = false }
tabled = { version = "0.16.0" }
bytesize = { version = "1.3" }
humantime = { version = "2.1" }
ms-converter = { version = "1.4" }
serde = { version = "1.0.209", features = ["derive"] }
reqwest = { version = "0.12.7", features = ["blocking", "json", "rustls-tls"], default-features = false }

0 comments on commit dc9bd6c

Please sign in to comment.