1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-04-19 19:34:24 +02:00

Merge pull request #178 from JakeStanger/dependabot/cargo/regex-1.8.4

build(deps): bump regex from 1.8.3 to 1.8.4
This commit is contained in:
Jake Stanger 2023-06-05 17:47:45 +01:00 committed by GitHub
commit 3b18e1d8a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -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",

View file

@ -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