diff --git a/cargo-espflash/Cargo.toml b/cargo-espflash/Cargo.toml index 76dc71de..134adb44 100644 --- a/cargo-espflash/Cargo.toml +++ b/cargo-espflash/Cargo.toml @@ -37,7 +37,7 @@ thiserror = "1.0.40" toml = "0.7.4" [target.'cfg(unix)'.dependencies] -cargo = { version = "0.71.0", features = ["vendored-openssl"] } +cargo = { version = "0.72.0", features = ["vendored-openssl"] } [target.'cfg(windows)'.dependencies] -cargo = "0.71.0" +cargo = "0.72.0"