Skip to content

Commit

Permalink
Merge pull request #19 from jhheider/dependabot/cargo/regex-1.11.1
Browse files Browse the repository at this point in the history
Bump regex from 1.10.6 to 1.11.1
  • Loading branch information
jhheider authored Jan 10, 2025
2 parents 96710f5 + 2821430 commit 06167e7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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 lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ crate-type = ["cdylib", "rlib"]
[dependencies]
anyhow = "1.0.75"
lazy_static = "1.5.0"
regex = "1.9.5"
regex = "1.11.1"
serde = { version = "1.0.217", optional = true }
serde_json = { version = "1.0.135", optional = true }

Expand Down

0 comments on commit 06167e7

Please sign in to comment.