Update Rust crate ctor to v1.0.13 #67

Merged
redbinder0526 merged 1 commit from renovate/ctor-1.x-lockfile into v0 2026-08-10 03:25:58 +02:00
Showing only changes of commit f7f3f001e3 - Show all commits

Update Rust crate ctor to v1.0.13
All checks were successful
Build and Test / splatoon (push) Successful in 4m30s
Build and Test / mario-tennis (push) Successful in 4m43s
Build and Test / splatoon-testfire (push) Successful in 4m52s
Build and Test / minecraft-wiiu (push) Successful in 5m6s
Build and Test / super-mario-maker (push) Successful in 5m21s
Build and Test / fast-racing-neo (push) Successful in 6m6s
Build and Test / sonic-transformed (push) Successful in 6m7s
Build and Test / wii-sports-club (push) Successful in 6m34s
Build and Test / puyopuyo (push) Successful in 7m12s
Build and Test / terraria (push) Successful in 7m35s
Build and Test / friends (push) Successful in 7m40s
Build and Test / wii-u-chat (push) Successful in 7m39s

Spacebot 2026-08-09 22:03:14 +00:00

12
Cargo.lock generated
View file

@ -613,9 +613,9 @@ dependencies = [
[[package]]
name = "ctor"
version = "1.0.12"
version = "1.0.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d83cb7e7a873830708d6b02a78cd36a592c6fa14bf267b68725103b85c0d77f"
checksum = "914a755b7c2d4af2bdcff7ce1739e2db9a1b81a9b07123d8015786ae03c0980d"
dependencies = [
"link-section",
"linktime-proc-macro",
@ -1510,15 +1510,15 @@ dependencies = [
[[package]]
name = "link-section"
version = "0.19.2"
version = "0.19.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ee1a0d6e252afe82e7bc2db42fba60e02ddf3b1accaf8cb21d96e34ba61f3d4"
checksum = "39c29a617ce3df32c08497bdc1ab6e2376e0b17948ac166a2fbe5977c5954cd9"
[[package]]
name = "linktime-proc-macro"
version = "0.2.2"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "348d0075b1fc163b26d72a7f75fc5141daf2fd1bdf128d873cbaf6785d495bdf"
checksum = "7e57c38c1e860fd37c604281cdfb1dd2216977fd76a50f85ba2f388ef3219616"
[[package]]
name = "linux-raw-sys"