Update Rust crate sha2 to 0.11.0
Some checks failed
Build and Test / fast-racing-neo (push) Successful in 11m45s
Build and Test / sonic-transformed (push) Successful in 11m58s
Build and Test / minecraft-wiiu (push) Successful in 12m0s
Build and Test / wii-u-chat (push) Successful in 12m1s
Build and Test / splatoon (push) Successful in 12m4s
Build and Test / mario-tennis (push) Successful in 12m6s
Build and Test / wii-sports-club (push) Successful in 12m20s
Build and Test / splatoon-testfire (push) Successful in 12m23s
Build and Test / friends (push) Successful in 10m33s
Build and Test / puyopuyo (push) Successful in 13m0s
Build and Test / super-mario-maker (push) Failing after 11m10s
Some checks failed
Build and Test / fast-racing-neo (push) Successful in 11m45s
Build and Test / sonic-transformed (push) Successful in 11m58s
Build and Test / minecraft-wiiu (push) Successful in 12m0s
Build and Test / wii-u-chat (push) Successful in 12m1s
Build and Test / splatoon (push) Successful in 12m4s
Build and Test / mario-tennis (push) Successful in 12m6s
Build and Test / wii-sports-club (push) Successful in 12m20s
Build and Test / splatoon-testfire (push) Successful in 12m23s
Build and Test / friends (push) Successful in 10m33s
Build and Test / puyopuyo (push) Successful in 13m0s
Build and Test / super-mario-maker (push) Failing after 11m10s
This commit is contained in:
parent
7dd502aa7a
commit
0c44504bba
2 changed files with 2 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -3254,7 +3254,7 @@ dependencies = [
|
|||
"sentry-tracing",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"sha2 0.10.9",
|
||||
"sha2 0.11.0",
|
||||
"simplelog",
|
||||
"sqlx",
|
||||
"thiserror",
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ sqlx = { version = "0.9.0", optional = true, features = ["postgres", "runtime-to
|
|||
aws-sdk-s3 = { version = "1.129.0", optional = true }
|
||||
aws-config = { version = "1.8.15", optional = true }
|
||||
base64 = "0.22.1"
|
||||
sha2 = "0.10.9"
|
||||
sha2 = "0.11.0"
|
||||
urlencoding = "2.1.3"
|
||||
futures = "0.3.32"
|
||||
async-trait = "0.1.89"
|
||||
|
|
|
|||
Loading…
Reference in a new issue