diff --git a/Cargo.lock b/Cargo.lock index 5dc671dd..2b20dc83 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1026,9 +1026,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.4.1" +version = "1.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8963b85b8ce3074fecffde43b4b0dded83ce2f367dc8d363afc56679f3ee820b" +checksum = "38cf2c13ed4745de91a5eb834e11c00bcc3709e773173b2ce4c56c9fbde04b9c" dependencies = [ "aho-corasick", "memchr", @@ -1038,9 +1038,9 @@ dependencies = [ [[package]] name = "regex-syntax" -version = "0.6.20" +version = "0.6.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8cab7a364d15cde1e505267766a2d3c4e22a843e1a601f0fa7564c0f82ced11c" +checksum = "3b181ba2dcf07aaccad5448e8ead58db5b742cf85dfe035e2227f137a539a189" [[package]] name = "remove_dir_all" diff --git a/Cargo.toml b/Cargo.toml index 14056097..83d9a82e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ starship_module_config_derive = { version = "0.1.2", path = "starship_module_con yaml-rust = "0.4" pest = "^2.1" pest_derive = "^2.1" -regex = "1.4.1" +regex = "1.4.2" os_info = "3.0.1" urlencoding = "1.1.1" open = "1.4.0"