Skip to content

Commit

Permalink
Merge pull request #333 from svenstaro/dependabot/cargo/regex-1.10.3
Browse files Browse the repository at this point in the history
Bump regex from 1.10.2 to 1.10.3
  • Loading branch information
svenstaro authored Feb 14, 2024
2 parents f92d431 + 4c04b1b commit 241bac9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 @@ -25,7 +25,7 @@ i3ipc = { version = "0.10", optional = true }
itertools = "0.12"
log = "0.4"
pretty_env_logger = "0.5"
regex = "1.8"
regex = "1.10"
clap = { version = "4", features = ["derive", "cargo", "wrap_help", "deprecated"] }
anyhow = "1"
x11rb = { version = "0.13", features = ["allow-unsafe-code"] }
Expand Down

0 comments on commit 241bac9

Please sign in to comment.