From c6004279762b14fac5928d437338160ddff9d4b6 Mon Sep 17 00:00:00 2001 From: Andreas Schaeffer Date: Wed, 6 Aug 2025 17:33:17 +0200 Subject: [PATCH 1/5] Mark generated book as generated content --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 9602cc4..a0969a9 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,3 @@ book/* linguist-documentation +book/book/* linguist-generated=true tools/* linguist-vendored From 994d4c551e0fd41b78bcfbdd171b388ab3c662c8 Mon Sep 17 00:00:00 2001 From: Andreas Schaeffer Date: Wed, 6 Aug 2025 20:28:56 +0200 Subject: [PATCH 2/5] Bump MSRV to 1.87.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9738c23..f6da85c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ license = "MIT" repository = "https://github.com/reactive-graph/sys" homepage = "https://www.reactive-graph.io/" keywords = ["graph", "reactive", "control-flow", "inexor"] -rust-version = "1.85.0" +rust-version = "1.87.0" [workspace.dependencies] async-std = "1.12" From 83399643a7b6c38437cd3c6f8f5caf7763276352 Mon Sep 17 00:00:00 2001 From: Andreas Schaeffer Date: Wed, 6 Aug 2025 20:29:18 +0200 Subject: [PATCH 3/5] Update Cargo.lock --- Cargo.lock | 511 ++++++++++++++++++++++++++--------------------------- 1 file changed, 246 insertions(+), 265 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 665d564..555357d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -13,9 +13,9 @@ dependencies = [ [[package]] name = "adler2" -version = "2.0.0" +version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627" +checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" [[package]] name = "adler32" @@ -25,14 +25,14 @@ checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234" [[package]] name = "ahash" -version = "0.8.11" +version = "0.8.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011" +checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75" dependencies = [ "cfg-if", "once_cell", "version_check", - "zerocopy 0.7.35", + "zerocopy", ] [[package]] @@ -58,9 +58,9 @@ dependencies = [ [[package]] name = "anstream" -version = "0.6.18" +version = "0.6.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b" +checksum = "3ae563653d1938f79b1ab1b5e668c87c76a9930414574a6583a7b7e11a8e6192" dependencies = [ "anstyle", "anstyle-parse", @@ -73,37 +73,37 @@ dependencies = [ [[package]] name = "anstyle" -version = "1.0.10" +version = "1.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9" +checksum = "862ed96ca487e809f1c8e5a8447f6ee2cf102f846893800b20cebdf541fc6bbd" [[package]] name = "anstyle-parse" -version = "0.2.6" +version = "0.2.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9" +checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2" dependencies = [ "utf8parse", ] [[package]] name = "anstyle-query" -version = "1.1.2" +version = "1.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c" +checksum = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2" dependencies = [ - "windows-sys 0.59.0", + "windows-sys 0.60.2", ] [[package]] name = "anstyle-wincon" -version = "3.0.7" +version = "3.0.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca3534e77181a9cc07539ad51f2141fe32f6c3ffd4df76db8ad92346b003ae4e" +checksum = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a" dependencies = [ "anstyle", - "once_cell", - "windows-sys 0.59.0", + "once_cell_polyfill", + "windows-sys 0.60.2", ] [[package]] @@ -131,9 +131,9 @@ dependencies = [ [[package]] name = "async-channel" -version = "2.3.1" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a" +checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2" dependencies = [ "concurrent-queue", "event-listener-strategy", @@ -161,7 +161,7 @@ version = "2.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c" dependencies = [ - "async-channel 2.3.1", + "async-channel 2.5.0", "async-executor", "async-io", "async-lock", @@ -172,9 +172,9 @@ dependencies = [ [[package]] name = "async-io" -version = "2.4.0" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059" +checksum = "19634d6336019ef220f09fd31168ce5c184b295cbf80345437cc36094ef223ca" dependencies = [ "async-lock", "cfg-if", @@ -185,17 +185,16 @@ dependencies = [ "polling", "rustix", "slab", - "tracing", - "windows-sys 0.59.0", + "windows-sys 0.60.2", ] [[package]] name = "async-lock" -version = "3.4.0" +version = "3.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18" +checksum = "5fd03604047cee9b6ce9de9f70c6cd540a0520c813cbd49bae61f33ab80ed1dc" dependencies = [ - "event-listener 5.4.0", + "event-listener 5.4.1", "event-listener-strategy", "pin-project-lite", ] @@ -240,7 +239,7 @@ checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5" dependencies = [ "proc-macro2", "quote", - "syn 2.0.101", + "syn 2.0.104", ] [[package]] @@ -251,15 +250,15 @@ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" [[package]] name = "autocfg" -version = "1.4.0" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" +checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" [[package]] name = "backtrace" -version = "0.3.74" +version = "0.3.75" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a" +checksum = "6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002" dependencies = [ "addr2line", "cfg-if", @@ -284,9 +283,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" [[package]] name = "bitflags" -version = "2.9.0" +version = "2.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd" +checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967" [[package]] name = "block-buffer" @@ -299,11 +298,11 @@ dependencies = [ [[package]] name = "blocking" -version = "1.6.1" +version = "1.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea" +checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21" dependencies = [ - "async-channel 2.3.1", + "async-channel 2.5.0", "async-task", "futures-io", "futures-lite", @@ -312,9 +311,9 @@ dependencies = [ [[package]] name = "bumpalo" -version = "3.17.0" +version = "3.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf" +checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43" [[package]] name = "byteorder" @@ -330,9 +329,9 @@ checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a" [[package]] name = "cc" -version = "1.2.21" +version = "1.2.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8691782945451c1c383942c4874dbe63814f61cb57ef773cda2972682b7bb3c0" +checksum = "c3a42d84bb6b69d3a8b3eaacf0d88f179e1929695e1ad012b6cf64d9caaa5fd2" dependencies = [ "shlex", ] @@ -350,9 +349,9 @@ dependencies = [ [[package]] name = "cfg-if" -version = "1.0.0" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" +checksum = "9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268" [[package]] name = "chrono" @@ -371,9 +370,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.37" +version = "4.5.43" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eccb054f56cbd38340b380d4a8e69ef1f02f1af43db2f0cc817a4774d80ae071" +checksum = "50fd97c9dc2399518aa331917ac6f274280ec5eb34e555dd291899745c48ec6f" dependencies = [ "clap_builder", "clap_derive", @@ -381,9 +380,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.37" +version = "4.5.43" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "efd9466fac8543255d3b1fcad4762c5e116ffe808c8a3043d4263cd4fd4862a2" +checksum = "c35b5830294e1fa0462034af85cc95225a4cb07092c088c55bda3147cfcd8f65" dependencies = [ "anstream", "anstyle", @@ -393,27 +392,27 @@ dependencies = [ [[package]] name = "clap_derive" -version = "4.5.32" +version = "4.5.41" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7" +checksum = "ef4f52386a59ca4c860f7393bcf8abd8dfd91ecccc0f774635ff68e92eeef491" dependencies = [ "heck", "proc-macro2", "quote", - "syn 2.0.101", + "syn 2.0.104", ] [[package]] name = "clap_lex" -version = "0.7.4" +version = "0.7.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6" +checksum = "b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675" [[package]] name = "colorchoice" -version = "1.0.3" +version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990" +checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75" [[package]] name = "colored" @@ -489,9 +488,9 @@ dependencies = [ [[package]] name = "crc32fast" -version = "1.4.2" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3" +checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511" dependencies = [ "cfg-if", ] @@ -583,7 +582,7 @@ dependencies = [ "proc-macro2", "quote", "strsim", - "syn 2.0.101", + "syn 2.0.104", ] [[package]] @@ -594,7 +593,7 @@ checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead" dependencies = [ "darling_core", "quote", - "syn 2.0.101", + "syn 2.0.104", ] [[package]] @@ -663,7 +662,7 @@ checksum = "bda628edc44c4bb645fbe0f758797143e4e07926f7ebf4e9bdfbd3d2ce621df3" dependencies = [ "proc-macro2", "quote", - "syn 2.0.101", + "syn 2.0.104", "unicode-xid", ] @@ -706,9 +705,9 @@ dependencies = [ [[package]] name = "dyn-clone" -version = "1.0.19" +version = "1.0.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c7a8fb8a9fbf66c1f703fe16184d10ca0ee9d23be5b4436400408ba54a95005" +checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555" [[package]] name = "either" @@ -724,12 +723,12 @@ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" [[package]] name = "errno" -version = "0.3.11" +version = "0.3.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "976dd42dc7e85965fe702eb8164f21f450704bdde31faefd6471dba214cb594e" +checksum = "778e2ac28f6c47af28e4907f13ffd1e1ddbd400980a9abd7c8df189bf578a5ad" dependencies = [ "libc", - "windows-sys 0.59.0", + "windows-sys 0.60.2", ] [[package]] @@ -740,9 +739,9 @@ checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" [[package]] name = "event-listener" -version = "5.4.0" +version = "5.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3492acde4c3fc54c845eaab3eed8bd00c7a7d881f78bfc801e43a93dec1331ae" +checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab" dependencies = [ "concurrent-queue", "parking", @@ -755,7 +754,7 @@ version = "0.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93" dependencies = [ - "event-listener 5.4.0", + "event-listener 5.4.1", "pin-project-lite", ] @@ -812,9 +811,9 @@ checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" [[package]] name = "futures-lite" -version = "2.6.0" +version = "2.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532" +checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad" dependencies = [ "fastrand 2.3.0", "futures-core", @@ -850,14 +849,14 @@ checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592" dependencies = [ "cfg-if", "libc", - "wasi 0.11.0+wasi-snapshot-preview1", + "wasi 0.11.1+wasi-snapshot-preview1", ] [[package]] name = "getrandom" -version = "0.3.2" +version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "73fea8450eea4bac3940448fb7ae50d91f034f941199fcd9d909a5a07aa455f0" +checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4" dependencies = [ "cfg-if", "libc", @@ -895,9 +894,9 @@ dependencies = [ [[package]] name = "hashbrown" -version = "0.15.3" +version = "0.15.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3" +checksum = "5971ac85611da7067dbfcabef3c70ebb5606018acd9e2a3903a0da507521e0d5" [[package]] name = "heck" @@ -907,15 +906,9 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" [[package]] name = "hermit-abi" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc" - -[[package]] -name = "hermit-abi" -version = "0.5.1" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f154ce46856750ed433c8649605bf7ed2de3bc35fd9d2a9f30cddd873c80cb08" +checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c" [[package]] name = "http" @@ -984,17 +977,17 @@ dependencies = [ "libflate", "proc-macro2", "quote", - "syn 2.0.101", + "syn 2.0.104", ] [[package]] name = "indexmap" -version = "2.9.0" +version = "2.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e" +checksum = "fe4cd85333e22411419a0bcae1297d25e58c9443848b11dc6a86fefe8c78a661" dependencies = [ "equivalent", - "hashbrown 0.15.3", + "hashbrown 0.15.4", ] [[package]] @@ -1012,7 +1005,7 @@ version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3" dependencies = [ - "bitflags 2.9.0", + "bitflags 2.9.1", "inotify-sys", "libc", ] @@ -1044,6 +1037,17 @@ dependencies = [ "rustversion", ] +[[package]] +name = "io-uring" +version = "0.7.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d93587f37623a1a17d94ef2bc9ada592f5465fe7732084ab7beefabe5c77c0c4" +dependencies = [ + "bitflags 2.9.1", + "cfg-if", + "libc", +] + [[package]] name = "is_terminal_polyfill" version = "1.70.1" @@ -1147,9 +1151,9 @@ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" [[package]] name = "libc" -version = "0.2.172" +version = "0.2.174" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa" +checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776" [[package]] name = "libflate" @@ -1177,11 +1181,11 @@ dependencies = [ [[package]] name = "libredox" -version = "0.1.3" +version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" +checksum = "391290121bad3d37fbddad76d8f5d1c1c314cfc646d143d7e07a3086ddff0ce3" dependencies = [ - "bitflags 2.9.0", + "bitflags 2.9.1", "libc", ] @@ -1198,15 +1202,15 @@ dependencies = [ [[package]] name = "linux-raw-sys" -version = "0.4.15" +version = "0.9.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab" +checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12" [[package]] name = "lock_api" -version = "0.4.12" +version = "0.4.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17" +checksum = "96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765" dependencies = [ "autocfg", "scopeguard", @@ -1265,9 +1269,9 @@ checksum = "2f926ade0c4e170215ae43342bf13b9310a437609c81f29f86c5df6657582ef9" [[package]] name = "memchr" -version = "2.7.4" +version = "2.7.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" +checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0" [[package]] name = "mime" @@ -1287,32 +1291,32 @@ dependencies = [ [[package]] name = "miniz_oxide" -version = "0.8.8" +version = "0.8.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a" +checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" dependencies = [ "adler2", ] [[package]] name = "mio" -version = "1.0.3" +version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd" +checksum = "78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c" dependencies = [ "libc", "log", - "wasi 0.11.0+wasi-snapshot-preview1", - "windows-sys 0.52.0", + "wasi 0.11.1+wasi-snapshot-preview1", + "windows-sys 0.59.0", ] [[package]] name = "notify" -version = "8.1.0" +version = "8.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3163f59cd3fa0e9ef8c32f242966a7b9994fd7378366099593e0e73077cd8c97" +checksum = "4d3d07927151ff8575b7087f245456e549fea62edf0ec4e565a5ee50c8402bc3" dependencies = [ - "bitflags 2.9.0", + "bitflags 2.9.1", "crossbeam-channel", "fsevent-sys", "inotify", @@ -1349,7 +1353,7 @@ version = "1.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b" dependencies = [ - "hermit-abi 0.5.1", + "hermit-abi", "libc", ] @@ -1368,6 +1372,12 @@ version = "1.21.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" +[[package]] +name = "once_cell_polyfill" +version = "1.70.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad" + [[package]] name = "option-ext" version = "0.2.0" @@ -1391,9 +1401,9 @@ checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" [[package]] name = "parking_lot" -version = "0.12.3" +version = "0.12.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27" +checksum = "70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13" dependencies = [ "lock_api", "parking_lot_core", @@ -1401,9 +1411,9 @@ dependencies = [ [[package]] name = "parking_lot_core" -version = "0.9.10" +version = "0.9.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8" +checksum = "bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5" dependencies = [ "cfg-if", "libc", @@ -1420,9 +1430,9 @@ checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" [[package]] name = "pest" -version = "2.8.0" +version = "2.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "198db74531d58c70a361c42201efde7e2591e976d518caf7662a47dc5720e7b6" +checksum = "1db05f56d34358a8b1066f67cbb203ee3e7ed2ba674a6263a1d5ec6db2204323" dependencies = [ "memchr", "thiserror 2.0.12", @@ -1431,9 +1441,9 @@ dependencies = [ [[package]] name = "pest_derive" -version = "2.8.0" +version = "2.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d725d9cfd79e87dccc9341a2ef39d1b6f6353d68c4b33c177febbe1a402c97c5" +checksum = "bb056d9e8ea77922845ec74a1c4e8fb17e7c218cc4fc11a15c5d25e189aa40bc" dependencies = [ "pest", "pest_generator", @@ -1441,24 +1451,23 @@ dependencies = [ [[package]] name = "pest_generator" -version = "2.8.0" +version = "2.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db7d01726be8ab66ab32f9df467ae8b1148906685bbe75c82d1e65d7f5b3f841" +checksum = "87e404e638f781eb3202dc82db6760c8ae8a1eeef7fb3fa8264b2ef280504966" dependencies = [ "pest", "pest_meta", "proc-macro2", "quote", - "syn 2.0.101", + "syn 2.0.104", ] [[package]] name = "pest_meta" -version = "2.8.0" +version = "2.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f9f832470494906d1fca5329f8ab5791cc60beb230c74815dff541cbd2b5ca0" +checksum = "edd1101f170f5903fde0914f899bb503d9ff5271d7ba76bbb70bea63690cc0d5" dependencies = [ - "once_cell", "pest", "sha2", ] @@ -1488,17 +1497,16 @@ dependencies = [ [[package]] name = "polling" -version = "3.7.4" +version = "3.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f" +checksum = "b5bd19146350fe804f7cb2669c851c03d69da628803dab0d98018142aaa5d829" dependencies = [ "cfg-if", "concurrent-queue", - "hermit-abi 0.4.0", + "hermit-abi", "pin-project-lite", "rustix", - "tracing", - "windows-sys 0.59.0", + "windows-sys 0.60.2", ] [[package]] @@ -1507,7 +1515,7 @@ version = "0.2.21" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" dependencies = [ - "zerocopy 0.8.25", + "zerocopy", ] [[package]] @@ -1526,7 +1534,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "79528bef70da112116feb5ecb6b64f1394e5360660d6474a760789ea07885501" dependencies = [ "proc-macro2", - "syn 2.0.101", + "syn 2.0.104", ] [[package]] @@ -1540,9 +1548,9 @@ dependencies = [ [[package]] name = "r-efi" -version = "5.2.0" +version = "5.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5" +checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" [[package]] name = "rand" @@ -1557,9 +1565,9 @@ dependencies = [ [[package]] name = "rand" -version = "0.9.1" +version = "0.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97" +checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" dependencies = [ "rand_chacha 0.9.0", "rand_core 0.9.3", @@ -1600,7 +1608,7 @@ version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38" dependencies = [ - "getrandom 0.3.2", + "getrandom 0.3.3", ] [[package]] @@ -1611,7 +1619,7 @@ dependencies = [ "proc-macro2", "proc_macro2_helper", "quote", - "syn 2.0.101", + "syn 2.0.104", ] [[package]] @@ -1646,7 +1654,7 @@ dependencies = [ [[package]] name = "reactive-graph-behaviour-model-api" version = "0.10.0" -source = "git+https://github.com/reactive-graph/reactive-graph.git#864827137f9fa5e48cb80c398c93656cdb8f8ec3" +source = "git+https://github.com/reactive-graph/reactive-graph.git#014aeaf355536b6f8692a2adf9cc8948d4ac4989" dependencies = [ "dashmap", "reactive-graph-graph", @@ -1661,7 +1669,7 @@ dependencies = [ [[package]] name = "reactive-graph-behaviour-model-impl" version = "0.10.0" -source = "git+https://github.com/reactive-graph/reactive-graph.git#5d578c46a95611394b9bf6f2cf44d797f8936cdf" +source = "git+https://github.com/reactive-graph/reactive-graph.git#014aeaf355536b6f8692a2adf9cc8948d4ac4989" dependencies = [ "dashmap", "log", @@ -1678,7 +1686,7 @@ dependencies = [ [[package]] name = "reactive-graph-behaviour-service-api" version = "0.10.0" -source = "git+https://github.com/reactive-graph/reactive-graph.git#864827137f9fa5e48cb80c398c93656cdb8f8ec3" +source = "git+https://github.com/reactive-graph/reactive-graph.git#014aeaf355536b6f8692a2adf9cc8948d4ac4989" dependencies = [ "async-trait", "reactive-graph-behaviour-model-api", @@ -1693,7 +1701,7 @@ dependencies = [ [[package]] name = "reactive-graph-command-model" version = "0.10.0" -source = "git+https://github.com/reactive-graph/reactive-graph.git#5d578c46a95611394b9bf6f2cf44d797f8936cdf" +source = "git+https://github.com/reactive-graph/reactive-graph.git#014aeaf355536b6f8692a2adf9cc8948d4ac4989" dependencies = [ "clap", "reactive-graph-graph", @@ -1710,7 +1718,7 @@ dependencies = [ [[package]] name = "reactive-graph-config-model" version = "0.10.0" -source = "git+https://github.com/reactive-graph/reactive-graph.git#5d578c46a95611394b9bf6f2cf44d797f8936cdf" +source = "git+https://github.com/reactive-graph/reactive-graph.git#014aeaf355536b6f8692a2adf9cc8948d4ac4989" dependencies = [ "num_cpus", "reactive-graph-remotes-model", @@ -1720,12 +1728,12 @@ dependencies = [ [[package]] name = "reactive-graph-graph" version = "0.10.0" -source = "git+https://github.com/reactive-graph/reactive-graph.git#864827137f9fa5e48cb80c398c93656cdb8f8ec3" +source = "git+https://github.com/reactive-graph/reactive-graph.git#014aeaf355536b6f8692a2adf9cc8948d4ac4989" dependencies = [ "const_format", "dashmap", "default-test", - "rand 0.9.1", + "rand 0.9.2", "rand_derive3", "reactive-graph-utils-test", "schemars", @@ -1740,7 +1748,7 @@ dependencies = [ [[package]] name = "reactive-graph-lifecycle" version = "0.10.0" -source = "git+https://github.com/reactive-graph/reactive-graph.git#864827137f9fa5e48cb80c398c93656cdb8f8ec3" +source = "git+https://github.com/reactive-graph/reactive-graph.git#014aeaf355536b6f8692a2adf9cc8948d4ac4989" dependencies = [ "async-trait", ] @@ -1748,7 +1756,7 @@ dependencies = [ [[package]] name = "reactive-graph-plugin-api" version = "0.10.0" -source = "git+https://github.com/reactive-graph/reactive-graph.git#5d578c46a95611394b9bf6f2cf44d797f8936cdf" +source = "git+https://github.com/reactive-graph/reactive-graph.git#014aeaf355536b6f8692a2adf9cc8948d4ac4989" dependencies = [ "async-trait", "http", @@ -1773,23 +1781,23 @@ dependencies = [ [[package]] name = "reactive-graph-plugin-derive" version = "0.10.0" -source = "git+https://github.com/reactive-graph/reactive-graph.git#5d578c46a95611394b9bf6f2cf44d797f8936cdf" +source = "git+https://github.com/reactive-graph/reactive-graph.git#014aeaf355536b6f8692a2adf9cc8948d4ac4989" [[package]] name = "reactive-graph-reactive-derive" version = "0.10.0" -source = "git+https://github.com/reactive-graph/reactive-graph.git#864827137f9fa5e48cb80c398c93656cdb8f8ec3" +source = "git+https://github.com/reactive-graph/reactive-graph.git#014aeaf355536b6f8692a2adf9cc8948d4ac4989" dependencies = [ "darling", "proc-macro2", "quote", - "syn 2.0.101", + "syn 2.0.104", ] [[package]] name = "reactive-graph-reactive-model-api" version = "0.10.0" -source = "git+https://github.com/reactive-graph/reactive-graph.git#864827137f9fa5e48cb80c398c93656cdb8f8ec3" +source = "git+https://github.com/reactive-graph/reactive-graph.git#014aeaf355536b6f8692a2adf9cc8948d4ac4989" dependencies = [ "reactive-graph-graph", "serde_json", @@ -1800,7 +1808,7 @@ dependencies = [ [[package]] name = "reactive-graph-reactive-model-impl" version = "0.10.0" -source = "git+https://github.com/reactive-graph/reactive-graph.git#864827137f9fa5e48cb80c398c93656cdb8f8ec3" +source = "git+https://github.com/reactive-graph/reactive-graph.git#014aeaf355536b6f8692a2adf9cc8948d4ac4989" dependencies = [ "dashmap", "reactive-graph-behaviour-model-api", @@ -1815,7 +1823,7 @@ dependencies = [ [[package]] name = "reactive-graph-reactive-service-api" version = "0.10.0" -source = "git+https://github.com/reactive-graph/reactive-graph.git#864827137f9fa5e48cb80c398c93656cdb8f8ec3" +source = "git+https://github.com/reactive-graph/reactive-graph.git#014aeaf355536b6f8692a2adf9cc8948d4ac4989" dependencies = [ "async-trait", "crossbeam", @@ -1839,7 +1847,7 @@ dependencies = [ [[package]] name = "reactive-graph-remotes-model" version = "0.10.0" -source = "git+https://github.com/reactive-graph/reactive-graph.git#5d578c46a95611394b9bf6f2cf44d797f8936cdf" +source = "git+https://github.com/reactive-graph/reactive-graph.git#014aeaf355536b6f8692a2adf9cc8948d4ac4989" dependencies = [ "chrono", "serde", @@ -1849,7 +1857,7 @@ dependencies = [ [[package]] name = "reactive-graph-runtime-model" version = "0.10.0" -source = "git+https://github.com/reactive-graph/reactive-graph.git#5d578c46a95611394b9bf6f2cf44d797f8936cdf" +source = "git+https://github.com/reactive-graph/reactive-graph.git#014aeaf355536b6f8692a2adf9cc8948d4ac4989" dependencies = [ "reactive-graph-graph", "serde", @@ -1860,18 +1868,18 @@ dependencies = [ [[package]] name = "reactive-graph-serde" version = "0.10.0" -source = "git+https://github.com/reactive-graph/reactive-graph.git#864827137f9fa5e48cb80c398c93656cdb8f8ec3" +source = "git+https://github.com/reactive-graph/reactive-graph.git#014aeaf355536b6f8692a2adf9cc8948d4ac4989" dependencies = [ "json5", "serde_json", "thiserror 2.0.12", - "toml 0.9.4", + "toml 0.9.5", ] [[package]] name = "reactive-graph-std-base-model" version = "0.10.0" -source = "git+https://github.com/reactive-graph/std.git#ad96213c73977f9cfba8e1cc5fa45f18d9a4ede4" +source = "git+https://github.com/reactive-graph/std.git#38b8fa588a93069cef302f4d288be3e6e7383fbf" dependencies = [ "license", "paste", @@ -1885,7 +1893,7 @@ dependencies = [ [[package]] name = "reactive-graph-std-result-model" version = "0.10.0" -source = "git+https://github.com/reactive-graph/std.git#ad96213c73977f9cfba8e1cc5fa45f18d9a4ede4" +source = "git+https://github.com/reactive-graph/std.git#38b8fa588a93069cef302f4d288be3e6e7383fbf" dependencies = [ "reactive-graph-graph", "serde", @@ -1896,7 +1904,7 @@ dependencies = [ [[package]] name = "reactive-graph-std-value-model" version = "0.10.0" -source = "git+https://github.com/reactive-graph/std.git#ad96213c73977f9cfba8e1cc5fa45f18d9a4ede4" +source = "git+https://github.com/reactive-graph/std.git#38b8fa588a93069cef302f4d288be3e6e7383fbf" dependencies = [ "dashmap", "paste", @@ -1979,7 +1987,7 @@ dependencies = [ "serde_json", "shellexpand", "springtime-di", - "toml 0.9.4", + "toml 0.9.5", "uuid", ] @@ -2115,7 +2123,7 @@ dependencies = [ [[package]] name = "reactive-graph-type-system-api" version = "0.10.0" -source = "git+https://github.com/reactive-graph/reactive-graph.git#864827137f9fa5e48cb80c398c93656cdb8f8ec3" +source = "git+https://github.com/reactive-graph/reactive-graph.git#014aeaf355536b6f8692a2adf9cc8948d4ac4989" dependencies = [ "async-trait", "json5", @@ -2128,25 +2136,25 @@ dependencies = [ "serde_json", "springtime-di", "thiserror 2.0.12", - "toml 0.9.4", + "toml 0.9.5", "uuid", ] [[package]] name = "reactive-graph-type-system-derive" version = "0.10.0" -source = "git+https://github.com/reactive-graph/reactive-graph.git#864827137f9fa5e48cb80c398c93656cdb8f8ec3" +source = "git+https://github.com/reactive-graph/reactive-graph.git#014aeaf355536b6f8692a2adf9cc8948d4ac4989" dependencies = [ "darling", "proc-macro2", "quote", - "syn 2.0.101", + "syn 2.0.104", ] [[package]] name = "reactive-graph-utils-test" version = "0.10.0" -source = "git+https://github.com/reactive-graph/reactive-graph.git#864827137f9fa5e48cb80c398c93656cdb8f8ec3" +source = "git+https://github.com/reactive-graph/reactive-graph.git#014aeaf355536b6f8692a2adf9cc8948d4ac4989" dependencies = [ "colored", "log", @@ -2157,18 +2165,18 @@ dependencies = [ [[package]] name = "redox_syscall" -version = "0.5.11" +version = "0.5.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2f103c6d277498fbceb16e84d317e2a400f160f46904d5f5410848c829511a3" +checksum = "5407465600fb0548f1442edf71dd20683c6ed326200ace4b1ef0763521bb3b77" dependencies = [ - "bitflags 2.9.0", + "bitflags 2.9.1", ] [[package]] name = "redox_users" -version = "0.5.0" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b" +checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac" dependencies = [ "getrandom 0.2.16", "libredox", @@ -2192,7 +2200,7 @@ checksum = "1165225c21bff1f3bbce98f5a1f889949bc902d3575308cc7b0de30b4f6d27c7" dependencies = [ "proc-macro2", "quote", - "syn 2.0.101", + "syn 2.0.104", ] [[package]] @@ -2231,7 +2239,7 @@ dependencies = [ "proc-macro2", "quote", "rust-embed-utils", - "syn 2.0.101", + "syn 2.0.104", "walkdir", ] @@ -2247,9 +2255,9 @@ dependencies = [ [[package]] name = "rustc-demangle" -version = "0.1.24" +version = "0.1.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" +checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace" [[package]] name = "rustc_version" @@ -2262,22 +2270,22 @@ dependencies = [ [[package]] name = "rustix" -version = "0.38.44" +version = "1.0.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154" +checksum = "11181fbabf243db407ef8df94a6ce0b2f9a733bd8be4ad02b4eda9602296cac8" dependencies = [ - "bitflags 2.9.0", + "bitflags 2.9.1", "errno", "libc", "linux-raw-sys", - "windows-sys 0.59.0", + "windows-sys 0.60.2", ] [[package]] name = "rustversion" -version = "1.0.20" +version = "1.0.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2" +checksum = "8a0d197bd2c9dc6e53b84da9556a69ba4cdfab8619eb41a8bd1cc2027a0f6b1d" [[package]] name = "ryu" @@ -2315,7 +2323,7 @@ dependencies = [ "proc-macro2", "quote", "serde_derive_internals", - "syn 2.0.101", + "syn 2.0.104", ] [[package]] @@ -2357,7 +2365,7 @@ checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00" dependencies = [ "proc-macro2", "quote", - "syn 2.0.101", + "syn 2.0.104", ] [[package]] @@ -2368,7 +2376,7 @@ checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711" dependencies = [ "proc-macro2", "quote", - "syn 2.0.101", + "syn 2.0.104", ] [[package]] @@ -2448,18 +2456,15 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" [[package]] name = "slab" -version = "0.4.9" +version = "0.4.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" -dependencies = [ - "autocfg", -] +checksum = "04dc19736151f35336d325007ac991178d504a119863a2fcb3758cdb5e52c50d" [[package]] name = "smallvec" -version = "1.15.0" +version = "1.15.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9" +checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" [[package]] name = "springtime-di" @@ -2486,7 +2491,7 @@ dependencies = [ "itertools 0.12.1", "proc-macro2", "quote", - "syn 2.0.101", + "syn 2.0.104", ] [[package]] @@ -2497,9 +2502,9 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" [[package]] name = "strum" -version = "0.27.1" +version = "0.27.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f64def088c51c9510a8579e3c5d67c65349dcf755e5479ad3d010aa6454e2c32" +checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf" dependencies = [ "strum_macros", ] @@ -2513,7 +2518,7 @@ dependencies = [ "heck", "proc-macro2", "quote", - "syn 2.0.101", + "syn 2.0.104", ] [[package]] @@ -2529,9 +2534,9 @@ dependencies = [ [[package]] name = "syn" -version = "2.0.101" +version = "2.0.104" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf" +checksum = "17b6f705963418cdb9927482fa304bc562ece2fdd4f616084c50b7023b435a40" dependencies = [ "proc-macro2", "quote", @@ -2564,7 +2569,7 @@ checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" dependencies = [ "proc-macro2", "quote", - "syn 2.0.101", + "syn 2.0.104", ] [[package]] @@ -2575,7 +2580,7 @@ checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d" dependencies = [ "proc-macro2", "quote", - "syn 2.0.101", + "syn 2.0.104", ] [[package]] @@ -2590,12 +2595,16 @@ dependencies = [ [[package]] name = "tokio" -version = "1.44.2" +version = "1.47.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48" +checksum = "89e49afdadebb872d3145a5638b59eb0691ea23e46ca484037cfab3b76b95038" dependencies = [ "backtrace", + "io-uring", + "libc", + "mio", "pin-project-lite", + "slab", ] [[package]] @@ -2623,9 +2632,9 @@ dependencies = [ [[package]] name = "toml" -version = "0.9.4" +version = "0.9.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41ae868b5a0f67631c14589f7e250c1ea2c574ee5ba21c6c8dd4b1485705a5a1" +checksum = "75129e1dc5000bfbaa9fee9d1b21f974f9fbad9daec557a521ee6e080825f6e8" dependencies = [ "indexmap", "serde", @@ -2670,9 +2679,9 @@ dependencies = [ [[package]] name = "toml_parser" -version = "1.0.1" +version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97200572db069e74c512a14117b296ba0a80a30123fbbb5aa1f4a348f639ca30" +checksum = "b551886f449aa90d4fe2bdaa9f4a2577ad2dde302c61ecf262d80b116db95c10" dependencies = [ "winnow", ] @@ -2702,20 +2711,20 @@ dependencies = [ [[package]] name = "tracing-attributes" -version = "0.1.28" +version = "0.1.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d" +checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903" dependencies = [ "proc-macro2", "quote", - "syn 2.0.101", + "syn 2.0.104", ] [[package]] name = "tracing-core" -version = "0.1.33" +version = "0.1.34" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c" +checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678" dependencies = [ "once_cell", ] @@ -2737,7 +2746,7 @@ checksum = "60d8d828da2a3d759d3519cdf29a5bac49c77d039ad36d0782edadbf9cd5415b" dependencies = [ "proc-macro2", "quote", - "syn 2.0.101", + "syn 2.0.104", ] [[package]] @@ -2812,7 +2821,7 @@ version = "1.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3cf4199d1e5d15ddd86a694e4d0dffa9c323ce759fea589f00fef9d81cc1931d" dependencies = [ - "getrandom 0.3.2", + "getrandom 0.3.3", "js-sys", "serde", "sha1_smol", @@ -2843,9 +2852,9 @@ dependencies = [ [[package]] name = "wasi" -version = "0.11.0+wasi-snapshot-preview1" +version = "0.11.1+wasi-snapshot-preview1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" +checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" [[package]] name = "wasi" @@ -2878,7 +2887,7 @@ dependencies = [ "log", "proc-macro2", "quote", - "syn 2.0.101", + "syn 2.0.104", "wasm-bindgen-shared", ] @@ -2913,7 +2922,7 @@ checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de" dependencies = [ "proc-macro2", "quote", - "syn 2.0.101", + "syn 2.0.104", "wasm-bindgen-backend", "wasm-bindgen-shared", ] @@ -2976,9 +2985,9 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windows-core" -version = "0.61.0" +version = "0.61.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4763c1de310c86d75a878046489e2e5ba02c649d185f21c67d4cf8a56d098980" +checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3" dependencies = [ "windows-implement", "windows-interface", @@ -2995,7 +3004,7 @@ checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836" dependencies = [ "proc-macro2", "quote", - "syn 2.0.101", + "syn 2.0.104", ] [[package]] @@ -3006,42 +3015,33 @@ checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8" dependencies = [ "proc-macro2", "quote", - "syn 2.0.101", + "syn 2.0.104", ] [[package]] name = "windows-link" -version = "0.1.1" +version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38" +checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a" [[package]] name = "windows-result" -version = "0.3.2" +version = "0.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c64fd11a4fd95df68efcfee5f44a294fe71b8bc6a91993e2791938abcc712252" +checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6" dependencies = [ "windows-link", ] [[package]] name = "windows-strings" -version = "0.4.0" +version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a2ba9642430ee452d5a7aa78d72907ebe8cfda358e8cb7918a2050581322f97" +checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57" dependencies = [ "windows-link", ] -[[package]] -name = "windows-sys" -version = "0.52.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" -dependencies = [ - "windows-targets 0.52.6", -] - [[package]] name = "windows-sys" version = "0.59.0" @@ -3057,7 +3057,7 @@ version = "0.60.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" dependencies = [ - "windows-targets 0.53.2", + "windows-targets 0.53.3", ] [[package]] @@ -3078,10 +3078,11 @@ dependencies = [ [[package]] name = "windows-targets" -version = "0.53.2" +version = "0.53.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c66f69fcc9ce11da9966ddb31a40968cad001c5bedeb5c2b82ede4253ab48aef" +checksum = "d5fe6031c4041849d7c496a8ded650796e7b6ecc19df1a431c1a363342e5dc91" dependencies = [ + "windows-link", "windows_aarch64_gnullvm 0.53.0", "windows_aarch64_msvc 0.53.0", "windows_i686_gnu 0.53.0", @@ -3190,9 +3191,9 @@ checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486" [[package]] name = "winnow" -version = "0.7.10" +version = "0.7.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c06928c8748d81b05c9be96aad92e1b6ff01833332f281e8cfca3be4b35fc9ec" +checksum = "f3edebf492c8125044983378ecb5766203ad3b4c2f7a922bd7dd207f6d443e95" dependencies = [ "memchr", ] @@ -3203,45 +3204,25 @@ version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1" dependencies = [ - "bitflags 2.9.0", + "bitflags 2.9.1", ] [[package]] name = "zerocopy" -version = "0.7.35" +version = "0.8.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0" +checksum = "1039dd0d3c310cf05de012d8a39ff557cb0d23087fd44cad61df08fc31907a2f" dependencies = [ - "zerocopy-derive 0.7.35", -] - -[[package]] -name = "zerocopy" -version = "0.8.25" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1702d9583232ddb9174e01bb7c15a2ab8fb1bc6f227aa1233858c351a3ba0cb" -dependencies = [ - "zerocopy-derive 0.8.25", -] - -[[package]] -name = "zerocopy-derive" -version = "0.7.35" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.101", + "zerocopy-derive", ] [[package]] name = "zerocopy-derive" -version = "0.8.25" +version = "0.8.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28a6e20d751156648aa063f3800b706ee209a32c0b4d9f24be3d980b01be55ef" +checksum = "9ecf5b4cc5364572d7f4c329661bcc82724222973f2cab6f050a4e5c22f75181" dependencies = [ "proc-macro2", "quote", - "syn 2.0.101", + "syn 2.0.104", ] From 28d98751a213172272eeed70781798f739e809be Mon Sep 17 00:00:00 2001 From: Andreas Schaeffer Date: Wed, 6 Aug 2025 20:32:54 +0200 Subject: [PATCH 4/5] Update rust nightly toolchain to nightly-2025-08-05 --- .github/workflows/coverage.yml | 2 +- .github/workflows/docs.yml | 2 +- .github/workflows/msrv.yml | 2 +- .github/workflows/rust.yml | 8 ++++---- CHANGELOG.md | 1 + 5 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 197922b..f90c55f 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -31,7 +31,7 @@ jobs: - name: Install latest nightly uses: dtolnay/rust-toolchain@master with: - toolchain: nightly-2025-03-14 + toolchain: nightly-2025-08-05 components: rustfmt, rust-src - name: Install tarpaulin uses: taiki-e/cache-cargo-install-action@v2 diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 7891ea8..aa756f7 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -32,7 +32,7 @@ jobs: - name: Install latest nightly uses: dtolnay/rust-toolchain@master with: - toolchain: nightly-2025-03-14 + toolchain: nightly-2025-08-05 components: rustfmt, rust-src - name: Cache dependencies uses: Swatinem/rust-cache@v2 diff --git a/.github/workflows/msrv.yml b/.github/workflows/msrv.yml index 65ed826..3d7a213 100644 --- a/.github/workflows/msrv.yml +++ b/.github/workflows/msrv.yml @@ -31,7 +31,7 @@ jobs: - name: Install rust toolchain uses: dtolnay/rust-toolchain@master with: - toolchain: nightly-2025-03-14 + toolchain: nightly-2025-08-05 - name: Install cargo msrv uses: taiki-e/cache-cargo-install-action@v2 with: diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 5d92c89..732466a 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -41,7 +41,7 @@ jobs: - name: Install latest nightly uses: dtolnay/rust-toolchain@master with: - toolchain: nightly-2025-03-14 + toolchain: nightly-2025-08-05 components: rustfmt - name: Run cargo fmt run: cargo fmt --all -- --check @@ -60,7 +60,7 @@ jobs: runs-on: ubuntu-22.04 strategy: matrix: - toolchain: [ stable, nightly-2025-03-14 ] + toolchain: [ stable, nightly-2025-08-05 ] target: [ x86_64-unknown-linux-gnu, x86_64-unknown-linux-musl ] steps: - name: VCS Checkout @@ -84,7 +84,7 @@ jobs: strategy: matrix: os: [ ubuntu-22.04, ubuntu-22.04-arm, macos-latest, windows-latest ] - toolchain: [ stable, nightly-2025-03-14 ] + toolchain: [ stable, nightly-2025-08-05 ] runs-on: ${{ matrix.os }} steps: - name: VCS Checkout @@ -105,7 +105,7 @@ jobs: if: always() && (!contains(needs.*.result, 'failure') && !contains(needs.*.result, 'cancelled')) strategy: matrix: - toolchain: [ stable, nightly-2025-03-14 ] + toolchain: [ stable, nightly-2025-08-05 ] target: [ x86_64-unknown-linux-gnu, x86_64-unknown-linux-musl ] runs-on: ubuntu-22.04 steps: diff --git a/CHANGELOG.md b/CHANGELOG.md index 29cf04b..9c0830e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,3 +29,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - CI: Synchronize labels from config file - CI: Automatically merge successful dependabot PR's +- CI: Update rust nightly toolchain to nightly-2025-08-05 From 8ce01807bf10ac740939d31b18ca01dee78314b6 Mon Sep 17 00:00:00 2001 From: Andreas Schaeffer Date: Wed, 6 Aug 2025 20:33:21 +0200 Subject: [PATCH 5/5] Publish dynamic link libraries as compressed archive + Publish debian packages --- .github/workflows/release.yml | 471 ++++++++++++++++++++++++++-------- CHANGELOG.md | 5 + 2 files changed, 366 insertions(+), 110 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6702858..827b0cf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,4 +1,5 @@ name: Release +run-name: Release ${{ github.ref == 'refs/heads/main' && 'nightly' || github.ref_name }} by @${{ github.actor }} permissions: contents: write @@ -6,14 +7,59 @@ permissions: on: push: tags: + - nightly - v[0-9]+.* + workflow_run: + workflows: + - Rust + branches: + - main + types: + - completed + # Run manually + workflow_dispatch: + +concurrency: + group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} + cancel-in-progress: ${{ github.ref != 'refs/heads/main' }} env: CARGO_TERM_COLOR: always WORKSPACE_ROOT_MANIFEST_DIR: "/home/runner/work/sys/sys" + AWS_LC_SYS_PREBUILT_NASM: 1 + PLUGIN_REPOSITORY: "sys" + PLUGINS: "binary config file json system-environment" jobs: + create-or-update-nightly-tag: + name: Create or Update Nightly Tag + if: github.ref == 'refs/heads/main' + runs-on: ubuntu-22.04 + steps: + - name: VCS Checkout + uses: actions/checkout@v4 + - name: Import GPG key + uses: crazy-max/ghaction-import-gpg@v6 + with: + gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }} + passphrase: ${{ secrets.GPG_PASSPHRASE }} + git_user_signingkey: true + git_commit_gpgsign: true + - name: Update Tag nightly + continue-on-error: true + run: | + git config user.name "Reactive Graph" + git config user.email "info@reactive-graph.io" + git show nightly || true + git log --oneline + git tag -d nightly || true + git tag --annotate --message "Nightly Release" --sign nightly || true + git push --force origin nightly + git show nightly || true + git log --oneline --decorate create-release: + name: Create Release + if: startsWith(github.event.ref, 'refs/tags/v') runs-on: ubuntu-22.04 steps: - name: VCS Checkout @@ -23,97 +69,243 @@ jobs: with: changelog: CHANGELOG.md token: ${{ secrets.GITHUB_TOKEN }} - # upload-assets: - # strategy: - # matrix: - # include: - # # Tier 1 - # - target: x86_64-unknown-linux-gnu - # os: ubuntu-22.04 - # # Tier 1 - # - target: aarch64-unknown-linux-gnu - # os: ubuntu-22.04 - # # Tier 2 - # - target: armv7-unknown-linux-gnueabihf - # os: ubuntu-22.04 - # # Tier 1 - # - target: x86_64-apple-darwin - # os: macos-latest - # # Tier 2 - # - target: aarch64-apple-darwin - # os: macos-latest - # # Universal macOS binary is supported as universal-apple-darwin. - # - target: universal-apple-darwin - # os: macos-latest - # # Tier 1 - # - target: x86_64-pc-windows-msvc - # os: windows-latest - # # Tier 2 - # # - target: aarch64-pc-windows-msvc - # # os: windows-latest - # runs-on: ${{ matrix.os }} - # steps: - # - name: VCS Checkout - # uses: actions/checkout@v4 - # # Required by arm targets - # - name: Install packages - # uses: awalsh128/cache-apt-pkgs-action@latest - # with: - # packages: pkg-config openssl libssl-dev - # version: 1.1 - # if: matrix.os == 'ubuntu-22.04' - # - name: Upload Rust Binary - # uses: taiki-e/upload-rust-binary-action@v1 - # with: - # bin: libinexor_rgf_plugin_standalone - # target: ${{ matrix.target }} - # include: LICENSE.md,README.md,CHANGELOG.md,config,plugins - # tar: unix - # zip: windows - # leading_dir: true - # token: ${{ secrets.GITHUB_TOKEN }} - # env: - # VERGEN_IDEMPOTENT: true - # crates-io: - # name: Publish on crates.io - # runs-on: ubuntu-22.04 - # steps: - # - name: VCS Checkout - # uses: actions/checkout@v4 - # - name: Install latest nightly - # uses: actions-rs/toolchain@v1 - # with: - # profile: minimal - # toolchain: nightly - # override: true - # - name: Install Cargo Workspaces - # uses: actions-rs/install@v0.1 - # with: - # crate: cargo-workspaces - # version: latest - # use-tool-cache: true - # - name: Print environment variables - # run: | - # echo "WORKSPACE_ROOT_MANIFEST_DIR: $WORKSPACE_ROOT_MANIFEST_DIR" - # - name: Publish on crates.io - # uses: actions-rs/cargo@v1 - # with: - # command: workspaces - # args: publish --from-git --allow-dirty --no-verify - # env: - # CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }} - # VERGEN_IDEMPOTENT: true + upload-assets: + name: Binary + needs: [ create-or-update-nightly-tag, create-release ] + if: always() && (!contains(needs.*.result, 'failure') && !contains(needs.*.result, 'cancelled')) + strategy: + fail-fast: false + matrix: + include: + # Tier 1 + # ARM64 Linux (kernel 4.1, glibc 2.17+) + - target: aarch64-unknown-linux-gnu + os: ubuntu-22.04-arm + prefix: lib + extension: .so + archive_format: tar.gz + # ARM64 macOS (11.0+, Big Sur+) + - target: aarch64-apple-darwin + os: macos-latest + prefix: lib + extension: .dylib + archive_format: tar.gz + # 32-bit Linux (kernel 3.2+, glibc 2.17+) 1 + - target: i686-unknown-linux-gnu + os: ubuntu-22.04 + prefix: lib + extension: .so + archive_format: tar.gz + # 64-bit macOS (10.12+, Sierra+) + - target: x86_64-apple-darwin + os: macos-latest + prefix: lib + extension: .dylib + archive_format: tar.gz + # 64-bit MinGW (Windows 10+, Windows Server 2016+) + - target: x86_64-pc-windows-gnu + os: ubuntu-22.04 + prefix: "" + extension: .dll + archive_format: zip + # 64-bit MSVC (Windows 10+, Windows Server 2016+) + - target: x86_64-pc-windows-msvc + os: windows-latest + prefix: "" + extension: .dll + archive_format: zip + # 64-bit Linux (kernel 3.2+, glibc 2.17+) + - target: x86_64-unknown-linux-gnu + os: ubuntu-22.04 + prefix: lib + extension: .so + archive_format: tar.gz + # Universal macOS binary is supported as universal-apple-darwin. + - target: universal-apple-darwin + os: macos-latest + prefix: lib + extension: .dylib + archive_format: tar.gz + # Tier 2 + # Armv7-A Linux, hardfloat (kernel 3.2, glibc 2.17) + - target: armv7-unknown-linux-gnueabihf + os: ubuntu-22.04-arm + prefix: lib + extension: .so + archive_format: tar.gz + # PowerPC Linux (kernel 3.2, glibc 2.17) + - target: powerpc-unknown-linux-gnu + os: ubuntu-22.04 + prefix: lib + extension: .so + archive_format: tar.gz + # PPC64 Linux (kernel 3.2, glibc 2.17) + - target: powerpc64-unknown-linux-gnu + os: ubuntu-22.04 + prefix: lib + extension: .so + archive_format: tar.gz + # PPC64LE Linux (kernel 3.10, glibc 2.17) + - target: powerpc64le-unknown-linux-gnu + os: ubuntu-22.04 + prefix: lib + extension: .so + archive_format: tar.gz + # RISC-V Linux (kernel 4.20, glibc 2.29) + - target: riscv64gc-unknown-linux-gnu + os: ubuntu-22.04 + prefix: lib + extension: .so + archive_format: tar.gz + runs-on: ${{ matrix.os }} + steps: + - name: VCS Checkout + uses: actions/checkout@v4 + - name: Get version number from git tag + id: tag + uses: devops-actions/action-get-tag@v1.0.3 + with: + strip_v: true + default: nightly + - name: Install Compiler Tools for Target i686-unknown-linux-gnu + uses: awalsh128/cache-apt-pkgs-action@latest + with: + packages: binutils-i686-linux-gnu gcc-i686-linux-gnu + version: 1.0 + if: matrix.target == 'i686-unknown-linux-gnu' + - name: Install Compiler Tools for Target x86_64-pc-windows-gnu + uses: awalsh128/cache-apt-pkgs-action@latest + with: + packages: binutils-mingw-w64-x86-64 gcc-mingw-w64-x86-64 nasm + version: 1.0 + if: matrix.target == 'x86_64-pc-windows-gnu' + - name: Install Compiler Tools for Target armv7-unknown-linux-gnueabihf + uses: awalsh128/cache-apt-pkgs-action@latest + with: + packages: binutils-arm-linux-gnueabihf gcc-arm-linux-gnueabihf + version: 1.0 + if: | + matrix.target == 'armv7-unknown-linux-gnueabihf' + - name: Install Compiler Tools for Target powerpc-unknown-linux-gnu + uses: awalsh128/cache-apt-pkgs-action@latest + with: + packages: binutils-powerpc-linux-gnu gcc-powerpc-linux-gnu + version: 1.0 + if: matrix.target == 'powerpc-unknown-linux-gnu' + - name: Install Compiler Tools for Target powerpc64-unknown-linux-gnu + uses: awalsh128/cache-apt-pkgs-action@latest + with: + packages: binutils-powerpc64-linux-gnu gcc-powerpc64-linux-gnu + version: 1.0 + if: matrix.target == 'powerpc64-unknown-linux-gnu' + - name: Install Compiler Tools for Target powerpc64le-unknown-linux-gnu + uses: awalsh128/cache-apt-pkgs-action@latest + with: + packages: binutils-powerpc64le-linux-gnu gcc-powerpc64le-linux-gnu + version: 1.0 + if: matrix.target == 'powerpc64le-unknown-linux-gnu' + - name: Install Compiler Tools for Target riscv64gc-unknown-linux-gnu + uses: awalsh128/cache-apt-pkgs-action@latest + with: + packages: binutils-riscv64-linux-gnu gcc-riscv64-linux-gnu + version: 1.0 + if: matrix.target == 'riscv64gc-unknown-linux-gnu' + - name: Set AWS_LC_SYS_CFLAGS on powerpc-unknown-linux-gnu + run: echo 'AWS_LC_SYS_CFLAGS="-Wno-stringop-overflow"' >> "$GITHUB_ENV" + if: matrix.target == 'powerpc-unknown-linux-gnu' + # The flag below is set to avoid the following error with GCC 11.4.0 on the riscv64 platform: + # error: 'strncmp' of strings of length 1 and 9 and bound of 9 evaluates to nonzero [-Werror=string-compare] + - name: Set AWS_LC_SYS_CFLAGS on riscv64gc-unknown-linux-gnu + run: echo 'AWS_LC_SYS_CFLAGS="-Wno-string-compare"' >> "$GITHUB_ENV" + if: matrix.target == 'riscv64gc-unknown-linux-gnu' + - name: Set optimization level 2 for powerpc targets + run: echo 'CARGO_PROFILE_RELEASE_OPT_LEVEL=2' >> "$GITHUB_ENV" + if: | + matrix.target == 'powerpc-unknown-linux-gnu' || + matrix.target == 'powerpc64-unknown-linux-gnu' || + matrix.target == 'powerpc64le-unknown-linux-gnu' + - name: Install rust toolchain + uses: dtolnay/rust-toolchain@master + with: + toolchain: stable + target: ${{ matrix.target }} + - name: Install bindgen-cli + uses: taiki-e/cache-cargo-install-action@v2 + with: + tool: bindgen-cli + if: | + matrix.target == 'i686-unknown-linux-gnu' || + matrix.target == 'x86_64-pc-windows-gnu' || + matrix.target == 'armv7-unknown-linux-gnueabihf' || + matrix.target == 'powerpc-unknown-linux-gnu' || + matrix.target == 'powerpc64-unknown-linux-gnu' || + matrix.target == 'powerpc64le-unknown-linux-gnu' || + matrix.target == 'riscv64gc-unknown-linux-gnu' + - name: Install cross-compilation tools + uses: taiki-e/setup-cross-toolchain-action@v1 + with: + target: ${{ matrix.target }} + if: | + matrix.target == 'i686-unknown-linux-gnu' || + matrix.target == 'x86_64-pc-windows-gnu' || + matrix.target == 'armv7-unknown-linux-gnueabihf' || + matrix.target == 'powerpc-unknown-linux-gnu' || + matrix.target == 'powerpc64-unknown-linux-gnu' || + matrix.target == 'powerpc64le-unknown-linux-gnu' || + matrix.target == 'riscv64gc-unknown-linux-gnu' + - name: Build Dynamic Link Libraries + run: cargo build --release --target ${{ matrix.target }} + - name: Create Release Archive + id: archive + uses: ksm2/archive-action@v1 + with: + name: 'reactive-graph-${{env.PLUGIN_REPOSITORY}}_${{steps.tag.outputs.tag}}_${{ matrix.target }}' + format: ${{ matrix.archive_format }} + root-directory: 'target/${{ matrix.target }}/release/' + include: '${{ matrix.prefix }}reactive_graph_${{env.PLUGIN_REPOSITORY}}_*${{ matrix.extension }}' + - name: Upload Regular Release Archive to GitHub Releases + uses: softprops/action-gh-release@v2 + with: + files: ${{ steps.archive.outputs.path }} + if: startsWith(github.event.ref, 'refs/tags/v') + - name: Upload Nightly Release Archive to GitHub Releases + uses: softprops/action-gh-release@v2 + with: + files: ${{ steps.archive.outputs.path }} + tag_name: nightly + if: github.ref == 'refs/heads/main' debian-package: - name: Publish debian package + name: Debian package + needs: [ create-or-update-nightly-tag, create-release ] + if: always() && (!contains(needs.*.result, 'failure') && !contains(needs.*.result, 'cancelled')) strategy: + fail-fast: false matrix: include: - target: x86_64-unknown-linux-gnu - os: ubuntu-20.04 + # libc 2.35 + os: ubuntu-22.04 - target: aarch64-unknown-linux-gnu - os: ubuntu-20.04 + # libc 2.35 + os: ubuntu-22.04-arm + - target: i686-unknown-linux-gnu + # libc 2.35 + os: ubuntu-22.04 - target: armv7-unknown-linux-gnueabihf - os: ubuntu-20.04 + # libc 2.35 + os: ubuntu-22.04-arm + - target: powerpc-unknown-linux-gnu + # libc 2.35 + os: ubuntu-22.04 + - target: powerpc64-unknown-linux-gnu + # libc 2.35 + os: ubuntu-22.04 + - target: powerpc64le-unknown-linux-gnu + # libc 2.39 + os: ubuntu-24.04 + - target: riscv64gc-unknown-linux-gnu + # libc 2.35 + os: ubuntu-22.04 runs-on: ${{ matrix.os }} steps: - name: VCS Checkout @@ -123,53 +315,112 @@ jobs: uses: devops-actions/action-get-tag@v1.0.3 with: strip_v: true - - name: Install aarch64 packages + default: nightly + - name: Get current date + id: date + run: echo "date=$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT + - name: Install Compiler Tools for Target aarch64 uses: awalsh128/cache-apt-pkgs-action@latest with: packages: binutils-aarch64-linux-gnu gcc-aarch64-linux-gnu version: 1.0 if: matrix.target == 'aarch64-unknown-linux-gnu' - - name: Install armv7 packages + - name: Install Compiler Tools for Target i686-unknown-linux-gnu uses: awalsh128/cache-apt-pkgs-action@latest with: - packages: binutils-arm-none-eabi gcc-arm-linux-gnueabihf + packages: binutils-i686-linux-gnu gcc-i686-linux-gnu + version: 1.0 + if: matrix.target == 'i686-unknown-linux-gnu' + - name: Install Compiler Tools for Target armv7-unknown-linux-gnueabihf + uses: awalsh128/cache-apt-pkgs-action@latest + with: + packages: binutils-arm-linux-gnueabihf gcc-arm-linux-gnueabihf version: 1.0 if: matrix.target == 'armv7-unknown-linux-gnueabihf' - - name: Install latest nightly - uses: actions-rs/toolchain@v1 + - name: Install Compiler Tools for Target powerpc-unknown-linux-gnu + uses: awalsh128/cache-apt-pkgs-action@latest with: - profile: minimal - toolchain: nightly - override: true + packages: binutils-powerpc-linux-gnu gcc-powerpc-linux-gnu g++-powerpc-linux-gnu + version: 1.0 + if: matrix.target == 'powerpc-unknown-linux-gnu' + - name: Install Compiler Tools for Target powerpc64-unknown-linux-gnu + uses: awalsh128/cache-apt-pkgs-action@latest + with: + packages: binutils-powerpc64-linux-gnu gcc-powerpc64-linux-gnu g++-powerpc64-linux-gnu + version: 1.0 + if: matrix.target == 'powerpc64-unknown-linux-gnu' + - name: Install Compiler Tools for Target powerpc64le-unknown-linux-gnu + uses: awalsh128/cache-apt-pkgs-action@latest + with: + packages: binutils-powerpc64le-linux-gnu gcc-powerpc64le-linux-gnu g++-powerpc64le-linux-gnu + version: 1.0 + if: matrix.target == 'powerpc64le-unknown-linux-gnu' + - name: Install Compiler Tools for Target riscv64gc-unknown-linux-gnu + uses: awalsh128/cache-apt-pkgs-action@latest + with: + packages: binutils-riscv64-linux-gnu gcc-riscv64-linux-gnu + version: 1.0 + if: matrix.target == 'riscv64gc-unknown-linux-gnu' + - name: Set AWS_LC_SYS_CFLAGS on powerpc-unknown-linux-gnu + run: echo 'AWS_LC_SYS_CFLAGS="-Wno-stringop-overflow"' >> "$GITHUB_ENV" + if: matrix.target == 'powerpc-unknown-linux-gnu' + # The flag below is set to avoid the following error with GCC 11.4.0 on the riscv64 platform: + # error: 'strncmp' of strings of length 1 and 9 and bound of 9 evaluates to nonzero [-Werror=string-compare] + - name: Set AWS_LC_SYS_CFLAGS on riscv64gc-unknown-linux-gnu + run: echo 'AWS_LC_SYS_CFLAGS="-Wno-string-compare"' >> "$GITHUB_ENV" + if: matrix.target == 'riscv64gc-unknown-linux-gnu' + - name: Set optimization level 2 for powerpc targets + run: echo 'CARGO_PROFILE_RELEASE_OPT_LEVEL=2' >> "$GITHUB_ENV" + if: | + matrix.target == 'powerpc-unknown-linux-gnu' || + matrix.target == 'powerpc64-unknown-linux-gnu' || + matrix.target == 'powerpc64le-unknown-linux-gnu' + - name: Install rust toolchain + uses: dtolnay/rust-toolchain@master + with: + toolchain: stable - name: Install Cargo Deb - uses: actions-rs/install@v0.1 + uses: taiki-e/cache-cargo-install-action@v2 with: - crate: cargo-deb - version: latest - use-tool-cache: true + tool: cargo-deb - name: Install cross-compilation tools uses: taiki-e/setup-cross-toolchain-action@v1 with: target: ${{ matrix.target }} - - name: Create Debian Package + - name: Create Regular Debian Package + if: startsWith(github.event.ref, 'refs/tags/v') + run: | + for PLUGIN in ${{env.PLUGINS}}; do + # It's important to change into the plugin directory and building each package + cd ${{env.WORKSPACE_ROOT_MANIFEST_DIR}}/plugins/$PLUGIN/crates/plugin + cargo deb -p reactive-graph-${{env.PLUGIN_REPOSITORY}}-$PLUGIN --target=${{ matrix.target }} --deb-revision ${{steps.tag.outputs.tag}} + done + env: + VERGEN_IDEMPOTENT: true + - name: Create Nightly Debian Package + if: github.ref == 'refs/heads/main' run: | - # It's important to change into the plugin directory and building each package - cd ../../../binary/crates/plugin - cargo deb -p reactive-graph-sys-binary --target=${{ matrix.target }} --deb-version ${{steps.tag.outputs.tag}} - cd ../../../config/crates/plugin - cargo deb -p reactive-graph-sys-config --target=${{ matrix.target }} --deb-version ${{steps.tag.outputs.tag}} - cd ../../../file/crates/plugin - cargo deb -p reactive-graph-sys-file --target=${{ matrix.target }} --deb-version ${{steps.tag.outputs.tag}} - cd ../../../json/crates/plugin - cargo deb -p reactive-graph-sys-json --target=${{ matrix.target }} --deb-version ${{steps.tag.outputs.tag}} - cd ../../../system-environment/crates/plugin - cargo deb -p reactive-graph-sys-system-environment --target=${{ matrix.target }} --deb-version ${{steps.tag.outputs.tag}} + for PLUGIN in ${{env.PLUGINS}}; do + # It's important to change into the plugin directory and building each package + cd ${{env.WORKSPACE_ROOT_MANIFEST_DIR}}/plugins/$PLUGIN/crates/plugin + cargo deb -p reactive-graph-${{env.PLUGIN_REPOSITORY}}-$PLUGIN --target=${{ matrix.target }} --deb-revision nightly + done env: VERGEN_IDEMPOTENT: true - - name: Upload debian package to release + - name: Upload Regular Debian Package uses: svenstaro/upload-release-action@v2 + if: startsWith(github.event.ref, 'refs/tags/v') with: repo_token: ${{ secrets.GITHUB_TOKEN }} - file: target/${{ matrix.target }}/debian/libreactive-graph-sys-*_*_*.deb + file: target/${{ matrix.target }}/debian/libreactive-graph-${{env.PLUGIN_REPOSITORY}}-*_*_*.deb file_glob: true tag: ${{ github.ref }} + - name: Upload Nightly Debian Package + uses: svenstaro/upload-release-action@v2 + if: github.ref == 'refs/heads/main' + with: + repo_token: ${{ secrets.GITHUB_TOKEN }} + file: target/${{ matrix.target }}/debian/libreactive-graph-${{env.PLUGIN_REPOSITORY}}-*_*_*.deb + file_glob: true + tag: 'nightly' + overwrite: true diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c0830e..0ec0fc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,11 +20,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Refactored usages of `std` to its new namespace - Configure lints on workspace level - Replaced lazy_static with LazyLock +- Build: Bump MSRV 1.85 -> 1.87 ### Fixed ### Distribution +- CI: Use ubuntu-22.04 instead of ubuntu-20.04 for building debian packages +- CI: Publish dynamic link libraries as compressed archive +- CI: Publish debian packages + ### Infrastructure - CI: Synchronize labels from config file