diff --git a/Cargo.lock b/Cargo.lock index d6d37b8..a6e1bc9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2339,9 +2339,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.8.3" +version = "1.8.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81ca098a9821bd52d6b24fd8b10bd081f47d39c22778cafaa75a2857a62c6390" +checksum = "d0ab3ca65655bb1e41f2a8c8cd662eb4fb035e67c3f78da1d61dffe89d07300f" dependencies = [ "aho-corasick", "memchr", diff --git a/Cargo.toml b/Cargo.toml index b743750..0b62ef6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -102,4 +102,4 @@ hyprland = { version = "0.3.1", optional = true } futures-util = { version = "0.3.21", optional = true } # shared -regex = { version = "1.8.3", default-features = false, features = ["std"], optional = true } # music, sys_info +regex = { version = "1.8.4", default-features = false, features = ["std"], optional = true } # music, sys_info