Skip to content

Commit

Permalink
Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
davidchalifoux committed Jan 19, 2024
1 parent 3a6395f commit c9c1ee6
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 17 deletions.
80 changes: 65 additions & 15 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ exclude = [".gitignore", ".github/*"]

[dependencies]
clap = { version = "4.4.6", features = ["derive"] }
confy = "0.5.1"
confy = "0.6.0"
serde = { version = "1.0.195", features = ["derive"] }
reqwest = { version = "0.11.23", features = ["json", "blocking", "multipart", "native-tls-vendored"] }
tabled = { version = "0.14.0", features = ["derive"] }
tabled = { version = "0.15.0", features = ["derive"] }
bytefmt = "0.1.7"
#openssl = { version = "0.10", features = ["vendored"] }
# indicatif = "0.17.3"
Expand Down

0 comments on commit c9c1ee6

Please sign in to comment.