Skip to content

Commit 83c4f77

Browse files
authored
Merge pull request #736 from JakeStanger/dependabot/cargo/regex-1.11.0
build(deps): bump regex from 1.10.6 to 1.11.0
2 parents 9d430b1 + a77c150 commit 83c4f77

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Cargo.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ futures-util = { version = "0.3.30", optional = true }
163163

164164
# shared
165165
futures-lite = { version = "2.3.0", optional = true } # network_manager, upower, workspaces
166-
regex = { version = "1.10.6", default-features = false, features = [
166+
regex = { version = "1.11.0", default-features = false, features = [
167167
"std",
168168
], optional = true } # music, sys_info
169169
zbus = { version = "3.15.2", default-features = false, features = ["tokio"], optional = true } # network_manager, notifications, upower

0 commit comments

Comments
 (0)