1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-08-17 06:41:03 +02:00

Merge pull request #756 from JakeStanger/dependabot/cargo/regex-1.11.1

build(deps): bump regex from 1.11.0 to 1.11.1
This commit is contained in:
Jake Stanger 2024-10-30 13:24:03 +00:00 committed by GitHub
commit 9aaf5fca2e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -163,7 +163,7 @@ futures-util = { version = "0.3.31", optional = true }
# shared
futures-lite = { version = "2.3.0", optional = true } # network_manager, upower, workspaces
regex = { version = "1.11.0", default-features = false, features = [
regex = { version = "1.11.1", default-features = false, features = [
"std",
], optional = true } # music, sys_info
zbus = { version = "3.15.2", default-features = false, features = ["tokio"], optional = true } # network_manager, notifications, upower