Merge pull request 'Update Rust crate clap to 4.3.10' (#50) from renovate/all into main
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-06-30 02:14:53 +00:00
committed by Gitea
parent ba6625fc15
commit 47f46db627
2 changed files with 5 additions and 6 deletions

View File

@@ -7,7 +7,7 @@ edition = "2021"
[dependencies]
chrono = "0.4.26"
clap = { version = "4.3.9", features = ["derive", "env"] }
clap = { version = "4.3.10", features = ["derive", "env"] }
eyre = "0.6.8"
graphql_client = { version = "0.13.0", features = ["reqwest", "reqwest-blocking"] }
reqwest = { version = "0.11.18", features = ["blocking"] }