diff --git a/Cargo.lock b/Cargo.lock index 01702a3c..5292b3e2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1383,9 +1383,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.5.3" +version = "1.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ce5f1ceb7f74abbce32601642fcf8e8508a8a8991e0621c7d750295b9095702b" +checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461" dependencies = [ "aho-corasick", "memchr", diff --git a/Cargo.toml b/Cargo.toml index b4b64f57..2d5ab331 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ starship_module_config_derive = { version = "0.2.1", path = "starship_module_con yaml-rust = "0.4.5" pest = "2.1.3" pest_derive = "2.1.0" -regex = "1.5.3" +regex = "1.5.4" os_info = "3.0.4" urlencoding = "1.1.1" open = "1.7.0"