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 30, 2023
1 parent ccc4067 commit 99f0f32
Show file tree
Hide file tree
Showing 2 changed files with 156 additions and 38 deletions.
188 changes: 153 additions & 35 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.17.0"
tempfile = "3.5.0"

0 comments on commit 99f0f32

Please sign in to comment.