diff --git a/Cargo.lock b/Cargo.lock index e30140d0..11b11deb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1128,7 +1128,7 @@ checksum = "b6fa3938c99da4914afedd13bf3d79bcb6c277d1b2c398d23257a304d9e1b074" [[package]] name = "starship" -version = "0.45.1" +version = "0.45.2" dependencies = [ "ansi_term 0.12.1", "attohttpc", diff --git a/Cargo.toml b/Cargo.toml index 62ef2231..8d13c5c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "starship" -version = "0.45.1" +version = "0.45.2" edition = "2018" authors = ["Matan Kushner "] homepage = "https://starship.rs"