fix(deps): update rust crate sha2 to 0.10.8 (#3575)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-12-12 09:32:02 +02:00 committed by GitHub
parent 7a1e1506f0
commit 39e057fbbf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ path = "src/main.rs"
apollo-router = { version = "^1.13.0" }
thiserror = "1.0.47"
reqwest = { version = "0.11.11", default-features = false, features = ["rustls-tls", "blocking", "json"] }
sha2 = { version = "0.10.2", features = ["std"] }
sha2 = { version = "0.10.8", features = ["std"] }
anyhow = "1"
tracing = "0.1"
async-trait = "0.1.74"