Skip to content

Commit

Permalink
Merge pull request #152 from amphitheatre-app/dependabot/cargo/clap-4…
Browse files Browse the repository at this point in the history
….5.0
  • Loading branch information
wangeguo authored Feb 15, 2024
2 parents 5574a0c + 0610a48 commit 9f0932d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 11 deletions.
26 changes: 16 additions & 10 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ amp-workflow = { path = "workflow" }

async-nats = "0.33.0"
async-trait = "0.1.77"
clap = { version = "4.4.18", features = ["derive", "env"] }
clap = { version = "4.5.0", features = ["derive", "env"] }
dotenv = "0.15.0"
futures = "0.3"
kube = { version = "0.88.0", default-features = false, features = ["runtime", "derive", "rustls-tls"] }
Expand Down

0 comments on commit 9f0932d

Please sign in to comment.