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 Jan 6, 2024
1 parent ccc4067 commit fde255b
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 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.79"
clap = {version = "3.2.25", features = ["derive"]}
clap_complete = "3.2.5"
config = {version = "0.13.4", features = ["ini", "yaml"]}
dirs = "4.0.0"
handlebars = "4.3.3"
log = "0.4.17"
handlebars = "4.3.7"
log = "0.4.20"
maplit = "1.0.2"
once_cell = "1.16.0"
regex = "1.7.0"
regex = "1.7.3"
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"
simplelog = {version = "0.12.0", features = ["paris", "ansi_term"]}
skim = "0.10.2"
thiserror = "1.0.31"
serde = {version = "1.0.195", features = ["derive"]}
serde_derive = "1.0.195"
serde_json = "1.0.111"
serde_yaml = "0.9.30"
simplelog = {version = "0.12.1", features = ["paris", "ansi_term"]}
skim = "0.10.4"
thiserror = "1.0.56"

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

0 comments on commit fde255b

Please sign in to comment.