Skip to content

Commit

Permalink
Merge pull request #756 from JakeStanger/dependabot/cargo/regex-1.11.1
Browse files Browse the repository at this point in the history
build(deps): bump regex from 1.11.0 to 1.11.1
  • Loading branch information
JakeStanger authored Oct 30, 2024
2 parents 1aebbbe + cfd96ef commit 9aaf5fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9aaf5fc

Please sign in to comment.