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

This commit is contained in:
2024-04-19 18:41:22 +00:00
parent 3f499fd0b1
commit 6c6c9dc9fc
2 changed files with 4 additions and 4 deletions

View File

@@ -10,5 +10,5 @@ chrono = "0.4.38"
clap = { version = "4.5.4", features = ["derive", "env"] }
eyre = "0.6.12"
graphql_client = { version = "0.14.0", features = ["reqwest", "reqwest-blocking"] }
reqwest = { version = "0.12.3", features = ["blocking"] }
reqwest = { version = "0.12.4", features = ["blocking"] }
serde = { version = "1.0.198", features = ["derive"] }