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

Commit 626ee06

Browse files
committed
Update cargo and crates-io deps
log: ``` Updating cargo v0.51.0 -> v0.52.0 Updating crates-io v0.31.1 -> v0.33.0 ```
1 parent 2f707aa commit 626ee06

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)