mirror of
https://github.com/graphql-hive/console
synced 2026-05-23 09:08:34 +00:00
fix(deps): update rust crate reqwest to 0.11.22 (#3574)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
14c24f3fc7
commit
838dc7a2ab
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ path = "src/main.rs"
|
|||
[dependencies]
|
||||
apollo-router = { version = "^1.13.0" }
|
||||
thiserror = "1.0.47"
|
||||
reqwest = { version = "0.11.11", default-features = false, features = ["rustls-tls", "blocking", "json"] }
|
||||
reqwest = { version = "0.11.22", default-features = false, features = ["rustls-tls", "blocking", "json"] }
|
||||
sha2 = { version = "0.10.8", features = ["std"] }
|
||||
anyhow = "1"
|
||||
tracing = "0.1"
|
||||
|
|
|
|||
Loading…
Reference in a new issue