Skip to content

Commit

Permalink
Update Cargo Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 16, 2022
1 parent e62ccee commit 73034d2
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 38 deletions.
56 changes: 28 additions & 28 deletions Cargo.lock

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

20 changes: 10 additions & 10 deletions Cargo.toml
Expand Up @@ -9,24 +9,24 @@ version = "0.5.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.58"
clap = {version = "3.2.16", features = ["derive"]}
clap_complete = "3.2.3"
config = {version = "0.13.1", features = ["ini", "yaml"]}
anyhow = "1.0.62"
clap = {version = "3.2.17", features = ["derive"]}
clap_complete = "3.2.4"
config = {version = "0.13.2", features = ["ini", "yaml"]}
dirs = "4.0.0"
handlebars = "4.3.3"
log = "0.4.17"
maplit = "1.0.2"
once_cell = "1.13.0"
once_cell = "1.13.1"
regex = "1.6.0"
rust-ini = "0.18.0"
serde = {version = "1.0.140", features = ["derive"]}
serde_derive = "1.0.140"
serde_json = "1.0.82"
serde_yaml = "0.9.2"
serde = {version = "1.0.143", features = ["derive"]}
serde_derive = "1.0.143"
serde_json = "1.0.83"
serde_yaml = "0.9.9"
simplelog = {version = "0.12.0", features = ["paris", "ansi_term"]}
skim = "0.9.4"
thiserror = "1.0.31"
thiserror = "1.0.32"

[dev-dependencies]
rstest = "0.15.0"
Expand Down

0 comments on commit 73034d2

Please sign in to comment.