Skip to content

Commit

Permalink
fix(deps): update rust crate regex to 1.10.3 (#127)
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 Jan 21, 2024
1 parent 09fcc3b commit d6a0325
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 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 crates/rustlings/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ indicatif = "0.17.7"
console = "0.15.8"
notify = "4.0.17"
toml = "0.8.8"
regex = "1.10.2"
regex = "1.10.3"
serde = {version = "1.0.195", features = ["derive"]}

[[bin]]
Expand Down

0 comments on commit d6a0325

Please sign in to comment.