Skip to content

Commit

Permalink
Upgrade tera and clap
Browse files Browse the repository at this point in the history
  • Loading branch information
chevdor committed Jul 6, 2022
1 parent ab76fc1 commit deb654e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ readme = "README.md"
version = "0.2.2"

[dependencies]
clap = {version = "3.0", features = ["derive", "env", "unicode", "cargo"]}
clap = {version = "3.2", features = ["derive", "env", "unicode", "cargo"]}
env_logger = "0.9"
log = "0.4"
serde = "1.0"
serde_json = {version = "1.0", optional = false}
serde_yaml = {version = "0.8", optional = false}
tera = "1.12"
tera = "1.16"
toml = {version = "0.5", optional = false}

[dev-dependencies]
Expand Down

0 comments on commit deb654e

Please sign in to comment.