diff --git a/Cargo.lock b/Cargo.lock index 24e86541..a2105522 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1426,9 +1426,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.5.5" +version = "1.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286" +checksum = "48aaa5748ba571fb95cd2c85c09f629215d3a6ece942baa100950af03a34f733" dependencies = [ "aho-corasick", "memchr", @@ -1443,9 +1443,9 @@ checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" [[package]] name = "regex-syntax" -version = "0.6.25" +version = "0.6.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b" +checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848" [[package]] name = "roff" diff --git a/Cargo.toml b/Cargo.toml index b3db4fa9..2ad0915a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -83,7 +83,7 @@ kstring = { version = "2.0.0", features = ["arc"] } log = { version = "0.4.17", optional = true } nvml-wrapper = { version = "0.8.0", optional = true } once_cell = "1.5.2" -regex = "1.5.5" +regex = "1.7.1" serde = { version = "1.0.152", features = ["derive"] } starship-battery = { version = "0.7.9", optional = true } sysinfo = "0.26.7"