Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Commit

Permalink
Auto merge of #183 - JohnTitor:update-cargo, r=Xanewok
Browse files Browse the repository at this point in the history
Update `cargo` and `crates-io` deps

log:
```
Updating cargo v0.51.0 -> v0.52.0
Updating crates-io v0.31.1 -> v0.33.0
```

Closes #180
  • Loading branch information
bors committed Mar 29, 2021
2 parents 2f707aa + 626ee06 commit fb6347f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
9 changes: 4 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ license-file = "LICENSE"
edition = "2018"

[dependencies]
cargo = "0.51"
crates-io = "0.31" # Keep in sync with version pulled by Cargo
cargo = "0.52"
crates-io = "0.33" # Keep in sync with version pulled by Cargo
curl = "0.4.35"
env_logger = "0.8"
anyhow = "1.0.40"
Expand Down

0 comments on commit fb6347f

Please sign in to comment.