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 Jul 5, 2022
1 parent c0f7816 commit 22d245f
Show file tree
Hide file tree
Showing 2 changed files with 148 additions and 29 deletions.
167 changes: 143 additions & 24 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ version = "0.4.1"

[dependencies]
anyhow = "1.0.57"
clap = {version = "3.1.18", features = ["derive"]}
clap_complete = "3.1.4"
clap = {version = "3.2.8", features = ["derive"]}
clap_complete = "3.2.3"
config = {version = "0.13.1", features = ["ini", "yaml"]}
dirs = "4.0.0"
handlebars = "4.2.2"
handlebars = "4.3.1"
log = "0.4.17"
once_cell = "1.10.0"
once_cell = "1.13.0"
regex = "1.5.6"
rust-ini = "0.18.0"
serde = {version = "1.0.137", features = ["derive"]}
Expand All @@ -28,5 +28,5 @@ skim = "0.9.4"
thiserror = "1.0.31"

[dev-dependencies]
rstest = "0.12.0"
rstest = "0.15.0"
tempfile = "3.3.0"

0 comments on commit 22d245f

Please sign in to comment.