Update Rust crate reqwest to 0.11.27
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-03-19 19:16:22 +00:00
parent 990f509b3f
commit 13c7064a07
2 changed files with 3 additions and 3 deletions

View File

@@ -10,5 +10,5 @@ chrono = "0.4.35"
clap = { version = "4.5.3", features = ["derive", "env"] }
eyre = "0.6.12"
graphql_client = { version = "0.13.0", features = ["reqwest", "reqwest-blocking"] }
reqwest = { version = "0.11.26", features = ["blocking"] }
reqwest = { version = "0.11.27", features = ["blocking"] }
serde = { version = "1.0.197", features = ["derive"] }