Skip to content

Commit

Permalink
Bump dependencies and fix deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
jiegec committed Jun 4, 2022
1 parent ea6af48 commit 28d039b
Show file tree
Hide file tree
Showing 3 changed files with 99 additions and 72 deletions.
131 changes: 79 additions & 52 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ license = "MIT"

[dependencies]
chrono = "0.4.19"
clap = "2.33.3"
clap = "3.1.18"
failure = "0.1.8"
filebuffer = "0.4.0"
glob = "0.3.0"
indicatif = "0.16.2"
reqwest = { version = "0.11.2", features = ["blocking", "socks"] }
reqwest = { version = "0.11.10", features = ["blocking", "socks"] }
ring = "0.16.20"
toml = "0.5.8"
url = "2.2.1"
toml = "0.5.9"
url = "2.2.2"
hex = "0.4.3"

[package.metadata.deb]
Expand Down
Loading

0 comments on commit 28d039b

Please sign in to comment.