Skip to content

Commit

Permalink
fix(deps): update dependencies (non-major) (#92)
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 Jul 7, 2023
1 parent 219bd6a commit 2d50a9a
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 23 deletions.
52 changes: 32 additions & 20 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions crates/rustlings/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ argh = "0.1.10"
indicatif = "0.17.5"
console = "0.15.7"
notify = "4.0.17"
toml = "0.7.5"
regex = "1.8.4"
serde = {version = "1.0.164", features = ["derive"]}
toml = "0.7.6"
regex = "1.9.1"
serde = {version = "1.0.167", features = ["derive"]}

[[bin]]
name = "rustlings"
Expand Down

0 comments on commit 2d50a9a

Please sign in to comment.