Skip to content

Commit 7ce1ca2

Browse files
mykmelezjessebraham
authored andcommitted
update 'cargo' dependency to 0.72
1 parent af27af8 commit 7ce1ca2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cargo-espflash/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ thiserror = "1.0.40"
3737
toml = "0.7.4"
3838

3939
[target.'cfg(unix)'.dependencies]
40-
cargo = { version = "0.71.0", features = ["vendored-openssl"] }
40+
cargo = { version = "0.72.0", features = ["vendored-openssl"] }
4141

4242
[target.'cfg(windows)'.dependencies]
43-
cargo = "0.71.0"
43+
cargo = "0.72.0"

0 commit comments

Comments
 (0)