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

Commit fb6347f

Browse files
committed
Auto merge of #183 - JohnTitor:update-cargo, r=Xanewok
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
2 parents 2f707aa + 626ee06 commit fb6347f

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

Cargo.lock

+4-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ license-file = "LICENSE"
1111
edition = "2018"
1212

1313
[dependencies]
14-
cargo = "0.51"
15-
crates-io = "0.31" # Keep in sync with version pulled by Cargo
14+
cargo = "0.52"
15+
crates-io = "0.33" # Keep in sync with version pulled by Cargo
1616
curl = "0.4.35"
1717
env_logger = "0.8"
1818
anyhow = "1.0.40"

0 commit comments

Comments
 (0)