Merge pull request 'Update all dependencies' (#46) from renovate/all into main
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-06-20 16:19:55 +00:00
committed by Gitea
parent 8cb80d28e2
commit 067585c325
2 changed files with 29 additions and 33 deletions

View File

@@ -6,9 +6,9 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
chrono = "0.4.24"
clap = { version = "4.3.0", features = ["derive", "env"] }
chrono = "0.4.26"
clap = { version = "4.3.5", features = ["derive", "env"] }
eyre = "0.6.8"
graphql_client = { version = "0.12.0", features = ["reqwest", "reqwest-blocking"] }
graphql_client = { version = "0.13.0", features = ["reqwest", "reqwest-blocking"] }
reqwest = { version = "0.11.18", features = ["blocking"] }
serde = { version = "1.0.163", features = ["derive"] }
serde = { version = "1.0.164", features = ["derive"] }