Skip to content

Commit

Permalink
Merge pull request #107 from rscarson/dependabot/cargo/regex-1.9.5
Browse files Browse the repository at this point in the history
Bump regex from 1.9.4 to 1.9.5
  • Loading branch information
rscarson authored Sep 19, 2023
2 parents 91afdda + 66ca070 commit 72e8995
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 @@ -17,7 +17,7 @@ crypto-functions = ["md-5", "sha2"]
encoding-functions = ["base64", "urlencoding"]

[dependencies]
regex = "1.9.4"
regex = "1.9.5"
pest = "2.5.6"
pest_derive = "2.7.3"
serde = { version = "1.0.160", features = ["derive"] }
Expand Down

0 comments on commit 72e8995

Please sign in to comment.