Skip to content

Commit

Permalink
update cargo to 0.56.0
Browse files Browse the repository at this point in the history
  • Loading branch information
msrd0 committed Sep 9, 2021
1 parent ced8f57 commit 5cc0829
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 50 deletions.
124 changes: 75 additions & 49 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ include = ["src/**/*", "Cargo.lock", "README.md", "LICENSE"]

[dependencies]
anyhow = "1.0"
cargo = { version = "0.55.0", features = ["openssl"] }
cargo = { version = "0.56.0", features = ["openssl"] }
clap = "=3.0.0-beta.4"
git2-curl = "0.14.1"
itertools = "0.10"
Expand Down

0 comments on commit 5cc0829

Please sign in to comment.