mirror of
https://github.com/graphql-hive/console
synced 2026-05-23 00:58:36 +00:00
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:
parent
7a1e1506f0
commit
39e057fbbf
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue