Merge pull request 'Update Rust crate nex-account to v0.2.5' (#56) from renovate/nex-account-0.x-lockfile into v0
Some checks failed
Build and Test / build-editions (DATABASE_SMM, super-mario-maker) (push) Has been cancelled
Build and Test / build-editions (minecraft-wiiu) (push) Has been cancelled
Build and Test / build-editions (splatoon-testfire) (push) Has been cancelled
Build and Test / build-editions (fast-racing-neo) (push) Has been cancelled
Build and Test / build-editions (DATABASE_SMM, puyopuyo) (push) Has been cancelled
Build and Test / build-editions (DATABASE_SMM, wii-sports-club) (push) Has been cancelled
Build and Test / build-editions (sonic-transformed) (push) Has been cancelled
Build and Test / build-editions (splatoon) (push) Has been cancelled
Build and Test / build-editions (mario-tennis) (push) Has been cancelled
Build and Test / build-editions (terraria) (push) Has been cancelled
Build and Test / build-editions (DATABASE_FRIENDS, friends) (push) Has been cancelled
Build and Test / build-editions (wii-u-chat) (push) Has been cancelled

Reviewed-on: #56
This commit is contained in:
redbinder0526 2026-08-08 06:42:58 +02:00
commit 476f8c7be3

42
Cargo.lock generated
View file

@ -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"
@ -771,7 +777,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
dependencies = [
"libc",
"windows-sys 0.61.2",
"windows-sys 0.52.0",
]
[[package]]
@ -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",
@ -1284,7 +1290,7 @@ dependencies = [
"libc",
"percent-encoding",
"pin-project-lite",
"socket2 0.6.3",
"socket2 0.5.10",
"tokio",
"tower-service",
"tracing",
@ -1662,11 +1668,11 @@ dependencies = [
[[package]]
name = "nex-account"
version = "0.2.4"
version = "0.2.5"
source = "sparse+https://crates.spbr.net/api/v1/crates/"
checksum = "6f1cfe935e71c764dfd6bad9b23372396f785408536c0a23fba379ef405117d3"
checksum = "7cb5867c4f4771dd7125dce1f911753cc9291b65cd7908c0e7ca182e7b2a57a3"
dependencies = [
"base64",
"base64 0.23.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.22.1",
"chrono",
"futures",
"hex",
@ -2764,7 +2770,7 @@ dependencies = [
"errno",
"libc",
"linux-raw-sys",
"windows-sys 0.61.2",
"windows-sys 0.52.0",
]
[[package]]
@ -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",
@ -3428,10 +3434,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
dependencies = [
"fastrand",
"getrandom 0.4.2",
"getrandom 0.3.4",
"once_cell",
"rustix",
"windows-sys 0.61.2",
"windows-sys 0.52.0",
]
[[package]]
@ -3610,7 +3616,7 @@ checksum = "ac2a5518c70fa84342385732db33fb3f44bc4cc748936eb5833d2df34d6445ef"
dependencies = [
"async-trait",
"axum",
"base64",
"base64 0.22.1",
"bytes",
"h2",
"http 1.4.0",
@ -3859,7 +3865,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",
@ -3882,7 +3888,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",
@ -4135,7 +4141,7 @@ version = "0.1.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
dependencies = [
"windows-sys 0.61.2",
"windows-sys 0.52.0",
]
[[package]]