Skip to content

Commit

Permalink
Merge pull request #232 from pombase/dependabot/cargo/regex-1.10.2
Browse files Browse the repository at this point in the history
Bump regex from 1.10.0 to 1.10.2
  • Loading branch information
kimrutherford authored Oct 16, 2023
2 parents 9ddca30 + 23441ec commit 3ea0430
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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ serde_with = "3.0"
serde_derive = "1.0"
serde_json = "1.0"
getopts = "*"
regex = "1.0"
regex = "1.10"
bit-set = "0.5"
chrono = { version = "0.4", default-features = false, features = ["clock", "std", "serde"] }
flate2 = "1.0"
Expand Down

0 comments on commit 3ea0430

Please sign in to comment.