Skip to content

Commit

Permalink
Merge pull request #638 from rami3l/dependabot/cargo/regex-1.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 1, 2023
2 parents fccb9b7 + 335f6ba commit ae325f0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 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 @@ -68,7 +68,7 @@ macro_rules_attribute = "0.2.0"
once_cell = "1.18.0"
pacaptr-macros = { path = "crates/pacaptr-macros", version = "0.19.0" }
paste = "1.0.14"
regex = { version = "1.9.3", default-features = false, features = [
regex = { version = "1.9.4", default-features = false, features = [
"std",
"perf",
"unicode-case",
Expand Down
2 changes: 1 addition & 1 deletion crates/pacaptr-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ litrs = "0.4.0"
once_cell = "1.18.0"
proc-macro2 = "1.0.66"
quote = "1.0.33"
regex = "1.9.3"
regex = "1.9.4"
syn = "2.0.29"
tabled = "0.14.0"

0 comments on commit ae325f0

Please sign in to comment.