diff --git a/Cargo.toml b/Cargo.toml index f1e0636..4f4b6bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"