Skip to content

Commit

Permalink
fix(deps): update rust crate regex to 1.9.6 (#113)
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 Sep 30, 2023
1 parent 57440a1 commit 4fc0284
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.7"
notify = "4.0.17"
toml = "0.8.1"
regex = "1.9.5"
regex = "1.9.6"
serde = {version = "1.0.188", features = ["derive"]}

[[bin]]
Expand Down

0 comments on commit 4fc0284

Please sign in to comment.