diff --git a/utils/install-from-manifest/Cargo.toml b/utils/install-from-manifest/Cargo.toml index c622cd0..1c86833 100644 --- a/utils/install-from-manifest/Cargo.toml +++ b/utils/install-from-manifest/Cargo.toml @@ -6,6 +6,6 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -cargo_toml = "0.20.0" +cargo_toml = "0.22.0" indicatif = "0.17.8" yansi = "1.0.0"