Compare commits

..

5 commits

Author SHA1 Message Date
a5a4f4f17e Update Rust crate async-trait to v0.1.89
Some checks failed
Build and Test / wii-u-chat (pull_request) Has been cancelled
Build and Test / splatoon (pull_request) Has been cancelled
Build and Test / friends (pull_request) Has been cancelled
Build and Test / super-mario-maker (pull_request) Has been cancelled
Build and Test / wii-u-chat (push) Has started running
Build and Test / splatoon (push) Has started running
Build and Test / friends (push) Has started running
Build and Test / super-mario-maker (push) Has started running
2026-04-28 15:04:14 +00:00
9563c050c8 Merge pull request 'Update Rust crate once_cell to v1.21.4' (#15) from renovate/once_cell-1.x-lockfile into v0
Some checks failed
Build and Test / wii-u-chat (push) Has been cancelled
Build and Test / super-mario-maker (push) Has been cancelled
Build and Test / friends (push) Has been cancelled
Build and Test / splatoon (push) Has been cancelled
2026-04-28 17:03:42 +02:00
ec66224b98 Merge pull request 'Update Rust crate log to v0.4.29' (#14) from renovate/log-0.x-lockfile into v0
Some checks are pending
Build and Test / wii-u-chat (push) Waiting to run
Build and Test / splatoon (push) Waiting to run
Build and Test / friends (push) Waiting to run
Build and Test / super-mario-maker (push) Waiting to run
2026-04-28 17:03:31 +02:00
af0b6d7a3b Update Rust crate once_cell to v1.21.4
Some checks failed
Build and Test / wii-u-chat (pull_request) Successful in 14m23s
Build and Test / splatoon (pull_request) Failing after 17m55s
Build and Test / friends (pull_request) Successful in 22m39s
Build and Test / super-mario-maker (pull_request) Failing after 27m39s
Build and Test / wii-u-chat (push) Successful in 25m47s
Build and Test / friends (push) Successful in 20m11s
Build and Test / splatoon (push) Failing after 26m7s
Build and Test / super-mario-maker (push) Failing after 29m9s
2026-04-28 14:20:41 +00:00
5d54d92e67 Update Rust crate log to v0.4.29
Some checks failed
Build and Test / wii-u-chat (pull_request) Successful in 14m52s
Build and Test / friends (pull_request) Successful in 14m45s
Build and Test / splatoon (pull_request) Failing after 22m36s
Build and Test / wii-u-chat (push) Successful in 15m1s
Build and Test / friends (push) Successful in 13m18s
Build and Test / splatoon (push) Failing after 20m11s
Build and Test / super-mario-maker (pull_request) Failing after 31m13s
Build and Test / super-mario-maker (push) Failing after 29m16s
2026-04-28 14:20:31 +00:00

8
Cargo.lock generated
View file

@ -1788,9 +1788,9 @@ dependencies = [
[[package]]
name = "log"
version = "0.4.27"
version = "0.4.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
[[package]]
name = "lru"
@ -1930,9 +1930,9 @@ dependencies = [
[[package]]
name = "once_cell"
version = "1.21.3"
version = "1.21.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
[[package]]
name = "openssl-probe"