diff --git a/Cargo.lock b/Cargo.lock index 7be7626df..ef764cd4b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1115,7 +1115,7 @@ checksum = "c7cb5678e1615754284ec264d9bb5b4c27d2018577fd90ac0ceb578591ed5ee4" [[package]] name = "starship" -version = "0.41.2" +version = "0.41.3" dependencies = [ "ansi_term 0.12.1", "attohttpc", diff --git a/Cargo.toml b/Cargo.toml index 9e1bde5e3..20b7da76e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "starship" -version = "0.41.2" +version = "0.41.3" edition = "2018" authors = ["Matan Kushner "] homepage = "https://starship.rs"