Skip to content

Commit

Permalink
Update Cargo Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 16, 2023
1 parent ccc4067 commit 544ffde
Show file tree
Hide file tree
Showing 2 changed files with 149 additions and 32 deletions.
175 changes: 146 additions & 29 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dirs = "4.0.0"
handlebars = "4.3.3"
log = "0.4.17"
maplit = "1.0.2"
once_cell = "1.16.0"
once_cell = "1.17.1"
regex = "1.7.0"
rust-ini = "0.18.0"
serde = {version = "1.0.140", features = ["derive"]}
Expand All @@ -29,5 +29,5 @@ skim = "0.10.2"
thiserror = "1.0.31"

[dev-dependencies]
rstest = "0.15.0"
tempfile = "3.3.0"
rstest = "0.16.0"
tempfile = "3.4.0"

0 comments on commit 544ffde

Please sign in to comment.