Skip to content

Commit

Permalink
test this
Browse files Browse the repository at this point in the history
  • Loading branch information
Alw3ys committed Mar 21, 2024
1 parent bef0d35 commit 621bd3e
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 7 deletions.
69 changes: 64 additions & 5 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 cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ once_cell = "1.19.0"
home = "0.5.9"
flate2 = "1.0.28"
tar = "0.4.40"
reqwest = { version = "0.11.23", features = ["blocking", "json", "multipart"] }
reqwest = { version = "0.12", features = ["blocking", "json", "multipart"] }
sysinfo = { version = "0.30.5" }
webbrowser = { version = "0.8.12" }
tiny_http = { version = "0.12.0" }
ignore = { version = "0.4.22" }
regex = "1.10.3"
git2 = "0.18.1"
git2 = { version = "0.18.1",features = ["vendored-openssl"] }
tempfile = "3.10.1"

0 comments on commit 621bd3e

Please sign in to comment.