Skip to content

Commit

Permalink
Update Rust crate clap to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 1, 2024
1 parent 8534f3b commit b4c64c1
Show file tree
Hide file tree
Showing 2 changed files with 171 additions and 67 deletions.
236 changes: 170 additions & 66 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 apps/oghma-admin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dotenv = "0.15.0"
env_logger = "0"
log = "0.4.21"
serde = "1.0.199"
clap = {version="3.2.25", features = ["derive"]}
clap = {version="4.5.4", features = ["derive"]}
oghma_graphql = {path= "../../libs/oghma_graphql" }
reqwest = { version = "0", features = ["json", "serde_json"] }
tokio = "1"
Expand Down

0 comments on commit b4c64c1

Please sign in to comment.