Update Rust crate base64 to 0.23.0
Some checks failed
Build and Test / puyopuyo (push) Successful in 22m29s
Build and Test / splatoon (push) Successful in 7m48s
Build and Test / terraria (push) Successful in 6m11s
Build and Test / wii-u-chat (push) Successful in 25m27s
Build and Test / friends (push) Successful in 6m54s
Build and Test / minecraft-wiiu (push) Successful in 26m32s
Build and Test / super-mario-maker (push) Successful in 7m37s
Build and Test / splatoon-testfire (push) Successful in 27m56s
Build and Test / wii-sports-club (push) Successful in 28m28s
Build and Test / sonic-transformed (push) Failing after 1m24s
Build and Test / mario-tennis (push) Successful in 20m17s
Build and Test / fast-racing-neo (push) Successful in 20m31s
Some checks failed
Build and Test / puyopuyo (push) Successful in 22m29s
Build and Test / splatoon (push) Successful in 7m48s
Build and Test / terraria (push) Successful in 6m11s
Build and Test / wii-u-chat (push) Successful in 25m27s
Build and Test / friends (push) Successful in 6m54s
Build and Test / minecraft-wiiu (push) Successful in 26m32s
Build and Test / super-mario-maker (push) Successful in 7m37s
Build and Test / splatoon-testfire (push) Successful in 27m56s
Build and Test / wii-sports-club (push) Successful in 28m28s
Build and Test / sonic-transformed (push) Failing after 1m24s
Build and Test / mario-tennis (push) Successful in 20m17s
Build and Test / fast-racing-neo (push) Successful in 20m31s
This commit is contained in:
parent
e433de67f3
commit
0107a4b962
2 changed files with 17 additions and 11 deletions
26
Cargo.lock
generated
26
Cargo.lock
generated
|
|
@ -302,6 +302,12 @@ version = "0.22.1"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
||||
|
||||
[[package]]
|
||||
name = "base64"
|
||||
version = "0.23.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ac07cdecf99051d9a5238b80f35af32cdeba5b336e55d957b318b50137e18da5"
|
||||
|
||||
[[package]]
|
||||
name = "base64ct"
|
||||
version = "1.8.3"
|
||||
|
|
@ -1273,7 +1279,7 @@ version = "0.1.20"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
|
||||
dependencies = [
|
||||
"base64",
|
||||
"base64 0.22.1",
|
||||
"bytes",
|
||||
"futures-channel",
|
||||
"futures-util",
|
||||
|
|
@ -1666,7 +1672,7 @@ version = "0.2.4"
|
|||
source = "sparse+https://crates.spbr.net/api/v1/crates/"
|
||||
checksum = "6f1cfe935e71c764dfd6bad9b23372396f785408536c0a23fba379ef405117d3"
|
||||
dependencies = [
|
||||
"base64",
|
||||
"base64 0.22.1",
|
||||
"bytemuck",
|
||||
"hmac",
|
||||
"log",
|
||||
|
|
@ -2375,7 +2381,7 @@ version = "0.13.4"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "219c5811de6525e5416c7d5d53bb656d3afdbc6c5af816e0802bcfa42dbdc1c3"
|
||||
dependencies = [
|
||||
"base64",
|
||||
"base64 0.22.1",
|
||||
"bytes",
|
||||
"futures-channel",
|
||||
"futures-core",
|
||||
|
|
@ -2479,7 +2485,7 @@ dependencies = [
|
|||
name = "rnex-ds"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"base64",
|
||||
"base64 0.23.1",
|
||||
"chrono",
|
||||
"futures",
|
||||
"hex",
|
||||
|
|
@ -3152,7 +3158,7 @@ source = "sparse+https://crates.spbr.net/api/v1/crates/"
|
|||
checksum = "04f4e4710d23bb730a95d00b853e304a4c1c9e86276792cd32a92057e9833452"
|
||||
dependencies = [
|
||||
"aes",
|
||||
"base64",
|
||||
"base64 0.22.1",
|
||||
"bytemuck",
|
||||
"hmac",
|
||||
"hybrid-array",
|
||||
|
|
@ -3189,7 +3195,7 @@ version = "0.9.0"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "05b44e85bf579a8eeb4ceaa77a3a523baf2bf0e9bac7e40f405d537b5d2d5ccb"
|
||||
dependencies = [
|
||||
"base64",
|
||||
"base64 0.22.1",
|
||||
"bytes",
|
||||
"cfg-if",
|
||||
"chrono",
|
||||
|
|
@ -3291,7 +3297,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
checksum = "87a2bdd6e83f6b3ea525ca9fee568030508b58355a43d0b2c1674d5f79dcd65e"
|
||||
dependencies = [
|
||||
"atoi",
|
||||
"base64",
|
||||
"base64 0.22.1",
|
||||
"bitflags",
|
||||
"byteorder",
|
||||
"chrono",
|
||||
|
|
@ -3599,7 +3605,7 @@ checksum = "ac2a5518c70fa84342385732db33fb3f44bc4cc748936eb5833d2df34d6445ef"
|
|||
dependencies = [
|
||||
"async-trait",
|
||||
"axum",
|
||||
"base64",
|
||||
"base64 0.22.1",
|
||||
"bytes",
|
||||
"h2",
|
||||
"http 1.4.0",
|
||||
|
|
@ -3848,7 +3854,7 @@ version = "3.3.0"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "dea7109cdcd5864d4eeb1b58a1648dc9bf520360d7af16ec26d0a9354bafcfc0"
|
||||
dependencies = [
|
||||
"base64",
|
||||
"base64 0.22.1",
|
||||
"cookie_store",
|
||||
"der",
|
||||
"flate2",
|
||||
|
|
@ -3871,7 +3877,7 @@ version = "0.6.0"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "e994ba84b0bd1b1b0cf92878b7ef898a5c1760108fe7b6010327e274917a808c"
|
||||
dependencies = [
|
||||
"base64",
|
||||
"base64 0.22.1",
|
||||
"http 1.4.0",
|
||||
"httparse",
|
||||
"log",
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ thiserror = "2.0.18"
|
|||
chrono = "0.4.45"
|
||||
sha2 = "0.11.0"
|
||||
hmac = "0.13.0"
|
||||
base64 = "0.22.1"
|
||||
base64 = "0.23.0"
|
||||
serde_json = "1.0.150"
|
||||
hex = "0.4.3"
|
||||
urlencoding = "2.1.3"
|
||||
|
|
|
|||
Loading…
Reference in a new issue