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:
renovate[bot] 2023-12-13 08:17:53 +02:00 committed by GitHub
parent 14c24f3fc7
commit 838dc7a2ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"