Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
JR-1991 committed Aug 7, 2024
1 parent 2208f01 commit 3cb3ceb
Show file tree
Hide file tree
Showing 2 changed files with 127 additions and 44 deletions.
159 changes: 121 additions & 38 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 @@ -4,22 +4,22 @@ version = "0.1.1"
edition = "2021"

[dependencies]
clap = { version = "4.5.4", features = ["derive", "cargo"] }
clap = { version = "4.5.13", features = ["derive", "cargo"] }
colored = "2.1.0"
exitcode = "1.1.2"
regress = "0.10.0"
reqwest = { version = "0.12.4", features = ["blocking", "json", "multipart", "stream"] }
serde = { version = "1.0.201", features = ["derive"] }
serde_json = "1.0.117"
reqwest = { version = "0.12.5", features = ["blocking", "json", "multipart", "stream"] }
serde = { version = "1.0.204", features = ["derive"] }
serde_json = "1.0.122"
serde_yaml = "0.9.34"
typify = "0.1.0"
colored_json = "5.0.0"
structopt = "0.3.26"
atty = "0.2.14"
indicatif = "0.17.8"
tokio = { version = "1.37.0", features = ["full"] }
tokio = { version = "1.39.2", features = ["full"] }
tokio-util = "0.7.11"
bytes = "1.6.0"
bytes = "1.7.1"
futures = "0.3.30"
md5 = "0.7.0"

Expand Down

0 comments on commit 3cb3ceb

Please sign in to comment.