Skip to content

Commit

Permalink
Merge pull request #23 from psibi/update-clap
Browse files Browse the repository at this point in the history
Update clap and other dependencies
  • Loading branch information
snoyberg authored Jan 1, 2022
2 parents d1f7616 + ec259db commit 65e6c6e
Show file tree
Hide file tree
Showing 6 changed files with 167 additions and 85 deletions.
173 changes: 127 additions & 46 deletions Cargo.lock

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

27 changes: 14 additions & 13 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,25 @@ keywords = ["continuous-integration", "secrets", "encryption"]
categories = ["command-line-utilities"]

[dependencies]
aho-corasick = "0.7"
anyhow = "1"
clap = "~3.0.0-beta.2"
env_logger = "0.9"
fs-err = "2.6"
log = "0.4"
once_cell = "1.8"
serde = { version = "1", features = ["derive"] }
serde_yaml = "0.8.17"
serde_json = "1.0.66"
aho-corasick = "0.7.18"
anyhow = "1.0.52"
clap = { version = "3.0.0", features = ["derive", "env"]}
env_logger = "0.9.0"
fs-err = "2.6.0"
log = "0.4.14"
once_cell = "1.9.0"
serde = { version = "1.0.132", features = ["derive"] }
serde_yaml = "0.8.23"
serde_json = "1.0.73"
sodiumoxide = "0.2.7"

[build-dependencies]
anyhow = "1"
vergen = { version = "5.1.1", default-features = false, features = ["git"] }
anyhow = "1.0.52"
vergen = { version = "6.0.0", default-features = false, features = ["git"] }

[dev-dependencies]
tempfile = "3"
assert_cmd = "2.0.2"
tempfile = "3.2.0"

[profile.release]
panic = "abort"
Expand Down
Loading

0 comments on commit 65e6c6e

Please sign in to comment.