Skip to content

Commit

Permalink
chore(deps): update rust crate regex to 1.10 (#28)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 15, 2023
1 parent 1db2c6c commit e9315f9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 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 @@ -9,7 +9,7 @@ repository = "https://github.com/m1sk9/babyrite"
anyhow = { version = "1.0" }
dotenvy = { version = "0.15" }
once_cell = { version = "1.18" }
regex = { version = "1.9" }
regex = { version = "1.10" }
tracing = { version = "0.1" }
tracing-subscriber = { version = "0.3" }
typed-builder = { version = "0.16" }
Expand Down

0 comments on commit e9315f9

Please sign in to comment.