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

This commit is contained in:
2023-03-27 16:07:22 +00:00
parent bed51de267
commit cb1c04fb9c
2 changed files with 3 additions and 3 deletions

View File

@@ -10,5 +10,5 @@ chrono = "0.4.24"
clap = { version = "4.1.13", features = ["derive", "env"] }
eyre = "0.6.8"
graphql_client = { version = "0.12.0", features = ["reqwest", "reqwest-blocking"] }
reqwest = { version = "0.11.15", features = ["blocking"] }
reqwest = { version = "0.11.16", features = ["blocking"] }
serde = { version = "1.0.158", features = ["derive"] }