Skip to content

Commit

Permalink
Merge pull request #54 from zeenix/renovate/regex-1.x
Browse files Browse the repository at this point in the history
⬆️ Update Rust crate regex to 1.10.2
  • Loading branch information
zeenix authored Dec 20, 2023
2 parents 2e6dac2 + dd835f4 commit dcee647
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 7 deletions.
24 changes: 18 additions & 6 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 @@ -15,7 +15,7 @@ categories = ["development-tools"]
clap = { version = "4.4.11", features = ["derive"] }
crossterm = { version = "0.27.0", features = ["use-dev-tty"] }
ratatui = "0.25.0"
regex = { version = "1.8.2", default-features = false, features = ["std", "perf", "unicode-case" ] }
regex = { version = "1.10.2", default-features = false, features = ["std", "perf", "unicode-case" ] }
arboard = { version = "3.3.0", default-features = false, features = ["wayland-data-control"] }
terminal-light = "1.1.1"

Expand Down

0 comments on commit dcee647

Please sign in to comment.