diff --git a/Cargo.lock b/Cargo.lock index a3b439763fd8..299124a06f6f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -39,7 +39,7 @@ version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5f7b0a21988c1bf877cf4759ef5ddaac04c1c9fe808c9142ecb78ba97d97a28a" dependencies = [ - "bitflags 2.10.0", + "bitflags 2.11.0", "bytes", "futures-core", "futures-sink", @@ -52,25 +52,25 @@ dependencies = [ [[package]] name = "actix-http" -version = "3.9.0" +version = "3.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d48f96fc3003717aeb9856ca3d02a8c7de502667ad76eeacd830b48d2e91fac4" +checksum = "f860ee6746d0c5b682147b2f7f8ef036d4f92fe518251a3a35ffa3650eafdf0e" dependencies = [ "actix-codec", "actix-rt", "actix-service", "actix-utils", - "ahash 0.8.11", "base64 0.22.1", - "bitflags 2.10.0", - "brotli 6.0.0", + "bitflags 2.11.0", + "brotli", "bytes", "bytestring", - "derive_more 0.99.18", + "derive_more 2.1.1", "encoding_rs", "flate2", + "foldhash 0.1.5", "futures-core", - "h2 0.3.26", + "h2 0.3.27", "http 0.2.12", "httparse", "httpdate", @@ -80,7 +80,7 @@ dependencies = [ "mime", "percent-encoding", "pin-project-lite", - "rand 0.8.5", + "rand 0.9.2", "sha1", "smallvec", "tokio", @@ -96,14 +96,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e01ed3140b2f8d422c68afa1ed2e85d996ea619c988ac834d255db32138655cb" dependencies = [ "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] name = "actix-router" -version = "0.5.3" +version = "0.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13d324164c51f63867b57e73ba5936ea151b8a41a1d23d1031eeb9f70d0236f8" +checksum = "14f8c75c51892f18d9c46150c5ac7beb81c95f78c8b83a634d49f4ca32551fe7" dependencies = [ "bytestring", "cfg-if", @@ -116,9 +116,9 @@ dependencies = [ [[package]] name = "actix-rt" -version = "2.10.0" +version = "2.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24eda4e2a6e042aa4e55ac438a2ae052d3b5da0ecf83d7411e1a368946925208" +checksum = "92589714878ca59a7626ea19734f0e07a6a875197eec751bb5d3f99e64998c63" dependencies = [ "actix-macros", "futures-core", @@ -127,29 +127,28 @@ dependencies = [ [[package]] name = "actix-server" -version = "2.5.0" +version = "2.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ca2549781d8dd6d75c40cf6b6051260a2cc2f3c62343d761a969a0640646894" +checksum = "a65064ea4a457eaf07f2fba30b4c695bf43b721790e9530d26cb6f9019ff7502" dependencies = [ "actix-rt", "actix-service", "actix-utils", "futures-core", "futures-util", - "mio 1.0.3", - "socket2 0.5.9", + "mio", + "socket2 0.5.10", "tokio", "tracing", ] [[package]] name = "actix-service" -version = "2.0.2" +version = "2.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b894941f818cfdc7ccc4b9e60fa7e53b5042a2e8567270f9147d5591893373a" +checksum = "9e46f36bf0e5af44bdc4bdb36fbbd421aa98c79a9bce724e1edeb3894e10dc7f" dependencies = [ "futures-core", - "paste", "pin-project-lite", ] @@ -165,9 +164,9 @@ dependencies = [ [[package]] name = "actix-web" -version = "4.9.0" +version = "4.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9180d76e5cc7ccbc4d60a506f2c727730b154010262df5b910eb17dbe4b8cb38" +checksum = "ff87453bc3b56e9b2b23c1cc0b1be8797184accf51d2abe0f8a33ec275d316bf" dependencies = [ "actix-codec", "actix-http", @@ -178,13 +177,13 @@ dependencies = [ "actix-service", "actix-utils", "actix-web-codegen", - "ahash 0.8.11", "bytes", "bytestring", "cfg-if", "cookie", - "derive_more 0.99.18", + "derive_more 2.1.1", "encoding_rs", + "foldhash 0.1.5", "futures-core", "futures-util", "impl-more", @@ -200,8 +199,9 @@ dependencies = [ "serde_json", "serde_urlencoded", "smallvec", - "socket2 0.5.9", + "socket2 0.6.3", "time", + "tracing", "url", ] @@ -214,7 +214,7 @@ dependencies = [ "actix-router", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] @@ -234,11 +234,11 @@ dependencies = [ [[package]] name = "addr2line" -version = "0.24.2" +version = "0.25.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1" +checksum = "1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b" dependencies = [ - "gimli 0.31.1", + "gimli 0.32.3", ] [[package]] @@ -252,9 +252,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" @@ -280,7 +280,7 @@ checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0" dependencies = [ "cfg-if", "cipher", - "cpufeatures", + "cpufeatures 0.2.17", ] [[package]] @@ -303,30 +303,30 @@ version = "0.7.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9" dependencies = [ - "getrandom 0.2.15", + "getrandom 0.2.17", "once_cell", "version_check", ] [[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", - "getrandom 0.2.15", + "getrandom 0.3.4", "once_cell", "serde", "version_check", - "zerocopy 0.7.35", + "zerocopy", ] [[package]] name = "aho-corasick" -version = "1.1.3" +version = "1.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" +checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301" dependencies = [ "memchr", ] @@ -337,12 +337,12 @@ version = "0.14.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a2477554ebf38aea815a9c4729100cfc32f766876c45b9c9c38ef221b9d1a703" dependencies = [ - "axum 0.8.4", + "axum 0.8.8", "bytes", "cfg-if", - "http 1.3.1", + "http 1.4.0", "indexmap 2.13.0", - "schemars 0.8.21", + "schemars 0.8.22", "serde", "serde_json", "serde_qs", @@ -354,9 +354,9 @@ dependencies = [ [[package]] name = "aligned-vec" -version = "0.6.1" +version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e0966165eaf052580bd70eb1b32cb3d6245774c0104d1b2793e9650bf83b52a" +checksum = "dc890384c8602f339876ded803c97ad529f3842aba97f6392b3dba0dd171769b" dependencies = [ "equator", ] @@ -399,12 +399,27 @@ checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299" [[package]] name = "anstream" -version = "0.6.18" +version = "0.6.21" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a" +dependencies = [ + "anstyle", + "anstyle-parse 0.2.7", + "anstyle-query", + "anstyle-wincon", + "colorchoice", + "is_terminal_polyfill", + "utf8parse", +] + +[[package]] +name = "anstream" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b" +checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d" dependencies = [ "anstyle", - "anstyle-parse", + "anstyle-parse 1.0.0", "anstyle-query", "anstyle-wincon", "colorchoice", @@ -414,44 +429,62 @@ dependencies = [ [[package]] name = "anstyle" -version = "1.0.10" +version = "1.0.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9" +checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000" [[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-parse" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e" dependencies = [ "utf8parse", ] [[package]] name = "anstyle-query" -version = "1.1.2" +version = "1.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c" +checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc" dependencies = [ - "windows-sys 0.59.0", + "windows-sys 0.60.2", ] [[package]] name = "anstyle-wincon" -version = "3.0.7" +version = "3.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca3534e77181a9cc07539ad51f2141fe32f6c3ffd4df76db8ad92346b003ae4e" +checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d" dependencies = [ "anstyle", - "once_cell", - "windows-sys 0.59.0", + "once_cell_polyfill", + "windows-sys 0.60.2", ] [[package]] name = "anyhow" -version = "1.0.100" +version = "1.0.102" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c" + +[[package]] +name = "ar_archive_writer" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" +checksum = "7eb93bbb63b9c227414f6eb3a0adfddca591a8ce1e9b60661bb08969b87e340b" +dependencies = [ + "object", +] [[package]] name = "arbitrary" @@ -464,9 +497,12 @@ dependencies = [ [[package]] name = "arc-swap" -version = "1.7.1" +version = "1.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457" +checksum = "f9f3647c145568cec02c42054e07bdf9a5a698e15b466fb2341bfc393cd24aa5" +dependencies = [ + "rustversion", +] [[package]] name = "argon2" @@ -512,14 +548,14 @@ version = "4.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ef1e3e699d84ab1b0911a1010c5c106aa34ae89aeac103be5ce0c3859db1e891" dependencies = [ - "term 1.0.2", + "term 1.2.1", ] [[package]] name = "askama" -version = "0.15.1" +version = "0.15.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb7125972258312e79827b60c9eb93938334100245081cf701a2dee981b17427" +checksum = "08e1676b346cadfec169374f949d7490fd80a24193d37d2afce0c047cf695e57" dependencies = [ "askama_macros", "itoa", @@ -530,9 +566,9 @@ dependencies = [ [[package]] name = "askama_derive" -version = "0.15.1" +version = "0.15.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ba5e7259a1580c61571e3116ebaaa01e3c001b2132b17c4cc5c70780ca3e994" +checksum = "7661ff56517787343f376f75db037426facd7c8d3049cef8911f1e75016f3a37" dependencies = [ "askama_parser", "basic-toml", @@ -542,23 +578,23 @@ dependencies = [ "rustc-hash 2.1.1", "serde", "serde_derive", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] name = "askama_macros" -version = "0.15.1" +version = "0.15.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "236ce20b77cb13506eaf5024899f4af6e12e8825f390bd943c4c37fd8f322e46" +checksum = "713ee4dbfd1eb719c2dab859465b01fa1d21cb566684614a713a6b7a99a4e47b" dependencies = [ "askama_derive", ] [[package]] name = "askama_parser" -version = "0.15.1" +version = "0.15.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f3c63392767bb2df6aa65a6e1e3b80fd89bb7af6d58359b924c0695620f1512e" +checksum = "1d62d674238a526418b30c0def480d5beadb9d8964e7f38d635b03bf639c704c" dependencies = [ "rustc-hash 2.1.1", "serde", @@ -607,7 +643,7 @@ checksum = "965c2d33e53cb6b267e148a4cb0760bc01f4904c1cd4bb4002a085bb016d1490" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", "synstructure", ] @@ -619,7 +655,7 @@ checksum = "3109e49b1e4909e9db6515a30c633684d68cdeaa252f215214cb4fa1a5bfee2c" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", "synstructure", ] @@ -631,7 +667,7 @@ checksum = "7b18050c2cd6fe86c3a76584ef5e0baf286d038cda203eb6223df2cc413565f7" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] @@ -646,13 +682,12 @@ dependencies = [ [[package]] name = "assert_cmd" -version = "2.0.16" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc1835b7f27878de8525dc71410b5a31cdcc5f230aed5ba5df968e09c201b23d" +checksum = "9a686bbee5efb88a82df0621b236e74d925f470e5445d3220a5648b892ec99c9" dependencies = [ "anstyle", "bstr", - "doc-comment", "libc", "predicates", "predicates-core", @@ -691,18 +726,14 @@ dependencies = [ [[package]] name = "async-compression" -version = "0.4.18" +version = "0.4.41" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df895a515f70646414f4b45c0b79082783b80552b373a68283012928df56f522" +checksum = "d0f9ee0f6e02ffd7ad5816e9464499fba7b3effd01123b515c41d1697c43dad1" dependencies = [ - "brotli 7.0.0", - "flate2", - "futures-core", - "memchr", + "compression-codecs", + "compression-core", "pin-project-lite", "tokio", - "zstd", - "zstd-safe", ] [[package]] @@ -713,37 +744,36 @@ checksum = "096146020b08dbc4587685b0730a7ba905625af13c65f8028035cdfd69573c91" dependencies = [ "anyhow", "futures", - "http 1.3.1", + "http 1.4.0", "httparse", "log", ] [[package]] name = "async-io" -version = "2.4.0" +version = "2.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059" +checksum = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc" dependencies = [ - "async-lock", + "autocfg 1.5.0", "cfg-if", "concurrent-queue", "futures-io", "futures-lite", "parking", "polling", - "rustix 0.38.44", + "rustix 1.1.4", "slab", - "tracing", - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] name = "async-lock" -version = "3.4.0" +version = "3.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18" +checksum = "290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311" dependencies = [ - "event-listener 5.4.0", + "event-listener 5.4.1", "event-listener-strategy", "pin-project-lite", ] @@ -788,7 +818,7 @@ checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] @@ -805,7 +835,7 @@ checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] @@ -827,12 +857,12 @@ dependencies = [ "async-net", "futures", "futures-rustls", - "http 1.3.1", + "http 1.4.0", "lazy_static", "log", "rustls-pki-types", "thiserror 1.0.69", - "webpki-roots 0.26.8", + "webpki-roots 0.26.11", ] [[package]] @@ -847,13 +877,13 @@ version = "0.0.0" dependencies = [ "attestation_testing", "candid", - "der 0.7.9", - "getrandom 0.2.15", + "der 0.7.10", + "getrandom 0.2.17", "hex", "ic-utils 0.9.0", "ic-utils-rustfmt", - "prost 0.13.4", - "prost-build 0.13.4", + "prost 0.13.5", + "prost-build 0.13.5", "rand 0.8.5", "serde", "sev", @@ -867,7 +897,7 @@ name = "attestation_testing" version = "0.0.0" dependencies = [ "attestation", - "der 0.7.9", + "der 0.7.10", "p384", "rand 0.8.5", "rsa", @@ -889,13 +919,13 @@ dependencies = [ [[package]] name = "auto_impl" -version = "1.2.1" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e12882f59de5360c748c4cbf569a042d5fb0eb515f7bea9c1f470b47f6ffbd73" +checksum = "ffdcb70bdbc4d478427380519163274ac86e52916e10f0a8889adf0f96d3fee7" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] @@ -923,7 +953,7 @@ dependencies = [ "axum-core 0.4.5", "bytes", "futures-util", - "http 1.3.1", + "http 1.4.0", "http-body 1.0.1", "http-body-util", "itoa", @@ -935,24 +965,24 @@ dependencies = [ "rustversion", "serde", "sync_wrapper", - "tower 0.5.2", + "tower 0.5.3", "tower-layer", "tower-service", ] [[package]] name = "axum" -version = "0.8.4" +version = "0.8.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "021e862c184ae977658b36c4500f7feac3221ca5da43e3f25bd04ab6c79a29b5" +checksum = "8b52af3cb4058c895d37317bb27508dccc8e5f2d39454016b297bf4a400597b8" dependencies = [ - "axum-core 0.5.2", + "axum-core 0.5.6", "axum-macros", "base64 0.22.1", "bytes", "form_urlencoded", "futures-util", - "http 1.3.1", + "http 1.4.0", "http-body 1.0.1", "http-body-util", "hyper 1.8.1", @@ -963,16 +993,15 @@ dependencies = [ "mime", "percent-encoding", "pin-project-lite", - "rustversion", - "serde", + "serde_core", "serde_json", "serde_path_to_error", "serde_urlencoded", "sha1", "sync_wrapper", "tokio", - "tokio-tungstenite 0.26.2", - "tower 0.5.2", + "tokio-tungstenite 0.28.0", + "tower 0.5.3", "tower-layer", "tower-service", "tracing", @@ -987,7 +1016,7 @@ dependencies = [ "async-trait", "bytes", "futures-util", - "http 1.3.1", + "http 1.4.0", "http-body 1.0.1", "http-body-util", "mime", @@ -1000,18 +1029,17 @@ dependencies = [ [[package]] name = "axum-core" -version = "0.5.2" +version = "0.5.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68464cd0412f486726fb3373129ef5d2993f90c34bc2bc1c1e9943b2f4fc7ca6" +checksum = "08c78f31d7b1291f7ee735c1c6780ccde7785daae9a9206026862dab7d8792d1" dependencies = [ "bytes", "futures-core", - "http 1.3.1", + "http 1.4.0", "http-body 1.0.1", "http-body-util", "mime", "pin-project-lite", - "rustversion", "sync_wrapper", "tower-layer", "tower-service", @@ -1020,25 +1048,25 @@ dependencies = [ [[package]] name = "axum-extra" -version = "0.10.1" +version = "0.10.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "45bf463831f5131b7d3c756525b305d40f1185b688565648a92e1392ca35713d" +checksum = "9963ff19f40c6102c76756ef0a46004c0d58957d87259fc9208ff8441c12ab96" dependencies = [ - "axum 0.8.4", - "axum-core 0.5.2", + "axum 0.8.8", + "axum-core 0.5.6", "bytes", "futures-util", - "headers 0.4.0", - "http 1.3.1", + "headers 0.4.1", + "http 1.4.0", "http-body 1.0.1", "http-body-util", "mime", "pin-project-lite", "rustversion", - "serde", - "tower 0.5.2", + "serde_core", "tower-layer", "tower-service", + "tracing", ] [[package]] @@ -1049,7 +1077,7 @@ checksum = "604fde5e028fea851ce1d8570bbdc034bec850d157f7569d10f347d06808c05c" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] @@ -1061,16 +1089,16 @@ dependencies = [ "arc-swap", "bytes", "fs-err", - "http 1.3.1", + "http 1.4.0", "http-body 1.0.1", "hyper 1.8.1", "hyper-util", "pin-project-lite", - "rustls 0.23.27", + "rustls 0.23.37", "rustls-pemfile", "rustls-pki-types", "tokio", - "tokio-rustls 0.26.1", + "tokio-rustls 0.26.4", "tower-service", ] @@ -1081,7 +1109,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b62ddb9cb1ec0a098ad4bbf9344d0713fa193ae1a80af55febcff2627b6a00c1" dependencies = [ "futures-core", - "getrandom 0.2.15", + "getrandom 0.2.17", "instant", "pin-project-lite", "rand 0.8.5", @@ -1090,17 +1118,17 @@ dependencies = [ [[package]] name = "backtrace" -version = "0.3.74" +version = "0.3.76" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a" +checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6" dependencies = [ - "addr2line 0.24.2", + "addr2line 0.25.1", "cfg-if", "libc", "miniz_oxide", - "object 0.36.7", + "object", "rustc-demangle", - "windows-targets 0.52.6", + "windows-link", ] [[package]] @@ -1116,9 +1144,9 @@ name = "bare_metal_deployment" version = "0.0.0" dependencies = [ "anyhow", - "clap 4.5.27", + "clap 4.6.0", "deterministic_ips", - "http 1.3.1", + "http 1.4.0", "macaddr", "rand 0.8.5", "rexpect", @@ -1158,7 +1186,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2c8d66485a3a2ea485c1913c4572ce0256067a5377ac8c75c4960e1cda98605f" dependencies = [ "bitcoin-internals", - "bitcoin_hashes 0.14.0", + "bitcoin_hashes 0.14.1", ] [[package]] @@ -1181,24 +1209,24 @@ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" [[package]] name = "base64-url" -version = "2.0.2" +version = "3.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fb9fb9fb058cc3063b5fc88d9a21eefa2735871498a04e1650da76ed511c8569" +checksum = "d3b761ea69df72d0cc9591ea39adfb0e3b922a27dc535227d7ffbed5702e8809" dependencies = [ - "base64 0.21.7", + "base64 0.22.1", ] [[package]] name = "base64ct" -version = "1.6.0" +version = "1.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" +checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06" [[package]] name = "basic-toml" -version = "0.1.9" +version = "0.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "823388e228f614e9558c6804262db37960ec8821856535f5c3f59913140558f8" +checksum = "ba62675e8242a4c4e806d12f11d136e626e6c8361d6b829310732241652a178a" dependencies = [ "serde", ] @@ -1217,9 +1245,9 @@ checksum = "d86b93f97252c47b41663388e6d155714a9d0c398b99f1005cbc5f978b29f445" [[package]] name = "bech32" -version = "0.11.0" +version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d965446196e3b7decd44aa7ee49e31d630118f90ef12f97900f262eb915c951d" +checksum = "32637268377fc7b10a8c6d51de3e7fba1ce5dd371a96e342b34e6078db558e7f" [[package]] name = "beef" @@ -1242,7 +1270,7 @@ version = "0.69.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088" dependencies = [ - "bitflags 2.10.0", + "bitflags 2.11.0", "cexpr", "clang-sys", "itertools 0.12.1", @@ -1253,16 +1281,16 @@ dependencies = [ "regex", "rustc-hash 1.1.0", "shlex", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] name = "bindgen" -version = "0.71.1" +version = "0.72.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3" +checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895" dependencies = [ - "bitflags 2.10.0", + "bitflags 2.11.0", "cexpr", "clang-sys", "itertools 0.13.0", @@ -1273,7 +1301,7 @@ dependencies = [ "regex", "rustc-hash 2.1.1", "shlex", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] @@ -1384,11 +1412,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "abf573e7be7ffca0b5c7632aafc2eb6759db362e2a0fe2375f18c664ba1346c8" dependencies = [ "base58ck", - "bech32 0.11.0", + "bech32 0.11.1", "bitcoin-internals", "bitcoin-io", "bitcoin-units", - "bitcoin_hashes 0.14.0", + "bitcoin_hashes 0.14.1", "hex-conservative", "hex_lit", "scrypt", @@ -1407,9 +1435,9 @@ dependencies = [ [[package]] name = "bitcoin-io" -version = "0.1.3" +version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b47c4ab7a93edb0c7198c5535ed9b52b63095f4e9b45279c6736cec4b856baf" +checksum = "2dee39a0ee5b4095224a0cfc6bf4cc1baf0f9624b96b367e53b66d974e51d953" [[package]] name = "bitcoin-units" @@ -1429,9 +1457,9 @@ checksum = "006cc91e1a1d99819bc5b8214be3555c1f0611b169f527a1fdc54ed1f2b745b0" [[package]] name = "bitcoin_hashes" -version = "0.14.0" +version = "0.14.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb18c03d0db0247e147a21a6faafd5a7eb851c743db062de72018b6b7e8e4d16" +checksum = "26ec84b80c482df901772e931a9a681e26a1b9ee2302edeff23cb30328745c8b" dependencies = [ "bitcoin-io", "hex-conservative", @@ -1440,22 +1468,22 @@ dependencies = [ [[package]] name = "bitfield" -version = "0.19.1" +version = "0.19.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db1bcd90f88eabbf0cadbfb87a45bceeaebcd3b4bc9e43da379cd2ef0162590d" +checksum = "21ba6517c6b0f2bf08be60e187ab64b038438f22dd755614d8fe4d4098c46419" dependencies = [ "bitfield-macros", ] [[package]] name = "bitfield-macros" -version = "0.19.1" +version = "0.19.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3787a07661997bfc05dd3431e379c0188573f78857080cf682e1393ab8e4d64c" +checksum = "f48d6ace212fdf1b45fd6b566bb40808415344642b76c3224c07c8df9da81e97" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] @@ -1466,9 +1494,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" [[package]] name = "bitflags" -version = "2.10.0" +version = "2.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3" +checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af" [[package]] name = "bitvec" @@ -1503,7 +1531,7 @@ dependencies = [ "hex", "ic-cdk", "ic-http-types", - "ic-stable-structures 0.6.8", + "ic-stable-structures 0.6.9", "pocket-ic", "scraper", "serde", @@ -1530,11 +1558,20 @@ dependencies = [ "generic-array", ] +[[package]] +name = "block2" +version = "0.6.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5" +dependencies = [ + "objc2", +] + [[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.5.0", "async-task", @@ -1551,9 +1588,9 @@ checksum = "dc0b364ead1874514c8c2855ab558056ebfeb775653e7ae45ff72f28f8f3166c" [[package]] name = "borsh" -version = "1.5.5" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5430e3be710b68d984d1391c854eb431a9d548640711faa54eecb1df93db91cc" +checksum = "d1da5ab77c1437701eeff7c88d968729e7766172279eab0676857b3d63af7a6f" dependencies = [ "borsh-derive", "cfg_aliases", @@ -1561,58 +1598,26 @@ dependencies = [ [[package]] name = "borsh-derive" -version = "1.5.5" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8b668d39970baad5356d7c83a86fee3a539e6f93bf6764c97368243e17a0487" +checksum = "0686c856aa6aac0c4498f936d7d6a02df690f614c03e4d906d1018062b5c5e2c" dependencies = [ "once_cell", "proc-macro-crate", "proc-macro2", "quote", - "syn 2.0.110", -] - -[[package]] -name = "brotli" -version = "6.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74f7971dbd9326d58187408ab83117d8ac1bb9c17b085fdacd1cf2f598719b6b" -dependencies = [ - "alloc-no-stdlib", - "alloc-stdlib", - "brotli-decompressor 4.0.2", -] - -[[package]] -name = "brotli" -version = "7.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc97b8f16f944bba54f0433f07e30be199b6dc2bd25937444bbad560bcea29bd" -dependencies = [ - "alloc-no-stdlib", - "alloc-stdlib", - "brotli-decompressor 4.0.2", + "syn 2.0.117", ] [[package]] name = "brotli" -version = "8.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9991eea70ea4f293524138648e41ee89b0b2b12ddef3b255effa43c8056e0e0d" -dependencies = [ - "alloc-no-stdlib", - "alloc-stdlib", - "brotli-decompressor 5.0.0", -] - -[[package]] -name = "brotli-decompressor" -version = "4.0.2" +version = "8.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74fa05ad7d803d413eb8380983b092cbbaf9a85f151b871360e7b00cd7060b37" +checksum = "4bd8b9603c7aa97359dbd97ecf258968c95f3adddd6db2f7e7a5bef101c84560" dependencies = [ "alloc-no-stdlib", "alloc-stdlib", + "brotli-decompressor", ] [[package]] @@ -1646,9 +1651,9 @@ dependencies = [ [[package]] name = "bstr" -version = "1.11.3" +version = "1.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "531a9155a481e2ee699d4f98f43c0ca4ff8ee1bfd55c31e9e98fb29d2b176fe0" +checksum = "63044e1ae8e69f3b5a92c736ca6269b8d12fa7efe39bf34ddb06d102cf0e2cab" dependencies = [ "memchr", "regex-automata", @@ -1695,7 +1700,7 @@ name = "build-info-common" version = "0.0.27" source = "git+https://github.com/dfinity-lab/build-info?rev=701a696844fba5c87df162fbbc1ccef96f27c9d7#701a696844fba5c87df162fbbc1ccef96f27c9d7" dependencies = [ - "derive_more 0.99.18", + "derive_more 0.99.20", "semver", "serde", ] @@ -1722,9 +1727,9 @@ dependencies = [ [[package]] name = "bumpalo" -version = "3.17.0" +version = "3.20.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf" +checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb" dependencies = [ "allocator-api2", ] @@ -1737,9 +1742,9 @@ checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06" [[package]] name = "byte-slice-cast" -version = "1.2.2" +version = "1.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c3ac9f8b63eca6fd385229b3675f6cc0dc5c8a5c8a54a59d4f52ffd670d87b0c" +checksum = "7575182f7272186991736b70173b0ea045398f984bf5ebbb3804736ce1330c9d" [[package]] name = "byte-unit" @@ -1781,9 +1786,9 @@ checksum = "175812e0be2bccb6abe50bb8d566126198344f707e304f45c648fd8f2cc0365e" [[package]] name = "bytemuck" -version = "1.21.0" +version = "1.25.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef657dfab802224e671f5818e9a4935f9b1957ed18e58292690cc39e7a4092a3" +checksum = "c8efb64bd706a16a1bdde310ae86b351e4d21550d98d056f22f8a7f7a2183fec" [[package]] name = "byteorder" @@ -1802,27 +1807,26 @@ dependencies = [ [[package]] name = "bytesize" -version = "1.3.0" +version = "1.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3e368af43e418a04d52505cf3dbc23dda4e3407ae2fa99fd0e4f308ce546acc" +checksum = "2e93abca9e28e0a1b9877922aacb20576e05d4679ffa78c3d6dc22a26a216659" [[package]] name = "bytestring" -version = "1.4.0" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e465647ae23b2823b0753f50decb2d5a86d2bb2cac04788fafd1f80e45378e5f" +checksum = "113b4343b5f6617e7ad401ced8de3cc8b012e73a594347c307b90db3e9271289" dependencies = [ "bytes", ] [[package]] name = "bzip2-sys" -version = "0.1.11+1.0.8" +version = "0.1.13+1.0.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc" +checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14" dependencies = [ "cc", - "libc", "pkg-config", ] @@ -1850,7 +1854,7 @@ version = "0.54.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9718806c4a2fe9e8a56fd736f97b340dd10ed1be8ed733ed50449f351dc33cae" dependencies = [ - "ahash 0.8.11", + "ahash 0.8.12", "cached_proc_macro", "cached_proc_macro_types", "hashbrown 0.14.5", @@ -1865,8 +1869,8 @@ version = "0.56.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "801927ee168e17809ab8901d9f01f700cd7d8d6a6527997fee44e4b0327a253c" dependencies = [ - "ahash 0.8.11", - "hashbrown 0.15.2", + "ahash 0.8.12", + "hashbrown 0.15.5", "once_cell", "thiserror 2.0.18", "web-time", @@ -1881,7 +1885,7 @@ dependencies = [ "darling 0.20.11", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] @@ -1913,18 +1917,18 @@ dependencies = [ [[package]] name = "camino" -version = "1.1.9" +version = "1.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3" +checksum = "e629a66d692cb9ff1a1c664e41771b3dcaf961985a9774c0eb0bd1b51cf60a48" dependencies = [ - "serde", + "serde_core", ] [[package]] name = "canbench-rs" -version = "0.4.0" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0dfe0fee0135b3face2ff259fddc28fff3c28e7acd84ae7746e25972f11230f9" +checksum = "3d959bc8d6e4738bcfed6682d46ef105db17e5fe81d4c30e8b49b03b9badd2c8" dependencies = [ "canbench-rs-macros", "candid", @@ -1934,9 +1938,9 @@ dependencies = [ [[package]] name = "canbench-rs-macros" -version = "0.4.0" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "237e2e5d914039918eee4bdf141e976ff34cf4130c6760808a047c081710e0a8" +checksum = "3198f118892181c4f4d30cfb423511a11b9d7e8d7efb94aa58777db78da27bd8" dependencies = [ "proc-macro2", "quote", @@ -1945,9 +1949,9 @@ dependencies = [ [[package]] name = "candid" -version = "0.10.22" +version = "0.10.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b64a1b8e8c368f8ffd2aaa64c7189d0a84783ba162f64de647cefedb4f12c88" +checksum = "601b519700ec333a2a2c7eb3e8e1eca89177055e3e1fb24ca42cbbb025986696" dependencies = [ "anyhow", "binread", @@ -1959,7 +1963,7 @@ dependencies = [ "num-bigint 0.4.6", "num-traits", "paste", - "pretty 0.12.3", + "pretty 0.12.5", "serde", "serde_bytes", "stacker", @@ -1977,14 +1981,14 @@ dependencies = [ [[package]] name = "candid_derive" -version = "0.10.22" +version = "0.10.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a3ad1d26683b72c7fd16c8b2e3ebacf8785c9532389286c89971c1770ee57ce" +checksum = "f195a40cd3d199191fc8b534165fadd78c08a1f9666222addaf9f58593002a73" dependencies = [ "lazy_static", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] @@ -2002,7 +2006,7 @@ dependencies = [ "lalrpop-util 0.20.2", "logos 0.13.0", "num-bigint 0.4.6", - "pretty 0.12.3", + "pretty 0.12.5", "thiserror 1.0.69", ] @@ -2098,7 +2102,7 @@ dependencies = [ "darling 0.20.11", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] @@ -2110,7 +2114,7 @@ dependencies = [ "darling 0.20.11", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] @@ -2158,9 +2162,9 @@ dependencies = [ [[package]] name = "cc" -version = "1.2.48" +version = "1.2.57" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c481bdbf0ed3b892f6f806287d72acd515b352a4ec27a208489b8c1bc839633a" +checksum = "7a0dd1ca384932ff3641c8718a02769f1698e7563dc6974ffd03346116310423" dependencies = [ "find-msvc-tools", "jobserver", @@ -2170,9 +2174,9 @@ dependencies = [ [[package]] name = "cddl" -version = "0.9.4" +version = "0.9.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2cc18488a72cef88de14f00d3db73f57a9511d53ae8dd72204a4bf8bc19309d7" +checksum = "498e60dd4fd981287be993aa72fcac506e97bbf467c53a9e8e5985e0390108db" dependencies = [ "abnf_to_pest", "base16", @@ -2182,23 +2186,26 @@ dependencies = [ "clap 3.2.25", "codespan-reporting", "console_error_panic_hook", - "crossterm 0.27.0", + "crossterm", "data-encoding", "displaydoc", "hexf-parse", - "itertools 0.11.0", + "itertools 0.14.0", + "js-sys", "lexical-core", "log", "pest_meta", "pest_vm", "regex", - "regex-syntax 0.7.5", + "regex-syntax 0.8.10", "serde", "serde-wasm-bindgen", "serde_json", "simplelog", "uriparse", "wasm-bindgen", + "wasm-bindgen-test", + "web-sys", ] [[package]] @@ -2218,9 +2225,9 @@ dependencies = [ [[package]] name = "cfg-if" -version = "1.0.0" +version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" +checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" [[package]] name = "cfg_aliases" @@ -2236,7 +2243,18 @@ checksum = "c3613f74bd2eac03dad61bd53dbe620703d4371614fe0bc3b9f04dd36fe4e818" dependencies = [ "cfg-if", "cipher", - "cpufeatures", + "cpufeatures 0.2.17", +] + +[[package]] +name = "chacha20" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6f8d983286843e49675a4b7a2d174efe136dc93a18d69130dd18198a6c167601" +dependencies = [ + "cfg-if", + "cpufeatures 0.3.0", + "rand_core 0.10.0", ] [[package]] @@ -2246,7 +2264,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "10cd79432192d1c0f4e1a0fef9527696cc039165d729fb41b3f4f4f354c2dc35" dependencies = [ "aead", - "chacha20", + "chacha20 0.9.1", "cipher", "poly1305", "zeroize", @@ -2254,9 +2272,9 @@ dependencies = [ [[package]] name = "chrono" -version = "0.4.42" +version = "0.4.44" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2" +checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0" dependencies = [ "iana-time-zone", "js-sys", @@ -2290,7 +2308,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9" dependencies = [ "ciborium-io", - "half 2.4.1", + "half 2.7.1", ] [[package]] @@ -2312,7 +2330,7 @@ checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4" dependencies = [ "glob", "libc", - "libloading 0.8.6", + "libloading 0.8.9", ] [[package]] @@ -2334,23 +2352,23 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.27" +version = "4.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "769b0145982b4b48713e01ec42d61614425f27b7058bda7180a3a41f30104796" +checksum = "b193af5b67834b676abd72466a96c1024e6a6ad978a1f484bd90b85c94041351" dependencies = [ "clap_builder", - "clap_derive 4.5.24", + "clap_derive 4.6.0", ] [[package]] name = "clap_builder" -version = "4.5.27" +version = "4.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b26884eb4b57140e4d2d93652abfa49498b938b3c9179f9fc487b0acc3edad7" +checksum = "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f" dependencies = [ - "anstream", + "anstream 1.0.0", "anstyle", - "clap_lex 0.7.4", + "clap_lex 1.1.0", "strsim 0.11.1", ] @@ -2369,14 +2387,14 @@ dependencies = [ [[package]] name = "clap_derive" -version = "4.5.24" +version = "4.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "54b755194d6389280185988721fffba69495eed5ee9feeee9a599b53db80318c" +checksum = "1110bd8a634a1ab8cb04345d8d878267d57c3cf1b38d91b71af6686408bbca6a" dependencies = [ "heck 0.5.0", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] @@ -2390,9 +2408,9 @@ dependencies = [ [[package]] name = "clap_lex" -version = "0.7.4" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6" +checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9" [[package]] name = "clocksource" @@ -2431,12 +2449,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1678b3295890df5895480a7c080430e73df2b7101f1763f62a3b32dd532f1d37" dependencies = [ "chrono", - "http 1.3.1", + "http 1.4.0", "reqwest", "serde", "serde_json", "serde_urlencoded", - "serde_with 3.16.0", + "serde_with 3.18.0", "thiserror 2.0.18", "url", "urlencoding", @@ -2464,9 +2482,9 @@ dependencies = [ [[package]] name = "colorchoice" -version = "1.0.3" +version = "1.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990" +checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570" [[package]] name = "colored" @@ -2478,6 +2496,15 @@ dependencies = [ "windows-sys 0.59.0", ] +[[package]] +name = "colored" +version = "3.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "faf9468729b8cbcea668e36183cb69d317348c2e08e994829fb56ebfdfbaac34" +dependencies = [ + "windows-sys 0.48.0", +] + [[package]] name = "combine" version = "4.6.7" @@ -2519,9 +2546,9 @@ dependencies = [ [[package]] name = "comparable" -version = "0.5.5" +version = "0.5.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8606f9aa5b5a2df738584b139c79413d0c1545ed0ffd16e76e0944d1de7388c0" +checksum = "838d2d21a142bc619c262bb2145d1af0a2e3dccfcb1360bbc47ae4c6686e1ec6" dependencies = [ "comparable_derive", "comparable_helper", @@ -2531,9 +2558,9 @@ dependencies = [ [[package]] name = "comparable_derive" -version = "0.5.5" +version = "0.5.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41f36ea7383b9a2a9ae0a4e225d8a9c1c3aeadde78c59cdc35bad5c02b4dad01" +checksum = "8fef8fab462495e2956b0666a4fb50c6c5058bdbd2c2bc91c5894a03f916177f" dependencies = [ "convert_case 0.4.0", "proc-macro2", @@ -2543,9 +2570,9 @@ dependencies = [ [[package]] name = "comparable_helper" -version = "0.5.5" +version = "0.5.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "71c9b60259084f32c14d32476f3a299b4997e3c186e1473bd972ff8a8c83d1b4" +checksum = "be7a1af3ce1ccc3c9a6edfc769672c5d7512959e292882beca663843a660eb9e" dependencies = [ "convert_case 0.6.0", "proc-macro2", @@ -2553,6 +2580,26 @@ dependencies = [ "syn 1.0.109", ] +[[package]] +name = "compression-codecs" +version = "0.4.37" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "eb7b51a7d9c967fc26773061ba86150f19c50c0d65c887cb1fbe295fd16619b7" +dependencies = [ + "brotli", + "compression-core", + "flate2", + "memchr", + "zstd", + "zstd-safe", +] + +[[package]] +name = "compression-core" +version = "0.4.31" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "75984efb6ed102a0d42db99afb6c1948f0380d1d91808d5529916e6c08b49d8d" + [[package]] name = "concurrent-queue" version = "2.5.0" @@ -2568,7 +2615,7 @@ version = "1.0.0" dependencies = [ "anyhow", "askama", - "clap 4.5.27", + "clap 4.6.0", "config_types", "deterministic_ips", "fs_extra", @@ -2751,9 +2798,9 @@ dependencies = [ [[package]] name = "console" -version = "0.15.10" +version = "0.15.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea3c6ecd8059b57859df5c69830340ed3c41d30e3da0c1cbed90a96ac853041b" +checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8" dependencies = [ "encode_unicode", "libc", @@ -2774,15 +2821,14 @@ dependencies = [ [[package]] name = "const-hex" -version = "1.14.0" +version = "1.18.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b0485bab839b018a8f1723fc5391819fea5f8f0f32288ef8a735fd096b6160c" +checksum = "531185e432bb31db1ecda541e9e7ab21468d4d844ad7505e0546a49b4945d49b" dependencies = [ "cfg-if", - "cpufeatures", - "hex", + "cpufeatures 0.2.17", "proptest", - "serde", + "serde_core", ] [[package]] @@ -2806,11 +2852,31 @@ version = "0.1.16" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e" dependencies = [ - "getrandom 0.2.15", + "getrandom 0.2.17", "once_cell", "tiny-keccak", ] +[[package]] +name = "const_format" +version = "0.2.35" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7faa7469a93a566e9ccc1c73fe783b4a65c274c5ace346038dca9c39fe0030ad" +dependencies = [ + "const_format_proc_macros", +] + +[[package]] +name = "const_format_proc_macros" +version = "0.2.34" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1d57c2eccfb16dbac1f4e61e206105db5820c9d26c3c472bc17c774259ef7744" +dependencies = [ + "proc-macro2", + "quote", + "unicode-xid", +] + [[package]] name = "convert_case" version = "0.4.0" @@ -2826,6 +2892,15 @@ dependencies = [ "unicode-segmentation", ] +[[package]] +name = "convert_case" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9" +dependencies = [ + "unicode-segmentation", +] + [[package]] name = "cookie" version = "0.16.2" @@ -2849,9 +2924,9 @@ dependencies = [ [[package]] name = "core-foundation" -version = "0.10.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63" +checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6" dependencies = [ "core-foundation-sys", "libc", @@ -2881,6 +2956,15 @@ dependencies = [ "libc", ] +[[package]] +name = "cpufeatures" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201" +dependencies = [ + "libc", +] + [[package]] name = "cranelift-assembler-x64" version = "0.129.1" @@ -2935,7 +3019,7 @@ dependencies = [ "cranelift-entity", "cranelift-isle", "gimli 0.33.0", - "hashbrown 0.15.2", + "hashbrown 0.15.5", "libm", "log", "pulley-interpreter", @@ -3024,9 +3108,9 @@ checksum = "d953932541249c91e3fa70a75ff1e52adc62979a2a8132145d4b9b3e6d1a9b6a" [[package]] name = "crc" -version = "3.3.0" +version = "3.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675" +checksum = "5eb8a2a1cd12ab0d987a5d5e825195d372001a4094a0376319d5a0ad71c1ba0d" dependencies = [ "crc-catalog", ] @@ -3039,9 +3123,9 @@ checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5" [[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", ] @@ -3055,7 +3139,7 @@ dependencies = [ "anes", "cast", "ciborium", - "clap 4.5.27", + "clap 4.6.0", "criterion-plot", "futures", "is-terminal", @@ -3156,50 +3240,34 @@ checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" [[package]] name = "crossterm" -version = "0.27.0" +version = "0.28.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f476fe445d41c9e991fd07515a6f463074b782242ccf4a5b7b1d1012e70824df" +checksum = "829d955a0bb380ef178a640b91779e3987da38c9aea133b20614cfed8cdea9c6" dependencies = [ - "bitflags 2.10.0", + "bitflags 2.11.0", "crossterm_winapi", - "libc", - "mio 0.8.11", + "mio", "parking_lot", + "rustix 0.38.44", "signal-hook", "signal-hook-mio", "winapi 0.3.9", ] [[package]] -name = "crossterm" -version = "0.28.1" +name = "crossterm_winapi" +version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "829d955a0bb380ef178a640b91779e3987da38c9aea133b20614cfed8cdea9c6" -dependencies = [ - "bitflags 2.10.0", - "crossterm_winapi", - "mio 1.0.3", - "parking_lot", - "rustix 0.38.44", - "signal-hook", - "signal-hook-mio", - "winapi 0.3.9", -] - -[[package]] -name = "crossterm_winapi" -version = "0.9.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b" +checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b" dependencies = [ "winapi 0.3.9", ] [[package]] name = "crunchy" -version = "0.2.3" +version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43da5946c66ffcc7745f48db692ffbb10a83bfe0afd96235c5c2a4fb23994929" +checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5" [[package]] name = "crypto-bigint" @@ -3227,9 +3295,9 @@ dependencies = [ [[package]] name = "crypto-common" -version = "0.1.6" +version = "0.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" +checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a" dependencies = [ "generic-array", "rand_core 0.6.4", @@ -3256,7 +3324,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331" dependencies = [ "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] @@ -3271,21 +3339,21 @@ dependencies = [ [[package]] name = "csv" -version = "1.3.1" +version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "acdc4883a9c96732e4733212c01447ebd805833b7275a73ca3ee080fd77afdaf" +checksum = "52cd9d68cf7efc6ddfaaee42e7288d3a99d613d4b50f76ce9827ae0c6e14f938" dependencies = [ "csv-core", "itoa", "ryu", - "serde", + "serde_core", ] [[package]] name = "csv-core" -version = "0.1.11" +version = "0.1.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5efa2b3d7902f4b634a20cae3c9c4e6209dc4779feb6863329607560143efa70" +checksum = "704a3c26996a80471189265814dbc2c257598b96b8a7feae2d31ace646bb9782" dependencies = [ "memchr", ] @@ -3301,12 +3369,13 @@ dependencies = [ [[package]] name = "ctrlc" -version = "3.4.5" +version = "3.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3" +checksum = "e0b1fab2ae45819af2d0731d60f2afe17227ebb1a1538a236da84c93e9a60162" dependencies = [ - "nix 0.29.0", - "windows-sys 0.59.0", + "dispatch2", + "nix 0.31.2", + "windows-sys 0.61.2", ] [[package]] @@ -3316,7 +3385,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "97fb8b7c4503de7d6ae7b42ab72a5a59857b4c937ec27a3d4539dba95b5ab2be" dependencies = [ "cfg-if", - "cpufeatures", + "cpufeatures 0.2.17", "curve25519-dalek-derive", "digest 0.10.7", "fiat-crypto", @@ -3335,7 +3404,7 @@ checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] @@ -3445,12 +3514,12 @@ dependencies = [ [[package]] name = "darling" -version = "0.21.3" +version = "0.23.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0" +checksum = "25ae13da2f202d56bd7f91c25fba009e7717a1e4a1cc98a76d844b65ae912e9d" dependencies = [ - "darling_core 0.21.3", - "darling_macro 0.21.3", + "darling_core 0.23.0", + "darling_macro 0.23.0", ] [[package]] @@ -3478,21 +3547,20 @@ dependencies = [ "proc-macro2", "quote", "strsim 0.11.1", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] name = "darling_core" -version = "0.21.3" +version = "0.23.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4" +checksum = "9865a50f7c335f53564bb694ef660825eb8610e0a53d3e11bf1b0d3df31e03b0" dependencies = [ - "fnv", "ident_case", "proc-macro2", "quote", "strsim 0.11.1", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] @@ -3514,25 +3582,25 @@ checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead" dependencies = [ "darling_core 0.20.11", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] name = "darling_macro" -version = "0.21.3" +version = "0.23.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81" +checksum = "ac3984ec7bd6cfa798e62b4a642426a5be0e68f9401cfc2a01e3fa9ea2fcdb8d" dependencies = [ - "darling_core 0.21.3", + "darling_core 0.23.0", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] name = "dary_heap" -version = "0.3.7" +version = "0.3.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04d2cd9c18b9f454ed67da600630b021a8a80bf33f8c95896ab33aaf1c26b728" +checksum = "06d2e3287df1c007e74221c49ca10a95d557349e54b3a75dc2fb14712c751f04" [[package]] name = "dashmap" @@ -3550,9 +3618,9 @@ dependencies = [ [[package]] name = "data-encoding" -version = "2.7.0" +version = "2.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e60eed09d8c01d3cee5b7d30acb059b76614c918fa0f992e0dd6eeb10daad6f" +checksum = "d7a1e2f27636f116493b8b860f5546edb47c8d8f8ea73e1d2a20be88e28d1fea" [[package]] name = "datasize" @@ -3576,27 +3644,24 @@ dependencies = [ [[package]] name = "dbus" -version = "0.9.7" +version = "0.9.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b" +checksum = "21b3aa68d7e7abee336255bd7248ea965cc393f3e70411135a6f6a4b651345d4" dependencies = [ "libc", "libdbus-sys", - "winapi 0.3.9", + "windows-sys 0.59.0", ] [[package]] name = "dbus-secret-service" -version = "4.0.3" +version = "4.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b42a16374481d92aed73ae45b1f120207d8e71d24fb89f357fadbd8f946fd84b" +checksum = "708b509edf7889e53d7efb0ffadd994cc6c2345ccb62f55cfd6b0682165e4fa6" dependencies = [ "dbus", - "futures-util", - "num", - "once_cell", "openssl", - "rand 0.8.5", + "zeroize", ] [[package]] @@ -3628,9 +3693,9 @@ dependencies = [ [[package]] name = "der" -version = "0.7.9" +version = "0.7.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0" +checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb" dependencies = [ "const-oid", "der_derive", @@ -3675,14 +3740,14 @@ checksum = "8034092389675178f570469e6c3b0465d3d30b4505c294a6550db47f3c17ad18" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] name = "deranged" -version = "0.5.6" +version = "0.5.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc3dc5ad92c2e2d1c193bbbbdf2ea477cb81331de4f3103f267ca18368b988c4" +checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c" dependencies = [ "powerfmt", "serde_core", @@ -3699,6 +3764,18 @@ dependencies = [ "syn 1.0.109", ] +[[package]] +name = "derive-ex" +version = "0.1.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bba95f299f6b9cd47f68a847eca2ae9060a2713af532dc35c342065544845407" +dependencies = [ + "proc-macro2", + "quote", + "structmeta 0.3.0", + "syn 2.0.117", +] + [[package]] name = "derive-new" version = "0.7.0" @@ -3707,31 +3784,31 @@ checksum = "2cdc8d50f426189eef89dac62fabfa0abb27d5cc008f25bf4156a0203325becc" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] name = "derive_arbitrary" -version = "1.4.1" +version = "1.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30542c1ad912e0e3d22a1935c290e12e8a29d704a420177a31faad4a601a0800" +checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] name = "derive_more" -version = "0.99.18" +version = "0.99.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f33878137e4dafd7fa914ad4e259e18a4e8e532b9617a2d0150262bf53abfce" +checksum = "6edb4b64a43d977b8e99788fe3a04d483834fba1215a7e02caa415b626497f7f" dependencies = [ "convert_case 0.4.0", "proc-macro2", "quote", "rustc_version", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] @@ -3740,7 +3817,16 @@ version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4a9b99b9cbbe49445b21764dc0625032a89b145a2642e67603e1c936f5458d05" dependencies = [ - "derive_more-impl", + "derive_more-impl 1.0.0", +] + +[[package]] +name = "derive_more" +version = "2.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134" +dependencies = [ + "derive_more-impl 2.1.1", ] [[package]] @@ -3751,7 +3837,21 @@ checksum = "cb7330aeadfbe296029522e6c40f315320aba36fc43a5b3632f3795348f3bd22" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", +] + +[[package]] +name = "derive_more-impl" +version = "2.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb" +dependencies = [ + "convert_case 0.10.0", + "proc-macro2", + "quote", + "rustc_version", + "syn 2.0.117", + "unicode-xid", ] [[package]] @@ -3759,7 +3859,7 @@ name = "deterministic_ips" version = "0.1.0" dependencies = [ "anyhow", - "clap 4.5.27", + "clap 4.6.0", "config_types", "ic-crypto-sha2", "macaddr", @@ -3767,17 +3867,17 @@ dependencies = [ [[package]] name = "devicemapper" -version = "0.34.4" +version = "0.34.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cfc1218171f91b60cfeb178048f076a79930acf1fe7c295e9304bd871da1bd35" +checksum = "3d293a7f1bbf5c26698df385d519b833946770272f1125250acb4898e9dd126a" dependencies = [ - "bitflags 2.10.0", + "bitflags 2.11.0", + "cfg-if", "devicemapper-sys", "env_logger", "log", - "nix 0.29.0", - "once_cell", - "rand 0.8.5", + "nix 0.30.1", + "rand 0.9.2", "retry", "semver", "serde", @@ -3785,11 +3885,11 @@ dependencies = [ [[package]] name = "devicemapper-sys" -version = "0.3.2" +version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "893c021558a1dc78c60171bb832e52340e7006ce0e05e6127df73de8825d0a09" +checksum = "06421aaad10b53bd5d1fe004c26efddfaaeaa4438ff52b84a0f660b3c87d63e6" dependencies = [ - "bindgen 0.71.1", + "bindgen 0.72.1", "pkg-config", ] @@ -3798,7 +3898,7 @@ name = "dflate" version = "0.1.0" dependencies = [ "anyhow", - "clap 4.5.27", + "clap 4.6.0", "libc", "tar", ] @@ -3863,7 +3963,7 @@ name = "dfn_protobuf" version = "0.9.0" dependencies = [ "on_wire", - "prost 0.13.4", + "prost 0.13.5", ] [[package]] @@ -3879,7 +3979,7 @@ dependencies = [ "byte-unit", "bytes", "candid", - "clap 4.5.27", + "clap 4.6.0", "dialoguer", "directories-next", "dunce", @@ -3896,9 +3996,9 @@ dependencies = [ "lazy_static", "reqwest", "ring", - "schemars 0.8.21", + "schemars 0.8.22", "sec1 0.3.0", - "security-framework 3.5.1", + "security-framework 3.7.0", "semver", "serde", "serde_json", @@ -3973,7 +4073,7 @@ name = "diroid" version = "0.1.0" dependencies = [ "anyhow", - "clap 4.5.27", + "clap 4.6.0", "walkdir", ] @@ -4004,8 +4104,8 @@ checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab" dependencies = [ "libc", "option-ext", - "redox_users 0.5.0", - "windows-sys 0.61.2", + "redox_users 0.5.2", + "windows-sys 0.59.0", ] [[package]] @@ -4019,6 +4119,18 @@ dependencies = [ "winapi 0.3.9", ] +[[package]] +name = "dispatch2" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1e0e367e4e7da84520dedcac1901e4da967309406d1e51017ae1abfb97adbd38" +dependencies = [ + "bitflags 2.11.0", + "block2", + "libc", + "objc2", +] + [[package]] name = "displaydoc" version = "0.2.5" @@ -4027,7 +4139,7 @@ checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] @@ -4039,12 +4151,6 @@ dependencies = [ "const-random", ] -[[package]] -name = "doc-comment" -version = "0.3.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" - [[package]] name = "downcast" version = "0.11.0" @@ -4057,15 +4163,15 @@ version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e64e461c3f1e69d99372620640b3fd5f0309eeda2e26e4af69f6760c0e1df845" dependencies = [ - "colored", + "colored 2.2.0", "fnv", ] [[package]] name = "dtoa" -version = "1.0.9" +version = "1.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dcbb2bf8e87535c23f7a8a321e364ce21462d0ff10cb6407820e8e96dfff6653" +checksum = "4c3cf4824e2d5f025c7b531afcb2325364084a16806f6d47fbc1f5fbd9960590" [[package]] name = "dtoa-short" @@ -4084,9 +4190,9 @@ checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" [[package]] name = "dyn-clone" -version = "1.0.18" +version = "1.0.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "feeef44e73baff3a26d371801df019877a9866a8c493d315ab00177843314f35" +checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555" [[package]] name = "ecdsa" @@ -4106,7 +4212,7 @@ version = "0.16.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca" dependencies = [ - "der 0.7.9", + "der 0.7.10", "digest 0.10.7", "elliptic-curve 0.13.8", "rfc6979 0.4.0", @@ -4188,9 +4294,9 @@ checksum = "12a0bb14ac04a9fcf170d0bbbef949b44cc492f4452bd20c095636956f653642" [[package]] name = "either" -version = "1.13.0" +version = "1.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0" +checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" [[package]] name = "elliptic-curve" @@ -4222,7 +4328,7 @@ dependencies = [ "base16ct 0.2.0", "crypto-bigint 0.5.5", "digest 0.10.7", - "ff 0.13.0", + "ff 0.13.1", "generic-array", "group 0.13.0", "hkdf", @@ -4269,9 +4375,9 @@ dependencies = [ [[package]] name = "ena" -version = "0.14.3" +version = "0.14.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d248bdd43ce613d87415282f69b9bb99d947d290b10962dd6c56233312c2ad5" +checksum = "eabffdaee24bd1bf95c5ef7cec31260444317e72ea56c4c91750e8b7ee58d5f1" dependencies = [ "log", ] @@ -4300,7 +4406,7 @@ dependencies = [ "heck 0.5.0", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] @@ -4313,7 +4419,7 @@ dependencies = [ "num-traits", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] @@ -4329,9 +4435,9 @@ dependencies = [ [[package]] name = "env_filter" -version = "0.1.3" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "186e05a59d4c50738528153b83b0b0194d3a29507dfec16eccd4b342903397d0" +checksum = "7a1c3cc8e57274ec99de65301228b537f1e4eedc1b8e0f9411c6caac8ae7308f" dependencies = [ "log", "regex", @@ -4339,42 +4445,42 @@ dependencies = [ [[package]] name = "env_logger" -version = "0.11.6" +version = "0.11.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dcaee3d8e3cfc3fd92428d477bc97fc29ec8716d180c0d74c643bb26166660e0" +checksum = "b2daee4ea451f429a58296525ddf28b45a3b64f1acf6587e2067437bb11e218d" dependencies = [ - "anstream", + "anstream 0.6.21", "anstyle", "env_filter", - "humantime", + "jiff", "log", ] [[package]] name = "equator" -version = "0.2.2" +version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c35da53b5a021d2484a7cc49b2ac7f2d840f8236a286f84202369bd338d761ea" +checksum = "4711b213838dfee0117e3be6ac926007d7f433d7bbe33595975d4190cb07e6fc" dependencies = [ "equator-macro", ] [[package]] name = "equator-macro" -version = "0.2.1" +version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3bf679796c0322556351f287a51b49e48f7c4986e727b5dd78c972d30e2e16cc" +checksum = "44f23cf4b44bfce11a86ace86f8a73ffdec849c9fd00a386a53d278bd9e81fb3" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] name = "equivalent" -version = "1.0.1" +version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" +checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" [[package]] name = "erased-serde" @@ -4398,12 +4504,12 @@ dependencies = [ [[package]] name = "errno" -version = "0.3.10" +version = "0.3.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d" +checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" dependencies = [ "libc", - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] @@ -4418,12 +4524,11 @@ dependencies = [ [[package]] name = "escargot" -version = "0.5.13" +version = "0.5.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "05a3ac187a16b5382fef8c69fd1bad123c67b7cf3932240a2d43dcdd32cded88" +checksum = "11c3aea32bc97b500c9ca6a72b768a26e558264303d101d3409cf6d57a9ed0cf" dependencies = [ "log", - "once_cell", "serde", "serde_json", ] @@ -4505,9 +4610,9 @@ dependencies = [ [[package]] name = "ethnum" -version = "1.5.0" +version = "1.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b90ca2580b73ab6a1f724b76ca11ab632df820fd6040c336200d2c1df7b3c82c" +checksum = "ca81e6b4777c89fd810c25a4be2b1bd93ea034fbe58e6a75216a34c6b82c539b" dependencies = [ "serde", ] @@ -4520,9 +4625,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", @@ -4535,7 +4640,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", ] @@ -4688,7 +4793,7 @@ checksum = "998b056554fbe42e03ae0e152895cd1a7e1002aec800fdc6635d20270260c46f" dependencies = [ "bit-set 0.8.0", "regex-automata", - "regex-syntax 0.8.5", + "regex-syntax 0.8.10", ] [[package]] @@ -4706,7 +4811,7 @@ dependencies = [ "num-traits", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] @@ -4721,9 +4826,9 @@ dependencies = [ [[package]] name = "ff" -version = "0.13.0" +version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ded41244b729663b1e574f1b4fb731469f69f79c17667b5d776b16cda0479449" +checksum = "c0b50bfb653653f9ca9095b427bed08ab8d75a137839d9ad64eb11810d5b6393" dependencies = [ "rand_core 0.6.4", "subtle", @@ -4737,14 +4842,13 @@ checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d" [[package]] name = "filetime" -version = "0.2.25" +version = "0.2.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586" +checksum = "f98844151eee8917efc50bd9e8318cb963ae8b297431495d3f758616ea5c57db" dependencies = [ "cfg-if", "libc", "libredox", - "windows-sys 0.59.0", ] [[package]] @@ -4771,9 +4875,9 @@ dependencies = [ [[package]] name = "find-msvc-tools" -version = "0.1.5" +version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844" +checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582" [[package]] name = "findshlibs" @@ -4813,15 +4917,15 @@ checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99" [[package]] name = "flagset" -version = "0.4.6" +version = "0.4.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3ea1ec5f8307826a5b71094dd91fc04d4ae75d5709b20ad351c7fb4815c86ec" +checksum = "b7ac824320a75a52197e8f2d787f6a38b6718bb6897a35142d749af3c0e8f4fe" [[package]] name = "flate2" -version = "1.0.35" +version = "1.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c" +checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c" dependencies = [ "crc32fast", "miniz_oxide", @@ -4855,9 +4959,9 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "foldhash" -version = "0.1.4" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a0d2fde1f7b3d48b8395d5f2de76c18a528bd6a9cdde438df747bfcba3e05d6f" +checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" [[package]] name = "foldhash" @@ -4892,7 +4996,7 @@ checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] @@ -4909,9 +5013,9 @@ checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b" [[package]] name = "form_urlencoded" -version = "1.2.1" +version = "1.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" +checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" dependencies = [ "percent-encoding", ] @@ -4948,15 +5052,15 @@ dependencies = [ [[package]] name = "fragile" -version = "2.0.0" +version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" +checksum = "28dd6caf6059519a65843af8fe2a3ae298b14b80179855aeb4adc2c1934ee619" [[package]] name = "fs-err" -version = "3.1.0" +version = "3.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1f89bda4c2a21204059a977ed3bfe746677dfd137b83c339e702b0ac91d482aa" +checksum = "73fde052dbfc920003cfd2c8e2c6e6d4cc7c1091538c3a24226cec0665ab08c0" dependencies = [ "autocfg 1.5.0", "tokio", @@ -4992,9 +5096,9 @@ dependencies = [ [[package]] name = "futures" -version = "0.3.31" +version = "0.3.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876" +checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d" dependencies = [ "futures-channel", "futures-core", @@ -5007,9 +5111,9 @@ dependencies = [ [[package]] name = "futures-channel" -version = "0.3.31" +version = "0.3.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" +checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d" dependencies = [ "futures-core", "futures-sink", @@ -5017,15 +5121,15 @@ dependencies = [ [[package]] name = "futures-core" -version = "0.3.31" +version = "0.3.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" +checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d" [[package]] name = "futures-executor" -version = "0.3.31" +version = "0.3.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f" +checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d" dependencies = [ "futures-core", "futures-task", @@ -5034,15 +5138,15 @@ dependencies = [ [[package]] name = "futures-io" -version = "0.3.31" +version = "0.3.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" +checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718" [[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", "futures-core", @@ -5053,13 +5157,13 @@ dependencies = [ [[package]] name = "futures-macro" -version = "0.3.31" +version = "0.3.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" +checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] @@ -5069,21 +5173,21 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a8f2f12607f92c69b12ed746fabf9ca4f5c482cba46679c1a75b874ed7c26adb" dependencies = [ "futures-io", - "rustls 0.23.27", + "rustls 0.23.37", "rustls-pki-types", ] [[package]] name = "futures-sink" -version = "0.3.31" +version = "0.3.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" +checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893" [[package]] name = "futures-task" -version = "0.3.31" +version = "0.3.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" +checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393" [[package]] name = "futures-timer" @@ -5093,9 +5197,9 @@ checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24" [[package]] name = "futures-util" -version = "0.3.31" +version = "0.3.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" +checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6" dependencies = [ "futures-channel", "futures-core", @@ -5105,7 +5209,6 @@ dependencies = [ "futures-task", "memchr", "pin-project-lite", - "pin-utils", "slab", ] @@ -5159,38 +5262,52 @@ dependencies = [ [[package]] name = "getopts" -version = "0.2.21" +version = "0.2.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5" +checksum = "cfe4fbac503b8d1f88e6676011885f34b7174f46e59956bba534ba83abded4df" dependencies = [ - "unicode-width 0.1.14", + "unicode-width 0.2.0", ] [[package]] name = "getrandom" -version = "0.2.15" +version = "0.2.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" +checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0" dependencies = [ "cfg-if", "js-sys", "libc", - "wasi 0.11.0+wasi-snapshot-preview1", + "wasi", "wasm-bindgen", ] [[package]] name = "getrandom" -version = "0.3.1" +version = "0.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8" +checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" dependencies = [ "cfg-if", "js-sys", "libc", - "wasi 0.13.3+wasi-0.2.2", + "r-efi 5.3.0", + "wasip2", "wasm-bindgen", - "windows-targets 0.52.6", +] + +[[package]] +name = "getrandom" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555" +dependencies = [ + "cfg-if", + "libc", + "r-efi 6.0.0", + "rand_core 0.10.0", + "wasip2", + "wasip3", ] [[package]] @@ -5216,9 +5333,9 @@ dependencies = [ [[package]] name = "gimli" -version = "0.31.1" +version = "0.32.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f" +checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7" [[package]] name = "gimli" @@ -5234,18 +5351,19 @@ dependencies = [ [[package]] name = "glob" -version = "0.3.2" +version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2" +checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280" [[package]] name = "goldenfile" -version = "1.8.0" +version = "1.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf39e208efa110ca273f7255aea02485103ffcb7e5dfa5e4196b05a02411618e" +checksum = "206600f27ef687e85a572315eb297c79f66620b2b3eeb3a6cde17f25e049ae5b" dependencies = [ "scopeguard", "similar-asserts", + "static_assertions", "tempfile", "yansi 1.0.1", ] @@ -5261,13 +5379,13 @@ dependencies = [ "futures-sink", "futures-timer", "futures-util", - "getrandom 0.3.1", + "getrandom 0.3.4", "no-std-compat", "nonzero_ext", "parking_lot", "portable-atomic", "quanta", - "rand 0.9.0", + "rand 0.9.2", "smallvec", "spinning_top", "web-time", @@ -5275,22 +5393,22 @@ dependencies = [ [[package]] name = "governor" -version = "0.10.2" +version = "0.10.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e23d5986fd4364c2fb7498523540618b4b8d92eec6c36a02e565f66748e2f79" +checksum = "9efcab3c1958580ff1f25a2a41be1668f7603d849bb63af523b208a3cc1223b8" dependencies = [ "cfg-if", "dashmap", "futures-sink", "futures-timer", "futures-util", - "getrandom 0.3.1", + "getrandom 0.3.4", "hashbrown 0.16.1", "nonzero_ext", "parking_lot", "portable-atomic", "quanta", - "rand 0.9.0", + "rand 0.9.2", "smallvec", "spinning_top", "web-time", @@ -5302,7 +5420,7 @@ version = "4.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3696fafb1ecdcc2ae3ce337de73e9202806068594b77d22fdf2f3573c5ec2219" dependencies = [ - "bitflags 2.10.0", + "bitflags 2.11.0", "crc", "simple-bytes", "uuid", @@ -5325,7 +5443,7 @@ version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63" dependencies = [ - "ff 0.13.0", + "ff 0.13.1", "rand_core 0.6.4", "subtle", ] @@ -5334,7 +5452,7 @@ dependencies = [ name = "grub" version = "1.0.0" dependencies = [ - "clap 4.5.27", + "clap 4.6.0", "ic-sys", "regex", "strum 0.26.3", @@ -5347,7 +5465,7 @@ name = "guest_disk" version = "0.0.0" dependencies = [ "anyhow", - "clap 4.5.27", + "clap 4.6.0", "config_tool", "config_types", "ic-sys", @@ -5371,10 +5489,10 @@ dependencies = [ "attestation", "config_tool", "config_types", - "der 0.7.9", + "der 0.7.10", "guest_disk", "guest_upgrade_shared", - "http 1.3.1", + "http 1.4.0", "hyper-rustls", "hyper-util", "ic-crypto-utils-threshold-sig-der", @@ -5383,12 +5501,12 @@ dependencies = [ "ic-registry-client-helpers", "ic-registry-nns-data-provider-wrappers", "rcgen 0.13.2", - "rustls 0.23.27", + "rustls 0.23.37", "sev", "sev_guest", "tokio", "tonic 0.12.3", - "tower 0.5.2", + "tower 0.5.3", "x509-parser 0.16.0", ] @@ -5400,7 +5518,7 @@ dependencies = [ "attestation", "config_tool", "config_types", - "der 0.7.9", + "der 0.7.10", "guest_upgrade_shared", "http-body-util", "hyper 1.8.1", @@ -5408,15 +5526,15 @@ dependencies = [ "ic-interfaces-registry", "ic-registry-client-helpers", "rcgen 0.13.2", - "rustls 0.23.27", + "rustls 0.23.37", "sev", "sev_guest", "thiserror 2.0.18", "tokio", - "tokio-rustls 0.26.1", + "tokio-rustls 0.26.4", "tokio-util", "tonic 0.12.3", - "tower 0.5.2", + "tower 0.5.3", "tower-http", "vsock_lib", "x509-parser 0.16.0", @@ -5427,8 +5545,8 @@ name = "guest_upgrade_shared" version = "0.0.0" dependencies = [ "attestation", - "der 0.7.9", - "prost 0.13.4", + "der 0.7.10", + "prost 0.13.5", "tonic 0.12.3", "tonic-build", ] @@ -5449,7 +5567,7 @@ dependencies = [ "ic-registry-client-fake", "ic-registry-proto-data-provider", "ic-test-utilities-registry", - "rustls 0.23.27", + "rustls 0.23.37", "sev_guest", "sev_guest_testing", "tempfile", @@ -5464,7 +5582,7 @@ dependencies = [ "anyhow", "arc-swap", "askama", - "clap 4.5.27", + "clap 4.6.0", "command_runner", "config_tool", "config_types", @@ -5473,6 +5591,7 @@ dependencies = [ "goldenfile", "gpt", "grub", + "ic-os-metrics-utils", "ic_device", "macaddr", "memchr", @@ -5498,7 +5617,7 @@ version = "1.0.0" dependencies = [ "anyhow", "base64 0.13.1", - "clap 4.5.27", + "clap 4.6.0", "config_tool", "config_types", "indoc 1.0.9", @@ -5512,9 +5631,9 @@ dependencies = [ [[package]] name = "h2" -version = "0.3.26" +version = "0.3.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8" +checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d" dependencies = [ "bytes", "fnv", @@ -5531,16 +5650,16 @@ dependencies = [ [[package]] name = "h2" -version = "0.4.7" +version = "0.4.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e" +checksum = "2f44da3a8150a6703ed5d34e164b875fd14c2cdab9af1252a9a1020bde2bdc54" dependencies = [ "atomic-waker", "bytes", "fnv", "futures-core", "futures-sink", - "http 1.3.1", + "http 1.4.0", "indexmap 2.13.0", "slab", "tokio", @@ -5556,12 +5675,13 @@ checksum = "1b43ede17f21864e81be2fa654110bf1e793774238d86ef8555c37e6519c0403" [[package]] name = "half" -version = "2.4.1" +version = "2.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888" +checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b" dependencies = [ "cfg-if", "crunchy", + "zerocopy", ] [[package]] @@ -5593,20 +5713,20 @@ version = "0.14.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" dependencies = [ - "ahash 0.8.11", + "ahash 0.8.12", "allocator-api2", "serde", ] [[package]] name = "hashbrown" -version = "0.15.2" +version = "0.15.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289" +checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" dependencies = [ "allocator-api2", "equivalent", - "foldhash 0.1.4", + "foldhash 0.1.5", "serde", ] @@ -5636,7 +5756,7 @@ version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1" dependencies = [ - "hashbrown 0.15.2", + "hashbrown 0.15.5", ] [[package]] @@ -5666,14 +5786,14 @@ dependencies = [ [[package]] name = "headers" -version = "0.4.0" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "322106e6bd0cba2d5ead589ddb8150a13d7c4217cf80d7c4f682ca994ccc6aa9" +checksum = "b3314d5adb5d94bcdf56771f2e50dbbc80bb4bdf88967526706205ac9eff24eb" dependencies = [ - "base64 0.21.7", + "base64 0.22.1", "bytes", "headers-core 0.3.0", - "http 1.3.1", + "http 1.4.0", "httpdate", "mime", "sha1", @@ -5694,7 +5814,7 @@ version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "54b4a22553d4242c49fddb9ba998a99962b5cc6f22cb5a3482bec22522403ce4" dependencies = [ - "http 1.3.1", + "http 1.4.0", ] [[package]] @@ -5729,15 +5849,9 @@ dependencies = [ [[package]] name = "hermit-abi" -version = "0.3.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" - -[[package]] -name = "hermit-abi" -version = "0.4.0" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc" +checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c" [[package]] name = "hex" @@ -5750,9 +5864,9 @@ dependencies = [ [[package]] name = "hex-conservative" -version = "0.2.1" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5313b072ce3c597065a808dbf612c4c8e8590bdbf8b579508bf7a762c5eae6cd" +checksum = "fda06d18ac606267c40c04e41b9947729bf8b9efe74bd4e82b61a5f26a510b9f" dependencies = [ "arrayvec 0.7.6", ] @@ -5765,9 +5879,9 @@ checksum = "6fe2267d4ed49bc07b63801559be28c718ea06c4738b7a03c94df7386d2cde46" [[package]] name = "hex-literal" -version = "1.0.0" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bcaaec4551594c969335c98c903c1397853d4198408ea609190f420500f6be71" +checksum = "e712f64ec3850b98572bffac52e2c6f282b29fe6c5fa6d42334b30be438d95c1" [[package]] name = "hex_lit" @@ -5788,7 +5902,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f8a6fe56c0038198998a6f217ca4e7ef3a5e51f46163bd6dd60b5c71ca6c6502" dependencies = [ "async-trait", - "bitflags 2.10.0", + "bitflags 2.11.0", "bytes", "cfg-if", "data-encoding", @@ -5796,23 +5910,23 @@ dependencies = [ "futures-channel", "futures-io", "futures-util", - "h2 0.4.7", - "http 1.3.1", + "h2 0.4.13", + "http 1.4.0", "idna", "ipnet", "once_cell", - "rand 0.9.0", + "rand 0.9.2", "ring", - "rustls 0.23.27", + "rustls 0.23.37", "rustls-pki-types", "thiserror 2.0.18", "time", "tinyvec", "tokio", - "tokio-rustls 0.26.1", + "tokio-rustls 0.26.4", "tracing", "url", - "webpki-roots 0.26.8", + "webpki-roots 0.26.11", ] [[package]] @@ -5828,15 +5942,15 @@ dependencies = [ "moka", "once_cell", "parking_lot", - "rand 0.9.0", + "rand 0.9.2", "resolv-conf", - "rustls 0.23.27", + "rustls 0.23.37", "smallvec", "thiserror 2.0.18", "tokio", - "tokio-rustls 0.26.1", + "tokio-rustls 0.26.4", "tracing", - "webpki-roots 0.26.8", + "webpki-roots 0.26.11", ] [[package]] @@ -5859,33 +5973,22 @@ dependencies = [ [[package]] name = "home" -version = "0.5.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf" -dependencies = [ - "windows-sys 0.59.0", -] - -[[package]] -name = "hostname" -version = "0.3.1" +version = "0.5.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867" +checksum = "cc627f471c528ff0c4a49e1d5e60450c8f6461dd6d10ba9dcd3a61d3dff7728d" dependencies = [ - "libc", - "match_cfg", - "winapi 0.3.9", + "windows-sys 0.61.2", ] [[package]] name = "hostname" -version = "0.4.0" +version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f9c7c7c8ac16c798734b8a24560c1362120597c40d5e1459f09498f8f6c8f2ba" +checksum = "617aaa3557aef3810a6369d0a99fac8a080891b68bd9f9812a1eeda0c0730cbd" dependencies = [ "cfg-if", "libc", - "windows", + "windows-link", ] [[package]] @@ -5893,16 +5996,17 @@ name = "hostos_tool" version = "1.0.0" dependencies = [ "anyhow", - "clap 4.5.27", + "clap 4.6.0", "command_runner", "config_tool", "config_types", "deterministic_ips", "grub", + "ic-os-metrics-utils", "ic_device", - "itertools 0.12.1", "manual_guestos_recovery", "network", + "prometheus", "regex", "tempfile", "utils", @@ -5956,12 +6060,11 @@ dependencies = [ [[package]] name = "http" -version = "1.3.1" +version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565" +checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a" dependencies = [ "bytes", - "fnv", "itoa", ] @@ -5983,7 +6086,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" dependencies = [ "bytes", - "http 1.3.1", + "http 1.4.0", ] [[package]] @@ -5994,7 +6097,7 @@ checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" dependencies = [ "bytes", "futures-core", - "http 1.3.1", + "http 1.4.0", "http-body 1.0.1", "pin-project-lite", ] @@ -6011,25 +6114,25 @@ dependencies = [ [[package]] name = "httparse" -version = "1.10.0" +version = "1.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f2d708df4e7140240a16cd6ab0ab65c972d7433ab77819ea693fde9c43811e2a" +checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" [[package]] name = "httpbin-rs" version = "0.9.0" dependencies = [ - "axum 0.8.4", - "clap 4.5.27", + "axum 0.8.8", + "clap 4.6.0", "hyper 1.8.1", "hyper-util", "rand 0.8.5", - "rustls 0.23.27", + "rustls 0.23.37", "rustls-pemfile", "serde_json", "tokio", - "tokio-rustls 0.26.1", - "tower 0.5.2", + "tokio-rustls 0.26.4", + "tower 0.5.3", ] [[package]] @@ -6040,9 +6143,9 @@ checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" [[package]] name = "humantime" -version = "2.2.0" +version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9b112acc8b3adf4b107a8ec20977da0273a8c386765a3ec0229bd500a1443f9f" +checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424" [[package]] name = "humantime-serde" @@ -6064,14 +6167,14 @@ dependencies = [ "futures-channel", "futures-core", "futures-util", - "h2 0.3.26", + "h2 0.3.27", "http 0.2.12", "http-body 0.4.6", "httparse", "httpdate", "itoa", "pin-project-lite", - "socket2 0.5.9", + "socket2 0.5.10", "tokio", "tower-service", "tracing", @@ -6088,8 +6191,8 @@ dependencies = [ "bytes", "futures-channel", "futures-core", - "h2 0.4.7", - "http 1.3.1", + "h2 0.4.13", + "http 1.4.0", "http-body 1.0.1", "httparse", "httpdate", @@ -6107,18 +6210,18 @@ version = "0.27.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58" dependencies = [ - "http 1.3.1", + "http 1.4.0", "hyper 1.8.1", "hyper-util", "log", - "rustls 0.23.27", + "rustls 0.23.37", "rustls-native-certs", "rustls-pki-types", "rustls-platform-verifier", "tokio", - "tokio-rustls 0.26.1", + "tokio-rustls 0.26.4", "tower-service", - "webpki-roots 1.0.4", + "webpki-roots 1.0.6", ] [[package]] @@ -6128,7 +6231,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "51c227614c208f7e7c2e040526912604a1a957fe467c9c2f5b06c5d032337dab" dependencies = [ "async-socks5", - "http 1.3.1", + "http 1.4.0", "hyper 1.8.1", "hyper-util", "thiserror 1.0.69", @@ -6151,37 +6254,41 @@ dependencies = [ [[package]] name = "hyper-util" -version = "0.1.12" +version = "0.1.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf9f1e950e0d9d1d3c47184416723cf29c0d1f93bd8cccf37e4beb6b44f31710" +checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0" dependencies = [ "base64 0.22.1", "bytes", "futures-channel", "futures-util", - "http 1.3.1", + "http 1.4.0", "http-body 1.0.1", "hyper 1.8.1", "ipnet", "libc", "percent-encoding", "pin-project-lite", - "socket2 0.5.9", + "socket2 0.6.3", + "system-configuration", "tokio", + "tower-layer", "tower-service", "tracing", + "windows-registry", ] [[package]] name = "iana-time-zone" -version = "0.1.61" +version = "0.1.65" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220" +checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470" dependencies = [ "android_system_properties", "core-foundation-sys", "iana-time-zone-haiku", "js-sys", + "log", "wasm-bindgen", "windows-core", ] @@ -6207,7 +6314,7 @@ dependencies = [ "slog", "tokio", "tonic 0.12.3", - "tower 0.5.2", + "tower 0.5.3", ] [[package]] @@ -6228,8 +6335,8 @@ dependencies = [ name = "ic-adapter-metrics-service" version = "0.9.0" dependencies = [ - "prost 0.13.4", - "prost-build 0.13.4", + "prost 0.13.5", + "prost-build 0.13.5", "tonic 0.12.3", "tonic-build", ] @@ -6244,7 +6351,7 @@ dependencies = [ "base64 0.13.1", "candid", "chrono", - "clap 4.5.27", + "clap 4.6.0", "cycles-minting-canister", "futures", "hex", @@ -6296,7 +6403,7 @@ dependencies = [ "maplit", "pocket-ic", "pretty_assertions", - "prost 0.13.4", + "prost 0.13.5", "registry-canister", "serde", "serde_json", @@ -6312,7 +6419,7 @@ name = "ic-admin-derive" version = "0.9.0" dependencies = [ "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] @@ -6330,13 +6437,13 @@ dependencies = [ "bytes", "cached 0.56.0", "candid", - "der 0.7.9", + "der 0.7.10", "ecdsa 0.16.9", "ed25519-consensus", "elliptic-curve 0.13.8", "futures-util", "hex", - "http 1.3.1", + "http 1.4.0", "http-body 1.0.1", "http-body-util", "ic-certification 3.1.0", @@ -6371,7 +6478,7 @@ name = "ic-artifact-downloader" version = "0.9.0" dependencies = [ "assert_matches", - "axum 0.8.4", + "axum 0.8.8", "backoff", "bytes", "criterion", @@ -6397,7 +6504,7 @@ dependencies = [ "slog", "thiserror 2.0.18", "tokio", - "tower 0.5.2", + "tower 0.5.3", "tracing", ] @@ -6426,7 +6533,7 @@ version = "0.9.0" dependencies = [ "bincode", "byteorder", - "clap 4.5.27", + "clap 4.6.0", "criterion", "ic-config", "ic-crypto-test-utils-canister-threshold-sigs", @@ -6451,7 +6558,7 @@ dependencies = [ "lmdb-rkv-sys", "nix 0.24.3", "prometheus", - "prost 0.13.4", + "prost 0.13.5", "rand 0.8.5", "rocksdb", "serde", @@ -6471,7 +6578,7 @@ version = "0.9.0" dependencies = [ "anyhow", "chrono", - "clap 4.5.27", + "clap 4.6.0", "ic-config", "ic-crypto-utils-threshold-sig-der", "ic-interfaces-registry", @@ -6515,7 +6622,7 @@ dependencies = [ "phantom_newtype", "proptest", "proptest-derive", - "prost 0.13.4", + "prost 0.13.5", "serde", "serde_bytes", "serde_cbor", @@ -6529,7 +6636,7 @@ name = "ic-base-types-protobuf-generator" version = "0.9.0" dependencies = [ "ic-utils-rustfmt", - "prost-build 0.13.4", + "prost-build 0.13.5", ] [[package]] @@ -6560,29 +6667,29 @@ version = "0.1.15" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bebf3f7882b98efacbbf60f2b215d4856f66aa3d5367eb0c9273a3f10bad676b" dependencies = [ - "ahash 0.8.11", + "ahash 0.8.12", "anyhow", "arc-swap", "async-channel 2.5.0", "async-trait", - "axum 0.8.4", + "axum 0.8.8", "axum-extra", "base64 0.22.1", "bytes", "candid", "chacha20poly1305", - "clap 4.5.27", + "clap 4.6.0", "cloudflare", "derive-new", "flate2", "fqdn", "futures", "futures-util", - "governor 0.10.2", + "governor 0.10.4", "hex", "hickory-proto", "hickory-resolver", - "http 1.3.1", + "http 1.4.0", "http-body 1.0.1", "http-body-util", "humantime", @@ -6598,35 +6705,35 @@ dependencies = [ "nix 0.30.1", "ppp", "prometheus", - "prost 0.14.1", - "prost-types 0.14.1", + "prost 0.14.3", + "prost-types 0.14.3", "rand 0.8.5", - "rcgen 0.14.5", + "rcgen 0.14.7", "regex", "reqwest", - "rustls 0.23.27", + "rustls 0.23.37", "rustls-acme", "rustls-pemfile", "rustls-platform-verifier", "scopeguard", "serde", "serde_json", - "serde_with 3.16.0", + "serde_with 3.18.0", "serde_yaml_ng", "sha1", "sha2 0.10.9", - "socket2 0.6.1", + "socket2 0.6.3", "strum 0.27.2", - "strum_macros 0.27.1", + "strum_macros 0.27.2", "systemstat", "tar", "tempfile", "thiserror 2.0.18", "tokio", "tokio-io-timeout", - "tokio-rustls 0.26.1", + "tokio-rustls 0.26.4", "tokio-util", - "tower 0.5.2", + "tower 0.5.3", "tower-service", "tower_governor 0.8.0", "tracing", @@ -6647,15 +6754,15 @@ checksum = "33384b6a13e4aba516cab14aaa9cefa930aa56489fb0807b3ee926badde01a0a" dependencies = [ "anyhow", "async-trait", - "axum 0.8.4", + "axum 0.8.8", "candid", - "clap 4.5.27", + "clap 4.6.0", "cloudflare", "derive-new", "fqdn", "hickory-proto", "hickory-resolver", - "http 1.3.1", + "http 1.4.0", "humantime", "hyper 1.8.1", "hyper-util", @@ -6663,11 +6770,11 @@ dependencies = [ "instant-acme", "parse-size", "prometheus", - "rcgen 0.14.5", + "rcgen 0.14.7", "reqwest", - "rustls 0.23.27", + "rustls 0.23.37", "serde", - "socket2 0.6.1", + "socket2 0.6.3", "strum 0.27.2", "thiserror 2.0.18", "tokio-util", @@ -6683,17 +6790,17 @@ dependencies = [ "anyhow", "arc-swap", "async-trait", - "axum 0.8.4", + "axum 0.8.8", "axum-extra", "bytes", "candid", - "clap 4.5.27", + "clap 4.6.0", "dashmap", "derive-new", "ethnum", "futures-util", "hex", - "http 1.3.1", + "http 1.4.0", "humantime", "ic-agent", "ic-base-types", @@ -6734,7 +6841,7 @@ dependencies = [ "ratelimit", "regex", "reqwest", - "rustls 0.23.27", + "rustls 0.23.37", "salt-sharing-api", "serde", "serde_cbor", @@ -6750,7 +6857,7 @@ dependencies = [ "tokio", "tokio-tungstenite 0.26.2", "tokio-util", - "tower 0.5.2", + "tower 0.5.3", "tower-http", "tower_governor 0.7.0", "tracing", @@ -6793,7 +6900,7 @@ dependencies = [ "ic-registry-routing-table", "ic-registry-subnet-type", "ic-system-test-driver", - "prost 0.13.4", + "prost 0.13.5", "rand 0.8.5", "reqwest", "slog", @@ -6826,13 +6933,13 @@ name = "ic-btc-adapter" version = "0.9.0" dependencies = [ "bitcoin-dogecoin", - "clap 4.5.27", + "clap 4.6.0", "criterion", "flate2", "futures", "hashlink 0.8.4", "hex", - "http 1.3.1", + "http 1.4.0", "hyper-util", "ic-adapter-metrics-server", "ic-btc-adapter-client", @@ -6851,7 +6958,7 @@ dependencies = [ "parking_lot", "primitive-types", "prometheus", - "prost 0.13.4", + "prost 0.13.5", "rand 0.8.5", "scrypt", "serde", @@ -6865,7 +6972,7 @@ dependencies = [ "tokio", "tokio-socks", "tonic 0.12.3", - "tower 0.5.2", + "tower 0.5.3", ] [[package]] @@ -6887,7 +6994,7 @@ dependencies = [ "slog", "tokio", "tonic 0.12.3", - "tower 0.5.2", + "tower 0.5.3", "tracing", ] @@ -6928,7 +7035,7 @@ dependencies = [ "ic-management-canister-types", "ic-metrics-assert", "ic-metrics-encoder", - "ic-stable-structures 0.6.8", + "ic-stable-structures 0.6.9", "ic-test-utilities-load-wasm", "ic-types", "ic-universal-canister", @@ -6967,7 +7074,7 @@ dependencies = [ "mockall", "prometheus", "proptest", - "prost 0.13.4", + "prost 0.13.5", "slog", "thiserror 2.0.18", ] @@ -7000,7 +7107,7 @@ dependencies = [ name = "ic-btc-service" version = "0.9.0" dependencies = [ - "prost 0.13.4", + "prost 0.13.5", "tonic 0.12.3", "tonic-build", ] @@ -7041,14 +7148,14 @@ dependencies = [ "ic-types", "ic-validator", "itertools 0.12.1", - "prost 0.13.4", + "prost 0.13.5", "rand 0.8.5", "rand_chacha 0.3.1", - "rustls 0.23.27", + "rustls 0.23.37", "serde_cbor", "tokio", "tokio-test", - "tower 0.5.2", + "tower 0.5.3", "url", ] @@ -7090,9 +7197,9 @@ dependencies = [ [[package]] name = "ic-canister-runtime" -version = "0.2.0" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "03ed95be893b8d9b7309dcfd34aac7af9414f18ea8f14f71a065f89f5b94583c" +checksum = "63a42100b2bedf3f5033bfbcf1d79a96ce1437047f38b6222a129c43d7684f58" dependencies = [ "async-trait", "candid", @@ -7134,7 +7241,7 @@ dependencies = [ "mockall", "nix 0.24.3", "num-traits", - "object 0.37.3", + "object", "once_cell", "prometheus", "rand 0.8.5", @@ -7223,7 +7330,7 @@ dependencies = [ "strum 0.26.3", "strum_macros 0.26.4", "tempfile", - "test-strategy 0.4.0", + "test-strategy 0.4.5", ] [[package]] @@ -7241,7 +7348,7 @@ dependencies = [ "rand 0.8.5", "rand_chacha 0.3.1", "scoped_threadpool", - "test-strategy 0.4.0", + "test-strategy 0.4.5", "thiserror 2.0.18", ] @@ -7257,9 +7364,9 @@ dependencies = [ [[package]] name = "ic-cbor" -version = "3.0.3" +version = "3.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a0efada960a6c9fb023f45ed95801b757a033dafba071e4f386c6c112ca186d9" +checksum = "3ad96f92a9aa201f4578e80409e7f02a0561b4229f0032ea4f24c5a2ecebd15e" dependencies = [ "candid", "ic-certification 3.1.0", @@ -7308,7 +7415,7 @@ dependencies = [ "darling 0.20.11", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] @@ -7324,17 +7431,17 @@ dependencies = [ [[package]] name = "ic-certificate-verification" -version = "3.0.3" +version = "3.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "546dfd75c4da975b9f1c55ef3da461321ab4313a66da653af321ed6dc7319b61" +checksum = "a36d5cab93b4ecfb607b95ed469a511b37eec8f4cb30443bafbd37304c2cd0ae" dependencies = [ "cached 0.54.0", "candid", "ic-cbor", "ic-certification 3.1.0", + "ic-verify-bls-signature", "lazy_static", "leb128", - "miracl_core_bls12381", "nom 7.1.3", "parking_lot", "sha2 0.10.9", @@ -7461,7 +7568,7 @@ dependencies = [ "ic-metrics-assert", "ic-metrics-encoder", "ic-secp256k1", - "ic-stable-structures 0.6.8", + "ic-stable-structures 0.6.9", "ic-state-machine-tests", "ic-test-utilities-load-wasm", "ic-types", @@ -7526,7 +7633,7 @@ dependencies = [ "serde", "serde_json", "sha2 0.10.9", - "test-strategy 0.4.0", + "test-strategy 0.4.5", "tokio", ] @@ -7583,7 +7690,7 @@ dependencies = [ "ic-metrics-encoder", "ic-secp256k1", "ic-sha3 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "ic-stable-structures 0.6.8", + "ic-stable-structures 0.6.9", "ic-state-machine-tests", "ic-utils-ensure", "icrc-cbor", @@ -7720,7 +7827,7 @@ dependencies = [ "num-traits", "prometheus", "proptest", - "prost 0.13.4", + "prost 0.13.5", "rand 0.8.5", "rand_chacha 0.3.1", "rayon", @@ -7781,7 +7888,7 @@ dependencies = [ "ic-types", "ic-types-test-utils", "phantom_newtype", - "prost 0.13.4", + "prost 0.13.5", "slog", ] @@ -7816,7 +7923,7 @@ dependencies = [ "ic-test-utilities-types", "ic-types", "prometheus", - "prost 0.13.4", + "prost 0.13.5", "rayon", "slog", ] @@ -7874,7 +7981,7 @@ dependencies = [ name = "ic-consensus-manager" version = "0.9.0" dependencies = [ - "axum 0.8.4", + "axum 0.8.8", "backoff", "bytes", "futures", @@ -7892,12 +7999,12 @@ dependencies = [ "mockall", "phantom_newtype", "prometheus", - "prost 0.13.4", + "prost 0.13.5", "rand 0.8.5", "slog", "tokio", "tokio-util", - "tower 0.5.2", + "tower 0.5.3", "tracing", "turmoil", ] @@ -7986,7 +8093,7 @@ dependencies = [ "ic-types-test-utils", "num-traits", "prometheus", - "prost 0.13.4", + "prost 0.13.5", "rayon", "slog", "strum 0.26.3", @@ -7998,7 +8105,7 @@ version = "0.9.0" dependencies = [ "assert_matches", "bincode", - "clap 4.5.27", + "clap 4.6.0", "criterion", "hex", "ic-adapter-metrics-server", @@ -8075,11 +8182,11 @@ dependencies = [ "parking_lot", "proptest", "proptest-derive", - "prost 0.13.4", + "prost 0.13.5", "rand 0.8.5", "rand_chacha 0.3.1", "rsa", - "rustls 0.23.27", + "rustls 0.23.37", "serde", "sha2 0.10.9", "slog", @@ -8347,7 +8454,7 @@ dependencies = [ "parking_lot", "proptest", "proptest-derive", - "prost 0.13.4", + "prost 0.13.5", "rand 0.8.5", "rand_chacha 0.3.1", "rayon", @@ -8398,7 +8505,7 @@ name = "ic-crypto-internal-csp-protobuf-generator" version = "0.9.0" dependencies = [ "ic-utils-rustfmt", - "prost-build 0.13.4", + "prost-build 0.13.5", ] [[package]] @@ -8739,7 +8846,7 @@ dependencies = [ "ic-types-test-utils", "rand 0.8.5", "rand_chacha 0.3.1", - "rustls 0.23.27", + "rustls 0.23.37", "tempfile", "tokio", ] @@ -8960,11 +9067,11 @@ dependencies = [ "ic-types", "pkcs8 0.10.2", "rand 0.8.5", - "rustls 0.23.27", + "rustls 0.23.37", "signature 2.2.0", "time", "tokio", - "tokio-rustls 0.26.1", + "tokio-rustls 0.26.4", "x509-cert", ] @@ -9010,7 +9117,7 @@ dependencies = [ "ic-types", "json5", "maplit", - "rustls 0.23.27", + "rustls 0.23.37", "serde", "thiserror 2.0.18", "x509-parser 0.16.0", @@ -9023,7 +9130,7 @@ dependencies = [ "ic-base-types", "ic-crypto-tls-interfaces", "mockall", - "rustls 0.23.27", + "rustls 0.23.37", ] [[package]] @@ -9039,12 +9146,12 @@ dependencies = [ "ic-protobuf", "maplit", "proptest", - "prost 0.13.4", + "prost 0.13.5", "rand 0.8.5", "serde", "serde_bytes", "serde_cbor", - "test-strategy 0.4.0", + "test-strategy 0.4.5", "thiserror 2.0.18", ] @@ -9057,7 +9164,7 @@ dependencies = [ "ic-crypto-tree-hash", "proptest", "rand 0.8.5", - "test-strategy 0.4.0", + "test-strategy 0.4.5", "thiserror 2.0.18", ] @@ -9133,7 +9240,7 @@ dependencies = [ name = "ic-cup-explorer" version = "0.9.0" dependencies = [ - "clap 4.5.27", + "clap 4.6.0", "hex", "ic-base-types", "ic-canister-client", @@ -9148,7 +9255,7 @@ dependencies = [ "ic-registry-keys", "ic-registry-nns-data-provider", "ic-types", - "prost 0.13.4", + "prost 0.13.5", "serde", "tempfile", "tokio", @@ -9157,18 +9264,18 @@ dependencies = [ [[package]] name = "ic-custom-domains-backend" -version = "0.1.4" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85917759f25f5207fb72786ae7cf016512d4ca6d8dba166b6ed49c207873476e" +checksum = "e603fa920301c665ecb8fad5d62d776354c3a4553ce6629783d637cab6adc45d" dependencies = [ "anyhow", - "axum 0.8.4", + "axum 0.8.8", "axum-extra", "axum-server", "base64 0.22.1", "candid", "chacha20poly1305", - "clap 4.5.27", + "clap 4.6.0", "derive-new", "fqdn", "ic-bn-lib", @@ -9189,17 +9296,17 @@ dependencies = [ [[package]] name = "ic-custom-domains-base" -version = "0.1.4" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "720797c8546daf2e5138fd7640b0c46d84cd72369ae5499a22bb8e5a09a16b50" +checksum = "4c477e38054978fb7621865f0c17ae9cee9adcc1cd8dace2c2ab50440b901b41" dependencies = [ "anyhow", "async-trait", - "axum 0.8.4", + "axum 0.8.8", "candid", "chacha20poly1305", "chrono", - "clap 4.5.27", + "clap 4.6.0", "derive-new", "fqdn", "hickory-resolver", @@ -9221,9 +9328,9 @@ dependencies = [ [[package]] name = "ic-custom-domains-canister-api" -version = "0.1.4" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a70cbc0b49edf903593fe95fbc774240cd28622e342dbcaeeef32fb9d5a11bd3" +checksum = "9e5ef12e22b677eebeed16d670e97d283c6636227aa4a35a10b424bc552d923d" dependencies = [ "candid", "derive-new", @@ -9234,9 +9341,9 @@ dependencies = [ [[package]] name = "ic-custom-domains-canister-client" -version = "0.1.4" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0124d2771e3649319e5080a4efa17f707b7afd3f56bd6d7702415510646c2ea" +checksum = "bf0ed55f8655584d4d3396fb857a133293a880d2d59de86d1ab901d3450a3cbc" dependencies = [ "anyhow", "arc-swap", @@ -9253,6 +9360,16 @@ dependencies = [ "tracing", ] +[[package]] +name = "ic-custom-metrics" +version = "0.1.0" +dependencies = [ + "anyhow", + "clap 4.6.0", + "ic-os-metrics-utils", + "prometheus", +] + [[package]] name = "ic-cycles-account-manager" version = "0.9.0" @@ -9330,7 +9447,7 @@ dependencies = [ name = "ic-dummy-getrandom-for-wasm" version = "0.1.0" dependencies = [ - "getrandom 0.2.15", + "getrandom 0.2.17", ] [[package]] @@ -9377,7 +9494,7 @@ dependencies = [ "bincode", "candid", "canister-test", - "clap 4.5.27", + "clap 4.6.0", "criterion", "embedders_bench", "ic-base-types", @@ -9553,7 +9670,7 @@ dependencies = [ "tempfile", "test-strategy 0.3.1", "tokio", - "tower 0.5.2", + "tower 0.5.3", "tracing", "wasmparser 0.244.0", "wat", @@ -9566,7 +9683,7 @@ version = "0.9.0" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] @@ -9576,10 +9693,11 @@ dependencies = [ "anyhow", "assert_cmd", "assert_matches", - "clap 4.5.27", + "clap 4.6.0", "ic-crypto-test-utils-reproducible-rng", "ic-sys", "predicates", + "prometheus", "rand 0.8.5", "regex", "tempfile", @@ -9590,23 +9708,23 @@ name = "ic-gateway" version = "0.2.0" source = "git+https://github.com/dfinity/ic-gateway?rev=f33afac2aa47b8760090c93823b7fa7f5ba67dc4#f33afac2aa47b8760090c93823b7fa7f5ba67dc4" dependencies = [ - "ahash 0.8.11", + "ahash 0.8.12", "anyhow", "arc-swap", "async-trait", - "axum 0.8.4", + "axum 0.8.8", "axum-extra", "bytes", "candid", - "clap 4.5.27", + "clap 4.6.0", "cloudflare", "ctrlc", "derive-new", "fqdn", "futures", "hickory-resolver", - "hostname 0.4.0", - "http 1.3.1", + "hostname", + "http 1.4.0", "http-body 1.0.1", "http-body-util", "humantime", @@ -9624,7 +9742,7 @@ dependencies = [ "rand 0.8.5", "regex", "reqwest", - "rustls 0.23.27", + "rustls 0.23.37", "serde", "serde_json", "sha2 0.10.9", @@ -9634,7 +9752,7 @@ dependencies = [ "time", "tokio", "tokio-util", - "tower 0.5.2", + "tower 0.5.3", "tower-http", "tracing", "tracing-core", @@ -9663,7 +9781,7 @@ dependencies = [ "darling 0.20.11", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] @@ -9678,13 +9796,13 @@ dependencies = [ [[package]] name = "ic-http-certification" -version = "3.0.3" +version = "3.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d1a65b0ffb568e954750067f660e254f4564394f5c064a88e0e93b2eea4a532" +checksum = "6cc4a86284197421ffea3de6b1d2f67d7080345a1e4a8037be1529d31f7561bd" dependencies = [ "base64 0.22.1", "candid", - "http 1.3.1", + "http 1.4.0", "ic-certification 3.1.0", "ic-representation-independent-hash", "serde", @@ -9712,7 +9830,7 @@ dependencies = [ name = "ic-http-endpoints-metrics" version = "0.9.0" dependencies = [ - "axum 0.8.4", + "axum 0.8.8", "ic-config", "ic-http-endpoints-async-utils", "ic-metrics", @@ -9721,7 +9839,7 @@ dependencies = [ "reqwest", "slog", "tokio", - "tower 0.5.2", + "tower 0.5.3", ] [[package]] @@ -9730,14 +9848,14 @@ version = "0.9.0" dependencies = [ "askama", "async-trait", - "axum 0.8.4", + "axum 0.8.8", "bytes", "cfg-if", "crossbeam", "futures", "futures-util", "hex", - "http 1.3.1", + "http 1.4.0", "http-body 1.0.1", "http-body-util", "hyper 1.8.1", @@ -9784,16 +9902,16 @@ dependencies = [ "ic-types", "ic-utils 0.9.0", "ic-validator", - "inferno 0.12.1", + "inferno 0.12.6", "maplit", "mockall", "pretty_assertions", "prometheus", "proptest", - "prost 0.13.4", + "prost 0.13.5", "reqwest", "rstest", - "rustls 0.23.27", + "rustls 0.23.37", "serde", "serde_bytes", "serde_cbor", @@ -9801,9 +9919,9 @@ dependencies = [ "tempfile", "tokio", "tokio-io-timeout", - "tokio-rustls 0.26.1", + "tokio-rustls 0.26.4", "tokio-util", - "tower 0.5.2", + "tower 0.5.3", "tower-http", "tower-test", "tracing-flame", @@ -9828,7 +9946,7 @@ dependencies = [ name = "ic-http-endpoints-xnet" version = "0.9.0" dependencies = [ - "axum 0.8.4", + "axum 0.8.8", "bytes", "hyper 1.8.1", "hyper-util", @@ -9852,14 +9970,14 @@ dependencies = [ "ic-types", "maplit", "prometheus", - "prost 0.13.4", + "prost 0.13.5", "reqwest", "serde", "serde_json", "slog", "tokio", - "tokio-rustls 0.26.1", - "tower 0.5.2", + "tokio-rustls 0.26.4", + "tower 0.5.3", "url", ] @@ -9871,7 +9989,7 @@ dependencies = [ "bytes", "candid", "futures", - "http 1.3.1", + "http 1.4.0", "http-body 1.0.1", "http-body-util", "ic-agent", @@ -9897,7 +10015,7 @@ dependencies = [ "assert_matches", "flate2", "hex", - "http 1.3.1", + "http 1.4.0", "ic-crypto-sha2", "ic-logger", "ic-test-utilities-in-memory-logger", @@ -9916,9 +10034,9 @@ version = "0.9.0" dependencies = [ "async-stream", "bytes", - "clap 4.5.27", + "clap 4.6.0", "futures", - "http 1.3.1", + "http 1.4.0", "http-body-util", "hyper 1.8.1", "hyper-rustls", @@ -9935,7 +10053,7 @@ dependencies = [ "prometheus", "rand 0.8.5", "rstest", - "rustls 0.23.27", + "rustls 0.23.37", "rustls-pemfile", "serde", "serde_json", @@ -9944,9 +10062,9 @@ dependencies = [ "tempfile", "thiserror 2.0.18", "tokio", - "tokio-rustls 0.26.1", + "tokio-rustls 0.26.4", "tonic 0.12.3", - "tower 0.5.2", + "tower 0.5.3", "uuid", "warp", ] @@ -9976,7 +10094,7 @@ dependencies = [ "slog", "tokio", "tonic 0.12.3", - "tower 0.5.2", + "tower 0.5.3", "tower-test", "tracing", ] @@ -10030,7 +10148,7 @@ dependencies = [ name = "ic-https-outcalls-service" version = "0.9.0" dependencies = [ - "prost 0.13.4", + "prost 0.13.5", "tonic 0.12.3", "tonic-build", ] @@ -10049,7 +10167,7 @@ dependencies = [ "ic-ledger-core", "ic-ledger-test-utils", "ic-metrics-encoder", - "ic-stable-structures 0.6.8", + "ic-stable-structures 0.6.9", "icp-ledger", "pocket-ic", "serde", @@ -10074,7 +10192,7 @@ dependencies = [ "ic-ledger-suite-state-machine-tests", "ic-ledger-test-utils", "ic-metrics-encoder", - "ic-stable-structures 0.6.8", + "ic-stable-structures 0.6.9", "ic-state-machine-tests", "ic-test-utilities-load-wasm", "ic-types", @@ -10155,10 +10273,10 @@ name = "ic-icrc-rosetta" version = "1.2.9" dependencies = [ "anyhow", - "axum 0.8.4", + "axum 0.8.8", "candid", "ciborium", - "clap 4.5.27", + "clap 4.6.0", "futures", "hex", "ic-agent", @@ -10218,7 +10336,7 @@ version = "0.1.0" dependencies = [ "anyhow", "candid", - "clap 4.5.27", + "clap 4.6.0", "hex", "ic-agent", "ic-ed25519 0.6.0", @@ -10287,7 +10405,7 @@ dependencies = [ "rand 0.8.5", "serde", "serde_bytes", - "test-strategy 0.4.0", + "test-strategy 0.4.5", "thiserror 2.0.18", ] @@ -10308,7 +10426,7 @@ dependencies = [ "ic-ledger-core", "ic-ledger-suite-state-machine-tests", "ic-metrics-encoder", - "ic-stable-structures 0.6.8", + "ic-stable-structures 0.6.9", "ic-state-machine-tests", "ic-test-utilities-load-wasm", "icrc-ledger-types", @@ -10342,7 +10460,7 @@ dependencies = [ "ic-ledger-suite-state-machine-tests", "ic-metrics-encoder", "ic-registry-subnet-type", - "ic-stable-structures 0.6.8", + "ic-stable-structures 0.6.9", "ic-state-machine-tests", "ic-test-utilities-load-wasm", "ic-types", @@ -10386,7 +10504,7 @@ dependencies = [ "ic-ledger-suite-state-machine-tests", "ic-ledger-suite-state-machine-tests-constants", "ic-metrics-encoder", - "ic-stable-structures 0.6.8", + "ic-stable-structures 0.6.9", "ic-state-machine-tests", "ic-test-utilities-load-wasm", "icrc-ledger-types", @@ -10397,7 +10515,7 @@ dependencies = [ "proptest", "serde", "serde_bytes", - "test-strategy 0.4.0", + "test-strategy 0.4.5", ] [[package]] @@ -10433,14 +10551,14 @@ dependencies = [ "ethnum", "hex", "ic-ledger-core", - "ic-stable-structures 0.6.8", + "ic-stable-structures 0.6.9", "icrc-cbor", "minicbor", "num-bigint 0.4.6", "num-traits", "proptest", "serde", - "test-strategy 0.4.0", + "test-strategy 0.4.5", ] [[package]] @@ -10450,12 +10568,12 @@ dependencies = [ "candid", "ciborium", "ic-ledger-core", - "ic-stable-structures 0.6.8", + "ic-stable-structures 0.6.9", "minicbor", "num-traits", "proptest", "serde", - "test-strategy 0.4.0", + "test-strategy 0.4.5", ] [[package]] @@ -10574,7 +10692,7 @@ dependencies = [ "strum 0.26.3", "strum_macros 0.26.4", "thiserror 2.0.18", - "tower 0.5.2", + "tower 0.5.3", ] [[package]] @@ -10617,7 +10735,7 @@ name = "ic-interfaces-registry" version = "0.9.0" dependencies = [ "ic-types", - "prost 0.13.4", + "prost 0.13.5", "serde", ] @@ -10710,7 +10828,7 @@ dependencies = [ "ic-ledger-hash-of", "ic-limits", "ic-management-canister-types-private", - "ic-stable-structures 0.6.8", + "ic-stable-structures 0.6.9", "ic-utils 0.9.0", "serde", ] @@ -10721,7 +10839,7 @@ version = "0.9.0" dependencies = [ "candid", "ic-ledger-hash-of", - "ic-stable-structures 0.6.8", + "ic-stable-structures 0.6.9", "minicbor", "num-traits", "proptest", @@ -10782,7 +10900,7 @@ dependencies = [ "ic-management-canister-types", "ic-management-canister-types-private", "ic-metrics-encoder", - "ic-stable-structures 0.6.8", + "ic-stable-structures 0.6.9", "ic-state-machine-tests", "ic0", "icrc-ledger-types", @@ -10935,7 +11053,7 @@ dependencies = [ "assert_matches", "candid", "candid_parser", - "clap 4.5.27", + "clap 4.6.0", "futures", "hex", "maplit", @@ -10987,12 +11105,12 @@ name = "ic-memory-transport" version = "0.9.0" dependencies = [ "async-trait", - "axum 0.8.4", + "axum 0.8.8", "bytes", "ic-quic-transport", "ic-types", "tokio", - "tower 0.5.2", + "tower 0.5.3", ] [[package]] @@ -11096,18 +11214,9 @@ dependencies = [ [[package]] name = "ic-metrics-encoder" -version = "1.1.1" +version = "1.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b5c7628eac357aecda461130f8074468be5aa4d258a002032d82d817f79f1f8" - -[[package]] -name = "ic-metrics-tool" -version = "0.1.0" -dependencies = [ - "anyhow", - "clap 4.5.27", - "prometheus", -] +checksum = "36e10842d8cc059a437567811d966cd8fab06e79d3382e4535db2a501cadb192" [[package]] name = "ic-migration-canister" @@ -11130,7 +11239,7 @@ dependencies = [ "ic-nervous-system-common-test-utils", "ic-nns-constants", "ic-nns-test-utils", - "ic-stable-structures 0.7.0", + "ic-stable-structures 0.7.2", "ic-transport-types", "ic-universal-canister", "itertools 0.12.1", @@ -11213,7 +11322,7 @@ dependencies = [ "icrc-ledger-types", "mockall", "pocket-ic", - "prost 0.13.4", + "prost 0.13.5", "rust_decimal", "serde", "tokio", @@ -11224,9 +11333,9 @@ name = "ic-nervous-system-chunks" version = "0.9.0" dependencies = [ "ic-crypto-sha2", - "ic-stable-structures 0.6.8", + "ic-stable-structures 0.6.9", "lazy_static", - "prost 0.13.4", + "prost 0.13.5", ] [[package]] @@ -11279,7 +11388,7 @@ dependencies = [ "ic-ledger-core", "ic-metrics-encoder", "ic-nns-gtc", - "ic-stable-structures 0.6.8", + "ic-stable-structures 0.6.9", "icp-ledger", "json5", "lazy_static", @@ -11287,7 +11396,7 @@ dependencies = [ "num-traits", "priority-queue", "proptest", - "prost 0.13.4", + "prost 0.13.5", "rust_decimal", "serde", "serde_bytes", @@ -11355,7 +11464,7 @@ name = "ic-nervous-system-governance" version = "0.0.1" dependencies = [ "ic-base-types", - "ic-stable-structures 0.6.8", + "ic-stable-structures 0.6.9", "ic_principal", "maplit", "num-traits", @@ -11414,7 +11523,7 @@ dependencies = [ "candid", "ic-cdk", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] @@ -11482,7 +11591,7 @@ dependencies = [ "num-traits", "pocket-ic", "pretty_assertions", - "prost 0.13.4", + "prost 0.13.5", "registry-canister", "rust_decimal", "rust_decimal_macros", @@ -11536,7 +11645,7 @@ dependencies = [ "ic-base-types", "ic-nervous-system-proto-protobuf-generator", "ic-test-utilities-compare-dirs", - "prost 0.13.4", + "prost 0.13.5", "rust_decimal", "serde", "tempfile", @@ -11547,7 +11656,7 @@ name = "ic-nervous-system-proto-protobuf-generator" version = "0.9.0" dependencies = [ "ic-utils-rustfmt", - "prost-build 0.13.4", + "prost-build 0.13.5", ] [[package]] @@ -11568,14 +11677,14 @@ dependencies = [ "candid", "ic-cdk", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] name = "ic-nervous-system-rate-limits" version = "0.0.1" dependencies = [ - "ic-stable-structures 0.6.8", + "ic-stable-structures 0.6.9", "serde", ] @@ -11619,7 +11728,7 @@ name = "ic-nervous-system-submit-motion-proposal" version = "0.9.0" dependencies = [ "candid", - "clap 4.5.27", + "clap 4.6.0", "ic-agent", "ic-certification 3.1.0", "ic-identity-hsm", @@ -11685,7 +11794,7 @@ dependencies = [ name = "ic-nervous-system-tools-neuron-subaccount" version = "0.9.0" dependencies = [ - "clap 4.5.27", + "clap 4.6.0", "hex", "ic-base-types", "ic-nervous-system-common", @@ -11700,7 +11809,7 @@ dependencies = [ "base64 0.13.1", "candid", "canister-test", - "clap 4.5.27", + "clap 4.6.0", "hex", "ic-agent", "ic-certification 3.1.0", @@ -11756,7 +11865,7 @@ name = "ic-neurons-fund-audit" version = "0.9.0" dependencies = [ "candid", - "colored", + "colored 2.2.0", "ic-agent", "ic-neurons-fund", "ic-sns-governance", @@ -11782,10 +11891,10 @@ dependencies = [ "ic-protobuf", "ic-registry-keys", "ic-registry-transport", - "ic-stable-structures 0.6.8", + "ic-stable-structures 0.6.9", "ic-test-utilities-compare-dirs", "num-traits", - "prost 0.13.4", + "prost 0.13.5", "serde", "serde_bytes", "tempfile", @@ -11796,7 +11905,7 @@ name = "ic-nns-common-protobuf-generator" version = "0.9.0" dependencies = [ "ic-utils-rustfmt", - "prost-build 0.13.4", + "prost-build 0.13.5", ] [[package]] @@ -11812,7 +11921,7 @@ name = "ic-nns-delegation-manager" version = "0.9.0" dependencies = [ "assert_matches", - "axum 0.8.4", + "axum 0.8.8", "axum-server", "criterion", "futures", @@ -11841,14 +11950,14 @@ dependencies = [ "prometheus", "rand 0.8.5", "rcgen 0.13.2", - "rustls 0.23.27", + "rustls 0.23.37", "serde", "serde_cbor", "slog", "tokio", - "tokio-rustls 0.26.1", + "tokio-rustls 0.26.4", "tokio-util", - "tower 0.5.2", + "tower 0.5.3", ] [[package]] @@ -11927,7 +12036,7 @@ dependencies = [ "ic-sns-root", "ic-sns-swap", "ic-sns-wasm", - "ic-stable-structures 0.6.8", + "ic-stable-structures 0.6.9", "ic-test-utilities-compare-dirs", "ic-types", "ic-utils 0.9.0", @@ -11942,7 +12051,7 @@ dependencies = [ "pretty_assertions", "prometheus-parse", "proptest", - "prost 0.13.4", + "prost 0.13.5", "rand 0.8.5", "rand_chacha 0.3.1", "registry-canister", @@ -11974,7 +12083,7 @@ dependencies = [ "ic-sns-swap", "ic-utils 0.9.0", "icp-ledger", - "prost 0.13.4", + "prost 0.13.5", "serde", "serde_bytes", "strum 0.26.3", @@ -11995,7 +12104,7 @@ version = "0.9.0" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] @@ -12018,7 +12127,7 @@ name = "ic-nns-governance-protobuf-generator" version = "0.9.0" dependencies = [ "ic-utils-rustfmt", - "prost-build 0.13.4", + "prost-build 0.13.5", ] [[package]] @@ -12044,7 +12153,7 @@ dependencies = [ "ic-nns-test-utils-macros", "ic-secp256k1", "ic-test-utilities-compare-dirs", - "prost 0.13.4", + "prost 0.13.5", "serde", "sha3", "tempfile", @@ -12059,7 +12168,7 @@ name = "ic-nns-gtc-protobuf-generator" version = "0.9.0" dependencies = [ "ic-utils-rustfmt", - "prost-build 0.13.4", + "prost-build 0.13.5", ] [[package]] @@ -12112,7 +12221,7 @@ dependencies = [ "maplit", "on_wire", "pretty_assertions", - "prost 0.13.4", + "prost 0.13.5", "registry-canister", "serde", "serde_bytes", @@ -12140,7 +12249,7 @@ name = "ic-nns-handler-root-protobuf-generator" version = "0.9.0" dependencies = [ "ic-utils-rustfmt", - "prost-build 0.13.4", + "prost-build 0.13.5", ] [[package]] @@ -12148,7 +12257,7 @@ name = "ic-nns-init" version = "0.9.0" dependencies = [ "canister-test", - "clap 4.5.27", + "clap 4.6.0", "ic-base-types", "ic-canister-client", "ic-interfaces-registry", @@ -12228,7 +12337,7 @@ dependencies = [ "ic-sns-root", "ic-sns-swap", "ic-sns-wasm", - "ic-stable-structures 0.6.8", + "ic-stable-structures 0.6.9", "ic-state-machine-tests", "ic-test-utilities", "ic-test-utilities-metrics", @@ -12246,7 +12355,7 @@ dependencies = [ "pocket-ic", "pretty_assertions", "prometheus-parse", - "prost 0.13.4", + "prost 0.13.5", "rand 0.8.5", "registry-canister", "rewards-calculation", @@ -12326,7 +12435,7 @@ dependencies = [ "num-traits", "on_wire", "prometheus-parse", - "prost 0.13.4", + "prost 0.13.5", "rand 0.8.5", "registry-canister", "serde", @@ -12354,14 +12463,14 @@ name = "ic-nns-test-utils-macros" version = "0.9.0" dependencies = [ "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] name = "ic-nns-test-utils-prepare-golden-state" version = "0.0.1" dependencies = [ - "clap 4.5.27", + "clap 4.6.0", "tempfile", ] @@ -12394,14 +12503,14 @@ dependencies = [ "ic-registry-canister-client", "ic-registry-keys", "ic-registry-node-provider-rewards", - "ic-stable-structures 0.6.8", + "ic-stable-structures 0.6.9", "ic-types", "itertools 0.12.1", "maplit", "mockall", "pocket-ic", "pretty_assertions", - "prost 0.13.4", + "prost 0.13.5", "rewards-calculation", "serde_json", "tokio", @@ -12426,7 +12535,16 @@ name = "ic-node-rewards-protobuf-generator" version = "0.9.0" dependencies = [ "ic-utils-rustfmt", - "prost-build 0.13.4", + "prost-build 0.13.5", +] + +[[package]] +name = "ic-os-metrics-utils" +version = "0.1.0" +dependencies = [ + "anyhow", + "ic-sys", + "prometheus", ] [[package]] @@ -12434,7 +12552,7 @@ name = "ic-p2p-test-utils" version = "0.9.0" dependencies = [ "async-trait", - "axum 0.8.4", + "axum 0.8.8", "bytes", "futures", "ic-artifact-downloader", @@ -12464,7 +12582,7 @@ dependencies = [ "quinn", "quinn-udp", "rcgen 0.13.2", - "rustls 0.23.27", + "rustls 0.23.37", "serde", "slog", "tempfile", @@ -12516,7 +12634,7 @@ version = "0.9.0" dependencies = [ "anyhow", "assert_matches", - "clap 4.5.27", + "clap 4.6.0", "fs_extra", "ic-config", "ic-crypto-node-key-generation", @@ -12545,7 +12663,7 @@ dependencies = [ "json5", "maplit", "pretty_assertions", - "prost 0.13.4", + "prost 0.13.5", "rand 0.8.5", "reqwest", "serde", @@ -12570,7 +12688,7 @@ dependencies = [ "ic-protobuf-generator", "ic-test-utilities-compare-dirs", "maplit", - "prost 0.13.4", + "prost 0.13.5", "serde", "serde_json", "slog", @@ -12583,7 +12701,7 @@ name = "ic-protobuf-generator" version = "0.9.0" dependencies = [ "ic-utils-rustfmt", - "prost-build 0.13.4", + "prost-build 0.13.5", ] [[package]] @@ -12642,11 +12760,11 @@ version = "0.9.0" dependencies = [ "assert_matches", "async-trait", - "axum 0.8.4", + "axum 0.8.8", "bytes", "criterion", "futures", - "http 1.3.1", + "http 1.4.0", "ic-base-types", "ic-crypto-tls-interfaces", "ic-crypto-utils-tls", @@ -12660,18 +12778,18 @@ dependencies = [ "ic-types-test-utils", "phantom_newtype", "prometheus", - "prost 0.13.4", + "prost 0.13.5", "quinn", "rstest", - "rustls 0.23.27", + "rustls 0.23.37", "slog", - "socket2 0.5.9", + "socket2 0.5.10", "static_assertions", "thiserror 2.0.18", "tokio", "tokio-metrics", "tokio-util", - "tower 0.5.2", + "tower 0.5.3", "tracing", "turmoil", ] @@ -12694,7 +12812,7 @@ dependencies = [ name = "ic-recovery" version = "0.9.0" dependencies = [ - "clap 4.5.27", + "clap 4.6.0", "futures", "hex", "ic-artifact-pool", @@ -12722,7 +12840,7 @@ dependencies = [ "ic-test-utilities-tmpdir", "ic-test-utilities-types", "ic-types", - "prost 0.13.4", + "prost 0.13.5", "reqwest", "serde", "serde_cbor", @@ -12742,7 +12860,7 @@ name = "ic-regedit" version = "0.9.0" dependencies = [ "anyhow", - "clap 4.5.27", + "clap 4.6.0", "ic-base-types", "ic-crypto-sha2", "ic-crypto-utils-threshold-sig-der", @@ -12756,7 +12874,7 @@ dependencies = [ "ic-registry-provisional-whitelist", "ic-registry-subnet-type", "ic-types", - "prost 0.13.4", + "prost 0.13.5", "serde", "serde_json", "tempfile", @@ -12771,7 +12889,7 @@ version = "0.9.0" dependencies = [ "attestation", "candid", - "der 0.7.9", + "der 0.7.10", "ic-base-types", "ic-nervous-system-chunks", "ic-registry-transport", @@ -12787,9 +12905,9 @@ dependencies = [ "ic-cdk", "ic-nervous-system-chunks", "ic-registry-transport", - "ic-stable-structures 0.6.8", + "ic-stable-structures 0.6.9", "lazy_static", - "prost 0.13.4", + "prost 0.13.5", ] [[package]] @@ -12803,9 +12921,9 @@ dependencies = [ "ic-nervous-system-canisters", "ic-registry-keys", "ic-registry-transport", - "ic-stable-structures 0.6.8", + "ic-stable-structures 0.6.9", "ic-types", - "prost 0.13.4", + "prost 0.13.5", ] [[package]] @@ -12862,7 +12980,7 @@ version = "0.9.0" dependencies = [ "ic-registry-common-proto-generator", "ic-test-utilities-compare-dirs", - "prost 0.13.4", + "prost 0.13.5", "tempfile", ] @@ -12871,7 +12989,7 @@ name = "ic-registry-common-proto-generator" version = "0.9.0" dependencies = [ "ic-utils-rustfmt", - "prost-build 0.13.4", + "prost-build 0.13.5", ] [[package]] @@ -12929,7 +13047,7 @@ dependencies = [ "ic-registry-local-store-artifacts", "ic-sys", "ic-types", - "prost 0.13.4", + "prost 0.13.5", "rand 0.8.5", "tempfile", ] @@ -12964,7 +13082,7 @@ dependencies = [ "mockall", "pocket-ic", "pretty_assertions", - "prost 0.13.4", + "prost 0.13.5", "rand 0.8.5", "serde", "tokio", @@ -13020,7 +13138,7 @@ name = "ic-registry-replicator" version = "0.9.0" dependencies = [ "candid", - "clap 4.5.27", + "clap 4.6.0", "ic-certification-test-utils", "ic-config", "ic-crypto-test-utils-reproducible-rng", @@ -13049,7 +13167,7 @@ dependencies = [ "ic-types-test-utils", "pocket-ic", "prometheus", - "prost 0.13.4", + "prost 0.13.5", "rand 0.8.5", "slog", "tempfile", @@ -13107,7 +13225,7 @@ dependencies = [ "lazy_static", "mockall", "pretty_assertions", - "prost 0.13.4", + "prost 0.13.5", "serde", "tempfile", "tokio", @@ -13118,7 +13236,7 @@ name = "ic-registry-transport-protobuf-generator" version = "0.9.0" dependencies = [ "ic-utils-rustfmt", - "prost-build 0.13.4", + "prost-build 0.13.5", ] [[package]] @@ -13127,7 +13245,7 @@ version = "0.9.0" dependencies = [ "async-trait", "candid", - "clap 4.5.27", + "clap 4.6.0", "hex", "ic-agent", "ic-artifact-pool", @@ -13176,7 +13294,7 @@ dependencies = [ "mockall", "pocket-ic", "pretty_assertions", - "prost 0.13.4", + "prost 0.13.5", "rayon", "serde", "serde_json", @@ -13186,7 +13304,7 @@ dependencies = [ "tempfile", "time", "tokio", - "tower 0.5.2", + "tower 0.5.3", ] [[package]] @@ -13195,7 +13313,7 @@ version = "0.9.0" dependencies = [ "assert_cmd", "canister-test", - "clap 4.5.27", + "clap 4.6.0", "criterion", "hex", "ic-artifact-pool", @@ -13336,13 +13454,13 @@ dependencies = [ "ic-types", "ic-utils 0.9.0", "maplit", - "prost 0.13.4", + "prost 0.13.5", "rand 0.8.5", "slog-scope", "tempfile", "tokio", "tonic 0.12.3", - "tower 0.5.2", + "tower 0.5.3", "tracing-subscriber", "wat", ] @@ -13395,7 +13513,7 @@ dependencies = [ "phantom_newtype", "prometheus", "proptest", - "prost 0.13.4", + "prost 0.13.5", "rand 0.8.5", "rand_chacha 0.3.1", "rayon", @@ -13407,14 +13525,14 @@ dependencies = [ "strum 0.26.3", "strum_macros 0.26.4", "tempfile", - "test-strategy 0.4.0", + "test-strategy 0.4.5", ] [[package]] name = "ic-representation-independent-hash" -version = "3.0.3" +version = "3.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2800ba4910f21d9e1cb7b6ecbbbb0f76074bd2e127b4688c57d0936206caa6e" +checksum = "52fde1026b8f48c17fdfd102d4c39b0d1660ad8f5789a3258bd748240434f7d6" dependencies = [ "leb128", "sha2 0.10.9", @@ -13422,15 +13540,15 @@ dependencies = [ [[package]] name = "ic-response-verification" -version = "3.0.3" +version = "3.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9dda1e3e44089054b2dd05c49467cda769d08df7862c4235c3d8869f8a3f9f19" +checksum = "d9761ccca4e426c032ff63f8798e81757556c81ceefea577a9535ca0fe503daa" dependencies = [ "base64 0.22.1", "candid", "flate2", "hex", - "http 1.3.1", + "http 1.4.0", "ic-cbor", "ic-certificate-verification", "ic-certification 3.1.0", @@ -13454,7 +13572,7 @@ dependencies = [ "async-trait", "base64 0.13.1", "candid", - "clap 4.5.27", + "clap 4.6.0", "dfn_protobuf", "futures", "hex", @@ -13495,7 +13613,7 @@ dependencies = [ "pocket-ic", "prometheus", "proptest", - "prost 0.13.4", + "prost 0.13.5", "rand 0.8.5", "rand_chacha 0.3.1", "registry-canister", @@ -13644,7 +13762,7 @@ version = "0.9.0" dependencies = [ "anyhow", "candid", - "colored", + "colored 2.2.0", "csv", "ic-agent", "ic-base-types", @@ -13672,7 +13790,7 @@ dependencies = [ "base64 0.13.1", "candid", "candid-utils", - "clap 4.5.27", + "clap 4.6.0", "cycles-minting-canister", "dfx-core", "futures", @@ -13723,7 +13841,7 @@ dependencies = [ "candid", "candid-utils", "candid_parser", - "clap 4.5.27", + "clap 4.6.0", "comparable", "futures", "hex", @@ -13764,7 +13882,7 @@ dependencies = [ "ic-sns-governance-protobuf-generator", "ic-sns-governance-token-valuation", "ic-sns-test-utils", - "ic-stable-structures 0.6.8", + "ic-stable-structures 0.6.9", "ic-test-utilities-compare-dirs", "ic-test-utilities-types", "ic-types", @@ -13778,8 +13896,8 @@ dependencies = [ "num-traits", "pretty_assertions", "proptest", - "prost 0.13.4", - "prost-build 0.13.4", + "prost 0.13.5", + "prost-build 0.13.5", "rand 0.8.5", "rand_chacha 0.3.1", "rust_decimal", @@ -13802,7 +13920,7 @@ version = "0.9.0" dependencies = [ "bytes", "candid", - "clap 4.5.27", + "clap 4.6.0", "comparable", "ic-base-types", "ic-nervous-system-proto", @@ -13812,7 +13930,7 @@ dependencies = [ "ic-utils 0.9.0", "icp-ledger", "itertools 0.12.1", - "prost 0.13.4", + "prost 0.13.5", "serde", "serde_bytes", "serde_json", @@ -13857,7 +13975,7 @@ name = "ic-sns-governance-protobuf-generator" version = "0.9.0" dependencies = [ "ic-utils-rustfmt", - "prost-build 0.13.4", + "prost-build 0.13.5", ] [[package]] @@ -13911,7 +14029,7 @@ dependencies = [ "maplit", "num-traits", "pretty_assertions", - "prost 0.13.4", + "prost 0.13.5", "serde", "serde_yaml", "tempfile", @@ -13922,7 +14040,7 @@ name = "ic-sns-init-protobuf-generator" version = "0.9.0" dependencies = [ "ic-utils-rustfmt", - "prost-build 0.13.4", + "prost-build 0.13.5", ] [[package]] @@ -13966,7 +14084,7 @@ dependencies = [ "ic-sns-swap", "ic-sns-test-utils", "ic-sns-wasm", - "ic-stable-structures 0.6.8", + "ic-stable-structures 0.6.9", "ic-state-machine-tests", "ic-test-utilities-load-wasm", "ic-types", @@ -13981,7 +14099,7 @@ dependencies = [ "pretty-bytes", "pretty_assertions", "proptest", - "prost 0.13.4", + "prost 0.13.5", "rand 0.8.5", "rust_decimal", "rust_decimal_macros", @@ -14020,7 +14138,7 @@ dependencies = [ "ic-test-utilities-compare-dirs", "icrc-ledger-types", "maplit", - "prost 0.13.4", + "prost 0.13.5", "serde", "tempfile", "tokio", @@ -14031,7 +14149,7 @@ name = "ic-sns-root-protobuf-generator" version = "0.9.0" dependencies = [ "ic-utils-rustfmt", - "prost-build 0.13.4", + "prost-build 0.13.5", ] [[package]] @@ -14064,7 +14182,7 @@ dependencies = [ "ic-neurons-fund", "ic-sns-governance", "ic-sns-swap-protobuf-generator", - "ic-stable-structures 0.6.8", + "ic-stable-structures 0.6.9", "ic-test-utilities-compare-dirs", "ic-utils 0.9.0", "icp-ledger", @@ -14074,7 +14192,7 @@ dependencies = [ "maplit", "pretty_assertions", "proptest", - "prost 0.13.4", + "prost 0.13.5", "rust_decimal", "rust_decimal_macros", "serde", @@ -14093,7 +14211,7 @@ dependencies = [ "ic-base-types", "ic-nervous-system-proto", "ic-utils 0.9.0", - "prost 0.13.4", + "prost 0.13.5", "serde", "serde_bytes", ] @@ -14103,7 +14221,7 @@ name = "ic-sns-swap-protobuf-generator" version = "0.9.0" dependencies = [ "ic-utils-rustfmt", - "prost-build 0.13.4", + "prost-build 0.13.5", ] [[package]] @@ -14148,7 +14266,7 @@ dependencies = [ "maplit", "num-traits", "on_wire", - "prost 0.13.4", + "prost 0.13.5", "tokio", ] @@ -14159,7 +14277,7 @@ dependencies = [ "anyhow", "candid", "canister-test", - "clap 4.5.27", + "clap 4.6.0", "dfx-core", "futures", "hex", @@ -14245,7 +14363,7 @@ dependencies = [ "icrc-ledger-types", "maplit", "pretty_assertions", - "prost 0.13.4", + "prost 0.13.5", "registry-canister", "serde", "serde_bytes", @@ -14259,23 +14377,23 @@ name = "ic-sns-wasm-protobuf-generator" version = "0.9.0" dependencies = [ "ic-utils-rustfmt", - "prost-build 0.13.4", + "prost-build 0.13.5", ] [[package]] name = "ic-stable-structures" -version = "0.6.8" +version = "0.6.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0f5684f577e0146738cd11afed789109c4f51ba963c75823c48c1501dc53278" +checksum = "4d30d4cf17aff1024e13133897048bcba580e063c9000571ab766ca37e2996f4" dependencies = [ "ic_principal", ] [[package]] name = "ic-stable-structures" -version = "0.7.0" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e54aeb082293c69def5ab34c70593ba85ff000386f7d0eacdf73514daaeca031" +checksum = "8ee3372ddc0cf2a747fc26ce2d075a240ed6bfab151e63bc70109e8967f7ce6f" dependencies = [ "ic_principal", ] @@ -14306,10 +14424,10 @@ dependencies = [ "libc", "prometheus", "proptest", - "prost 0.13.4", + "prost 0.13.5", "scoped_threadpool", "slog", - "test-strategy 0.4.0", + "test-strategy 0.4.5", ] [[package]] @@ -14318,7 +14436,7 @@ version = "0.9.0" dependencies = [ "candid", "ciborium", - "clap 4.5.27", + "clap 4.6.0", "fs_extra", "hex", "ic-artifact-pool", @@ -14382,10 +14500,10 @@ dependencies = [ "slog", "slog-term", "tempfile", - "test-strategy 0.4.0", + "test-strategy 0.4.5", "tokio", "tokio-util", - "tower 0.5.2", + "tower 0.5.3", "wat", ] @@ -14438,7 +14556,7 @@ dependencies = [ "parking_lot", "prometheus", "proptest", - "prost 0.13.4", + "prost 0.13.5", "rand 0.8.5", "rand_chacha 0.3.1", "scoped_threadpool", @@ -14447,7 +14565,7 @@ dependencies = [ "slog", "strum 0.26.3", "tempfile", - "test-strategy 0.4.0", + "test-strategy 0.4.5", "tree-deserializer", "uuid", ] @@ -14456,7 +14574,7 @@ dependencies = [ name = "ic-state-sync-manager" version = "0.9.0" dependencies = [ - "axum 0.8.4", + "axum 0.8.8", "bytes", "futures", "ic-base-types", @@ -14474,7 +14592,7 @@ dependencies = [ "ic-types-test-utils", "mockall", "prometheus", - "prost 0.13.4", + "prost 0.13.5", "rand 0.8.5", "slog", "thiserror 2.0.18", @@ -14489,7 +14607,7 @@ dependencies = [ name = "ic-state-tool" version = "0.9.0" dependencies = [ - "clap 4.5.27", + "clap 4.6.0", "hex", "ic-config", "ic-logger", @@ -14502,7 +14620,7 @@ dependencies = [ "ic-state-machine-tests", "ic-state-manager", "ic-types", - "prost 0.13.4", + "prost 0.13.5", "slog", "slog-term", "tempfile", @@ -14514,7 +14632,7 @@ version = "0.9.0" dependencies = [ "anyhow", "candid", - "clap 4.5.27", + "clap 4.6.0", "csv", "hex", "ic-agent", @@ -14557,7 +14675,7 @@ dependencies = [ "libc", "nix 0.24.3", "phantom_newtype", - "prost 0.13.4", + "prost 0.13.5", "rand 0.8.5", "tempfile", "thiserror 2.0.18", @@ -14577,7 +14695,7 @@ dependencies = [ "candid", "canister-test", "chrono", - "clap 4.5.27", + "clap 4.6.0", "config_tool", "config_types", "crossbeam-channel", @@ -14588,7 +14706,7 @@ dependencies = [ "ed25519-dalek", "futures", "hex", - "http 1.3.1", + "http 1.4.0", "humantime-serde", "ic-agent", "ic-base-types", @@ -14644,7 +14762,7 @@ dependencies = [ "num_cpus", "on_wire", "phantom_newtype", - "prost 0.13.4", + "prost 0.13.5", "rand 0.8.5", "rand_chacha 0.3.1", "regex", @@ -14745,7 +14863,7 @@ dependencies = [ "rusty-fork", "serde", "serde_cbor", - "socket2 0.5.9", + "socket2 0.5.10", "tempfile", "wasmprinter", "wat", @@ -14777,7 +14895,7 @@ dependencies = [ "ic-types", "mockall", "phantom_newtype", - "prost 0.13.4", + "prost 0.13.5", "serde", "strum 0.26.3", ] @@ -14911,7 +15029,7 @@ version = "0.9.0" dependencies = [ "assert_matches", "ic-protobuf", - "prost 0.13.4", + "prost 0.13.5", "serde", "serde_cbor", "serde_json", @@ -15170,7 +15288,7 @@ dependencies = [ "pretty_assertions", "proptest", "proptest-derive", - "prost 0.13.4", + "prost 0.13.5", "rand 0.8.5", "rand_chacha 0.3.1", "rusty-fork", @@ -15235,7 +15353,7 @@ dependencies = [ "serde_bytes", "sha2 0.10.9", "strum 0.27.2", - "strum_macros 0.27.1", + "strum_macros 0.27.2", "thiserror 2.0.18", "time", ] @@ -15277,7 +15395,7 @@ name = "ic-validate-eq-derive" version = "0.9.0" dependencies = [ "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] @@ -15348,7 +15466,7 @@ version = "0.9.0" dependencies = [ "assert_matches", "base64 0.13.1", - "getrandom 0.2.15", + "getrandom 0.2.17", "hex", "ic-canister-client-sender", "ic-cdk", @@ -15409,10 +15527,10 @@ dependencies = [ "anyhow", "candid", "futures", - "hex-literal 1.0.0", + "hex-literal 1.1.0", "hkdf", "ic-cdk", - "ic-stable-structures 0.7.0", + "ic-stable-structures 0.7.2", "ic_bls12_381", "lazy_static", "pairing", @@ -15424,7 +15542,7 @@ dependencies = [ "sha2 0.10.9", "sha3", "strum 0.27.2", - "strum_macros 0.27.1", + "strum_macros 0.27.2", "subtle", "zeroize", ] @@ -15437,7 +15555,7 @@ checksum = "19fabaeecfe37f24b433c62489242fc54503d98d4cc8d0f9ef7544dfdfc0ddcb" dependencies = [ "anyhow", "candid", - "clap 4.5.27", + "clap 4.6.0", "libflate", "rustc-demangle", "serde", @@ -15471,8 +15589,8 @@ dependencies = [ "ic-crypto-tls-interfaces", "ic-xnet-uri", "tokio", - "tokio-rustls 0.26.1", - "tower 0.5.2", + "tokio-rustls 0.26.4", + "tower 0.5.3", ] [[package]] @@ -15481,7 +15599,7 @@ version = "0.9.0" dependencies = [ "assert_matches", "async-trait", - "axum 0.8.4", + "axum 0.8.8", "http-body-util", "hyper 1.8.1", "hyper-util", @@ -15528,7 +15646,7 @@ dependencies = [ "reqwest", "slog", "tempfile", - "test-strategy 0.4.0", + "test-strategy 0.4.5", "thiserror 2.0.18", "tokio", "url", @@ -15538,7 +15656,7 @@ dependencies = [ name = "ic-xnet-uri" version = "0.9.0" dependencies = [ - "http 1.3.1", + "http 1.4.0", "ic-types", ] @@ -15565,7 +15683,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a1e828f9e804ccefe4b9b15b2195f474c60fd4f95ccd14fcb554eb6d7dfafde3" dependencies = [ "digest 0.10.7", - "ff 0.13.0", + "ff 0.13.1", "group 0.13.0", "pairing", "rand_core 0.6.4", @@ -15582,7 +15700,7 @@ dependencies = [ "bytes", "candid", "canister-test", - "http 1.3.1", + "http 1.4.0", "ic-agent", "ic-base-types", "ic-boundary-nodes-integration-test-common", @@ -15676,7 +15794,7 @@ dependencies = [ "ic-types", "ic_consensus_system_test_utils", "ic_consensus_threshold_sig_system_test_utils", - "prost 0.13.4", + "prost 0.13.5", "serde", "serde_json", "slog", @@ -15713,7 +15831,7 @@ dependencies = [ "ic_consensus_threshold_sig_system_test_utils", "leb128", "openssh-keys", - "prost 0.13.4", + "prost 0.13.5", "rand 0.8.5", "registry-canister", "reqwest", @@ -15757,7 +15875,7 @@ dependencies = [ "ic_consensus_system_test_utils", "ic_consensus_threshold_sig_system_test_utils", "k256 0.13.4", - "prost 0.13.4", + "prost 0.13.5", "rand 0.8.5", "rand_chacha 0.3.1", "registry-canister", @@ -15881,9 +15999,9 @@ dependencies = [ [[package]] name = "ic_principal" -version = "0.1.1" +version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1762deb6f7c8d8c2bdee4b6c5a47b60195b74e9b5280faa5ba29692f8e17429c" +checksum = "8b2b6c5941dfd659e77b262342fa58ad49489367ad026255cda8c43682d0c534" dependencies = [ "arbitrary", "crc32fast", @@ -15913,7 +16031,7 @@ dependencies = [ name = "icp-config" version = "0.9.0" dependencies = [ - "clap 4.5.27", + "clap 4.6.0", "eyre", "ic-config", "ic-embedders", @@ -15950,7 +16068,7 @@ dependencies = [ "ic-management-canister-types", "ic-nns-constants", "ic-nns-test-utils-golden-nns-state", - "ic-stable-structures 0.6.8", + "ic-stable-structures 0.6.9", "ic-state-machine-tests", "ic-test-utilities-compare-dirs", "icrc-ledger-types", @@ -15959,7 +16077,7 @@ dependencies = [ "on_wire", "pocket-ic", "proptest", - "prost 0.13.4", + "prost 0.13.5", "rand 0.8.5", "rand_chacha 0.3.1", "serde", @@ -16048,7 +16166,7 @@ dependencies = [ "candid", "crc32fast", "hex", - "ic-stable-structures 0.6.8", + "ic-stable-structures 0.6.9", "icrc-cbor", "minicbor", "num-bigint 0.4.6", @@ -16087,21 +16205,22 @@ dependencies = [ [[package]] name = "icu_collections" -version = "1.5.0" +version = "2.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526" +checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43" dependencies = [ "displaydoc", + "potential_utf", "yoke", "zerofrom", "zerovec", ] [[package]] -name = "icu_locid" -version = "1.5.0" +name = "icu_locale_core" +version = "2.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637" +checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6" dependencies = [ "displaydoc", "litemap", @@ -16110,104 +16229,66 @@ dependencies = [ "zerovec", ] -[[package]] -name = "icu_locid_transform" -version = "1.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e" -dependencies = [ - "displaydoc", - "icu_locid", - "icu_locid_transform_data", - "icu_provider", - "tinystr", - "zerovec", -] - -[[package]] -name = "icu_locid_transform_data" -version = "1.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e" - [[package]] name = "icu_normalizer" -version = "1.5.0" +version = "2.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f" +checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599" dependencies = [ - "displaydoc", "icu_collections", "icu_normalizer_data", "icu_properties", "icu_provider", "smallvec", - "utf16_iter", - "utf8_iter", - "write16", "zerovec", ] [[package]] name = "icu_normalizer_data" -version = "1.5.0" +version = "2.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516" +checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a" [[package]] name = "icu_properties" -version = "1.5.1" +version = "2.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5" +checksum = "020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec" dependencies = [ - "displaydoc", "icu_collections", - "icu_locid_transform", + "icu_locale_core", "icu_properties_data", "icu_provider", - "tinystr", + "zerotrie", "zerovec", ] [[package]] name = "icu_properties_data" -version = "1.5.0" +version = "2.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569" +checksum = "616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af" [[package]] name = "icu_provider" -version = "1.5.0" +version = "2.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9" +checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614" dependencies = [ "displaydoc", - "icu_locid", - "icu_provider_macros", - "stable_deref_trait", - "tinystr", + "icu_locale_core", "writeable", "yoke", "zerofrom", + "zerotrie", "zerovec", ] -[[package]] -name = "icu_provider_macros" -version = "1.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.110", -] - [[package]] name = "id-arena" -version = "2.2.1" +version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005" +checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954" [[package]] name = "ident_case" @@ -16221,9 +16302,9 @@ version = "0.9.0" [[package]] name = "idna" -version = "1.0.3" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e" +checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" dependencies = [ "idna_adapter", "smallvec", @@ -16232,9 +16313,9 @@ dependencies = [ [[package]] name = "idna_adapter" -version = "1.2.0" +version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71" +checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344" dependencies = [ "icu_normalizer", "icu_properties", @@ -16304,14 +16385,14 @@ checksum = "a0eb5a3343abf848c0984fe4604b2b105da9539376e24fc0a3b0007411ae4fd9" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] name = "indenter" -version = "0.3.3" +version = "0.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683" +checksum = "964de6e86d545b246d84badc0fef527924ace5134f30641c203ef52ba83f58d5" [[package]] name = "indexmap" @@ -16370,7 +16451,7 @@ version = "0.11.21" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "232929e1d75fe899576a3d5c7416ad0d88dbfbb3c3d6aa00873a7408a50ddb88" dependencies = [ - "ahash 0.8.11", + "ahash 0.8.12", "indexmap 2.13.0", "is-terminal", "itoa", @@ -16384,12 +16465,12 @@ dependencies = [ [[package]] name = "inferno" -version = "0.12.1" +version = "0.12.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "692eda1cc790750b9f5a5e3921ef9c117fd5498b97cfacbc910693e5b29002dc" +checksum = "90807d610575744524d9bdc69f3885d96f0e6c3354565b0828354a7ff2a262b8" dependencies = [ - "ahash 0.8.11", - "clap 4.5.27", + "ahash 0.8.12", + "clap 4.6.0", "crossbeam-channel", "crossbeam-utils", "dashmap", @@ -16399,42 +16480,43 @@ dependencies = [ "log", "num-format", "once_cell", - "quick-xml 0.37.2", + "quick-xml 0.39.2", "rgb", "str_stack", ] [[package]] name = "inout" -version = "0.1.3" +version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5" +checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01" dependencies = [ "generic-array", ] [[package]] name = "insta" -version = "1.43.1" +version = "1.46.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "154934ea70c58054b556dd430b99a98c2a7ff5309ac9891597e339b5c28f4371" +checksum = "e82db8c87c7f1ccecb34ce0c24399b8a73081427f3c7c50a5d597925356115e4" dependencies = [ "console", "once_cell", "similar", + "tempfile", ] [[package]] name = "instability" -version = "0.3.9" +version = "0.3.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "435d80800b936787d62688c927b6490e887c7ef5ff9ce922c6c6050fca75eb9a" +checksum = "5eb2d60ef19920a3a9193c3e371f726ec1dafc045dac788d0fb3704272458971" dependencies = [ - "darling 0.20.11", + "darling 0.23.0", "indoc 2.0.7", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] @@ -16448,23 +16530,23 @@ dependencies = [ [[package]] name = "instant-acme" -version = "0.8.4" +version = "0.8.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e9e04488259349908dd13fadaf3a97523b61da296a468c490e112ecc73d28b47" +checksum = "9f05ad37c421b962354c358d347d4a6130151df9407978372d3ad7f0c8f71a64" dependencies = [ "async-trait", "base64 0.22.1", "bytes", - "http 1.3.1", + "http 1.4.0", "http-body 1.0.1", "http-body-util", "httpdate", "hyper 1.8.1", "hyper-rustls", "hyper-util", - "rcgen 0.14.5", + "rcgen 0.14.7", "ring", - "rustls 0.23.27", + "rustls 0.23.37", "rustls-pki-types", "serde", "serde_json", @@ -16493,7 +16575,7 @@ version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f" dependencies = [ - "socket2 0.5.9", + "socket2 0.5.10", "widestring", "windows-sys 0.48.0", "winreg", @@ -16501,9 +16583,9 @@ dependencies = [ [[package]] name = "ipnet" -version = "2.11.0" +version = "2.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" +checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2" dependencies = [ "serde", ] @@ -16525,9 +16607,9 @@ checksum = "cf370abdafd54d13e54a620e8c3e1145f28e46cc9d704bc6d94414559df41763" [[package]] name = "iri-string" -version = "0.7.9" +version = "0.7.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f867b9d1d896b67beb18518eda36fdb77a32ea590de864f1325b294a6d14397" +checksum = "c91338f0783edbd6195decb37bae672fd3b165faffb89bf7b9e6942f8b1a731a" dependencies = [ "memchr", "serde", @@ -16535,20 +16617,20 @@ dependencies = [ [[package]] name = "is-terminal" -version = "0.4.15" +version = "0.4.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e19b23d53f35ce9f56aebc7d1bb4e6ac1e9c0db7ac85c8d1760c04379edced37" +checksum = "3640c1c38b8e4e43584d8df18be5fc6b0aa314ce6ebf51b53313d4306cca8e46" dependencies = [ - "hermit-abi 0.4.0", + "hermit-abi 0.5.2", "libc", - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] name = "is_terminal_polyfill" -version = "1.70.1" +version = "1.70.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" +checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695" [[package]] name = "isocountry" @@ -16607,9 +16689,33 @@ dependencies = [ [[package]] name = "itoa" -version = "1.0.14" +version = "1.0.17" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2" + +[[package]] +name = "jiff" +version = "0.2.23" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1a3546dc96b6d42c5f24902af9e2538e82e39ad350b0c766eb3fbf2d8f3d8359" +dependencies = [ + "jiff-static", + "log", + "portable-atomic", + "portable-atomic-util", + "serde_core", +] + +[[package]] +name = "jiff-static" +version = "0.2.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674" +checksum = "2a8c8b344124222efd714b73bb41f8b5120b27a7cc1c75593a6ff768d9d05aa4" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.117", +] [[package]] name = "jni" @@ -16635,18 +16741,19 @@ checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" [[package]] name = "jobserver" -version = "0.1.32" +version = "0.1.34" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0" +checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33" dependencies = [ + "getrandom 0.3.4", "libc", ] [[package]] name = "js-sys" -version = "0.3.77" +version = "0.3.91" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f" +checksum = "b49715b7073f385ba4bc528e5747d02e66cb39c6146efb66b781f131f0fb399c" dependencies = [ "once_cell", "wasm-bindgen", @@ -16691,7 +16798,7 @@ version = "0.32.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "24690c68dfcdde5980d676b0f1820981841016b1f29eecb4c42ad48ab4118681" dependencies = [ - "ahash 0.8.11", + "ahash 0.8.12", "base64 0.22.1", "bytecount", "email_address", @@ -16705,7 +16812,7 @@ dependencies = [ "percent-encoding", "referencing", "regex", - "regex-syntax 0.8.5", + "regex-syntax 0.8.10", "serde", "serde_json", "uuid-simd", @@ -16744,14 +16851,14 @@ version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cb26cec98cce3a3d96cbb7bced3c4b16e3d13f27ec56dbd62cbc8f39cfb9d653" dependencies = [ - "cpufeatures", + "cpufeatures 0.2.17", ] [[package]] name = "keyring" -version = "3.6.1" +version = "3.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f8fe839464d4e4b37d756d7e910063696af79a7e877282cb1825e4ec5f10833" +checksum = "eebcc3aff044e5944a8fbaf69eb277d11986064cba30c468730e8b9909fb551c" dependencies = [ "byteorder", "dbus-secret-service", @@ -16759,8 +16866,9 @@ dependencies = [ "log", "openssl", "security-framework 2.11.1", - "security-framework 3.5.1", - "windows-sys 0.59.0", + "security-framework 3.7.0", + "windows-sys 0.60.2", + "zeroize", ] [[package]] @@ -16813,7 +16921,7 @@ dependencies = [ "petgraph 0.6.5", "pico-args", "regex", - "regex-syntax 0.8.5", + "regex-syntax 0.8.10", "string_cache", "term 0.7.0", "tiny-keccak", @@ -16823,21 +16931,21 @@ dependencies = [ [[package]] name = "lalrpop" -version = "0.22.1" +version = "0.22.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7047a26de42016abf8f181b46b398aef0b77ad46711df41847f6ed869a2a1d5b" +checksum = "ba4ebbd48ce411c1d10fb35185f5a51a7bfa3d8b24b4e330d30c9e3a34129501" dependencies = [ "ascii-canvas 4.0.0", "bit-set 0.8.0", "ena", "itertools 0.14.0", - "lalrpop-util 0.22.1", + "lalrpop-util 0.22.2", "petgraph 0.7.1", "regex", - "regex-syntax 0.8.5", + "regex-syntax 0.8.10", "sha3", "string_cache", - "term 1.0.2", + "term 1.2.1", "unicode-xid", "walkdir", ] @@ -16862,9 +16970,9 @@ dependencies = [ [[package]] name = "lalrpop-util" -version = "0.22.1" +version = "0.22.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8d05b3fe34b8bd562c338db725dfa9beb9451a48f65f129ccb9538b48d2c93b" +checksum = "b5baa5e9ff84f1aefd264e6869907646538a52147a755d494517a8007fb48733" dependencies = [ "rustversion", ] @@ -16881,7 +16989,7 @@ version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" dependencies = [ - "spin", + "spin 0.9.8", ] [[package]] @@ -16927,7 +17035,7 @@ dependencies = [ "ic-ledger-suite-state-machine-tests-constants", "ic-limits", "ic-metrics-encoder", - "ic-stable-structures 0.6.8", + "ic-stable-structures 0.6.9", "ic-state-machine-tests", "ic-test-utilities-load-wasm", "icp-ledger", @@ -16948,14 +17056,14 @@ name = "ledger-canister-protobuf-generator" version = "0.9.0" dependencies = [ "ic-utils-rustfmt", - "prost-build 0.13.4", + "prost-build 0.13.5", ] [[package]] name = "lexical-core" -version = "0.8.5" +version = "1.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2cde5de06e8d4c2faabc400238f9ae1c74d5412d03a7bd067645ccbc47070e46" +checksum = "7d8d125a277f807e55a77304455eb7b1cb52f2b18c143b60e766c120bd64a594" dependencies = [ "lexical-parse-float", "lexical-parse-integer", @@ -16966,60 +17074,53 @@ dependencies = [ [[package]] name = "lexical-parse-float" -version = "0.8.5" +version = "1.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "683b3a5ebd0130b8fb52ba0bdc718cc56815b6a097e28ae5a6997d0ad17dc05f" +checksum = "52a9f232fbd6f550bc0137dcb5f99ab674071ac2d690ac69704593cb4abbea56" dependencies = [ "lexical-parse-integer", "lexical-util", - "static_assertions", ] [[package]] name = "lexical-parse-integer" -version = "0.8.6" +version = "1.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d0994485ed0c312f6d965766754ea177d07f9c00c9b82a5ee62ed5b47945ee9" +checksum = "9a7a039f8fb9c19c996cd7b2fcce303c1b2874fe1aca544edc85c4a5f8489b34" dependencies = [ "lexical-util", - "static_assertions", ] [[package]] name = "lexical-util" -version = "0.8.5" +version = "1.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5255b9ff16ff898710eb9eb63cb39248ea8a5bb036bea8085b1a767ff6c4e3fc" -dependencies = [ - "static_assertions", -] +checksum = "2604dd126bb14f13fb5d1bd6a66155079cb9fa655b37f875b3a742c705dbed17" [[package]] name = "lexical-write-float" -version = "0.8.5" +version = "1.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "accabaa1c4581f05a3923d1b4cfd124c329352288b7b9da09e766b0668116862" +checksum = "50c438c87c013188d415fbabbb1dceb44249ab81664efbd31b14ae55dabb6361" dependencies = [ "lexical-util", "lexical-write-integer", - "static_assertions", ] [[package]] name = "lexical-write-integer" -version = "0.8.5" +version = "1.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e1b6f3d1f4422866b68192d62f77bc5c700bee84f3069f2469d7bc8c77852446" +checksum = "409851a618475d2d5796377cad353802345cba92c867d9fbcde9cf4eac4e14df" dependencies = [ "lexical-util", - "static_assertions", ] [[package]] name = "libc" -version = "0.2.177" +version = "0.2.183" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976" +checksum = "b5b646652bf6661599e1da8901b3b9522896f01e736bad5f723fe7a3a27f899d" [[package]] name = "libcryptsetup-rs" @@ -17027,7 +17128,7 @@ version = "0.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3ffd3642e85d0a4a7852c28545764754e8f7ca00c33ea5f2035f241a1da869ed" dependencies = [ - "bitflags 2.10.0", + "bitflags 2.11.0", "either", "libc", "libcryptsetup-rs-sys", @@ -17042,11 +17143,11 @@ dependencies = [ [[package]] name = "libcryptsetup-rs-sys" -version = "0.6.0" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d70e7b16c75f442c560d3b9514c6343e8dde6426651745de12868e1500edbc0f" +checksum = "376e4a1f481c5f0b8354d370cfaf9f1322d56e628e2954c6b59c9729e6f4d5ee" dependencies = [ - "bindgen 0.71.1", + "bindgen 0.72.1", "cc", "pkg-config", "semver", @@ -17054,9 +17155,9 @@ dependencies = [ [[package]] name = "libdbus-sys" -version = "0.2.5" +version = "0.2.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72" +checksum = "328c4789d42200f1eeec05bd86c9c13c7f091d2ba9a6ea35acdf51f31bc0f043" dependencies = [ "cc", "pkg-config", @@ -17064,9 +17165,9 @@ dependencies = [ [[package]] name = "libflate" -version = "2.1.0" +version = "2.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "45d9dfdc14ea4ef0900c1cddbc8dcd553fbaacd8a4a282cf4018ae9dd04fb21e" +checksum = "e3248b8d211bd23a104a42d81b4fa8bb8ac4a3b75e7a43d85d2c9ccb6179cd74" dependencies = [ "adler32", "core2", @@ -17077,20 +17178,20 @@ dependencies = [ [[package]] name = "libflate_lz77" -version = "2.1.0" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6e0d73b369f386f1c44abd9c570d5318f55ccde816ff4b562fa452e5182863d" +checksum = "a599cb10a9cd92b1300debcef28da8f70b935ec937f44fcd1b70a7c986a11c5c" dependencies = [ "core2", - "hashbrown 0.14.5", + "hashbrown 0.16.1", "rle-decode-fast", ] [[package]] name = "libfuzzer-sys" -version = "0.4.10" +version = "0.4.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5037190e1f70cbeef565bd267599242926f724d3b8a9f510fd7e0b540cfa4404" +checksum = "f12a681b7dd8ce12bff52488013ba614b869148d54dd79836ab85aafdd53f08d" dependencies = [ "arbitrary", "cc", @@ -17108,12 +17209,12 @@ dependencies = [ [[package]] name = "libloading" -version = "0.8.6" +version = "0.8.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34" +checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55" dependencies = [ "cfg-if", - "windows-targets 0.52.6", + "windows-link", ] [[package]] @@ -17135,13 +17236,14 @@ dependencies = [ [[package]] name = "libredox" -version = "0.1.3" +version = "0.1.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" +checksum = "1744e39d1d6a9948f4f388969627434e31128196de472883b39f148769bfe30a" dependencies = [ - "bitflags 2.10.0", + "bitflags 2.11.0", "libc", - "redox_syscall", + "plain", + "redox_syscall 0.7.3", ] [[package]] @@ -17185,11 +17287,12 @@ dependencies = [ [[package]] name = "libsystemd-sys" -version = "0.9.3" +version = "0.9.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed080163caa59cc29b34bce2209b737149a4bac148cd9a8b04e4c12822798119" +checksum = "976306de183e6046819ef6505888d00996214766a3f4660a2ed5761c84a20aed" dependencies = [ "build-env", + "cfg-if", "libc", "pkg-config", ] @@ -17208,9 +17311,9 @@ dependencies = [ [[package]] name = "libz-sys" -version = "1.1.21" +version = "1.1.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df9b68e50e6e0b26f672573834882eb57759f6db9b3be2ea3c35c91188bb4eaa" +checksum = "d52f4c29e2a68ac30c9087e1b772dc9f44a2b66ed44edf2266cf2be9b03dafc1" dependencies = [ "cc", "libc", @@ -17240,7 +17343,7 @@ version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "761e49ec5fd8a5a463f9b84e877c373d888935b71c6be78f3767fe2ae6bed18e" dependencies = [ - "bitflags 2.10.0", + "bitflags 2.11.0", "libc", ] @@ -17252,9 +17355,9 @@ checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab" [[package]] name = "linux-raw-sys" -version = "0.11.0" +version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039" +checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53" [[package]] name = "linux_kernel_command_line" @@ -17265,9 +17368,9 @@ dependencies = [ [[package]] name = "litemap" -version = "0.7.4" +version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104" +checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77" [[package]] name = "lmdb-rkv" @@ -17337,19 +17440,18 @@ dependencies = [ [[package]] name = "lock_api" -version = "0.4.12" +version = "0.4.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17" +checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" dependencies = [ - "autocfg 1.5.0", "scopeguard", ] [[package]] name = "log" -version = "0.4.28" +version = "0.4.29" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432" +checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" [[package]] name = "logos" @@ -17380,7 +17482,7 @@ dependencies = [ "proc-macro2", "quote", "regex-syntax 0.6.29", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] @@ -17408,12 +17510,12 @@ dependencies = [ [[package]] name = "loopdev-3" -version = "0.5.2" +version = "0.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c48e069775cb94ff50e9cd572544e439c65d5856207119fef992a09ce8f2517" +checksum = "ff3f91f417dba260dff8932ea5ebc1eeaf8c74842555da5eb0ac7ef41176ce2b" dependencies = [ - "bindgen 0.71.1", - "errno 0.3.10", + "bindgen 0.72.1", + "errno 0.3.14", "libc", ] @@ -17429,14 +17531,20 @@ version = "0.12.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38" dependencies = [ - "hashbrown 0.15.2", + "hashbrown 0.15.5", ] +[[package]] +name = "lru-slab" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154" + [[package]] name = "lz4_flex" -version = "0.11.5" +version = "0.11.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08ab2867e3eeeca90e844d1940eab391c9dc5228783db2ed999acbc0a9ed375a" +checksum = "373f5eceeeab7925e0c1098212f2fbc4d416adec9d35051a6ab251e824c1854a" dependencies = [ "twox-hash", ] @@ -17466,9 +17574,9 @@ checksum = "baee0bbc17ce759db233beb01648088061bf678383130602a298e6998eedb2d8" [[package]] name = "mach2" -version = "0.4.2" +version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709" +checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44" dependencies = [ "libc", ] @@ -17504,12 +17612,6 @@ dependencies = [ "tendril", ] -[[package]] -name = "match_cfg" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4" - [[package]] name = "matchers" version = "0.2.0" @@ -17569,9 +17671,9 @@ dependencies = [ [[package]] name = "memchr" -version = "2.7.4" +version = "2.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" +checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79" [[package]] name = "memfd" @@ -17579,14 +17681,14 @@ version = "0.6.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ad38eb12aea514a0466ea40a80fd8cc83637065948eb4a426e4aa46261175227" dependencies = [ - "rustix 1.1.2", + "rustix 1.1.4", ] [[package]] name = "memmap2" -version = "0.9.5" +version = "0.9.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f" +checksum = "714098028fe011992e1c3962653c96b2d578c4b4bce9036e15ff220319b1e0e3" dependencies = [ "libc", ] @@ -17715,7 +17817,7 @@ dependencies = [ "messaging-test-utils", "proptest", "serde", - "test-strategy 0.4.0", + "test-strategy 0.4.5", ] [[package]] @@ -17765,6 +17867,16 @@ dependencies = [ "syn 1.0.109", ] +[[package]] +name = "minicov" +version = "0.3.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4869b6a491569605d66d3952bcdf03df789e5b536e5f0cf7758a7f08a55ae24d" +dependencies = [ + "cc", + "walkdir", +] + [[package]] name = "minimal-lexical" version = "0.2.1" @@ -17773,43 +17885,26 @@ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" [[package]] name = "miniz_oxide" -version = "0.8.3" +version = "0.8.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b8402cab7aefae129c6977bb0ff1b8fd9a04eb5b51efc50a70bea51cda0c7924" +checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" dependencies = [ "adler2", + "simd-adler32", ] [[package]] name = "mio" -version = "0.8.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c" -dependencies = [ - "libc", - "log", - "wasi 0.11.0+wasi-snapshot-preview1", - "windows-sys 0.48.0", -] - -[[package]] -name = "mio" -version = "1.0.3" +version = "1.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd" +checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc" dependencies = [ "libc", "log", - "wasi 0.11.0+wasi-snapshot-preview1", - "windows-sys 0.52.0", + "wasi", + "windows-sys 0.61.2", ] -[[package]] -name = "miracl_core_bls12381" -version = "4.2.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d07cbe42e2a8dd41df582fb8e00fc24d920b5561cc301fcb6d14e2e0434b500f" - [[package]] name = "mock_treasury_manager" version = "0.9.0" @@ -17845,26 +17940,27 @@ dependencies = [ "cfg-if", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] name = "mockito" -version = "1.6.1" +version = "1.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "652cd6d169a36eaf9d1e6bce1a221130439a966d7f27858af66a33a66e9c4ee2" +checksum = "90820618712cab19cfc46b274c6c22546a82affcb3c3bdf0f29e3db8e1bb92c0" dependencies = [ "assert-json-diff", "bytes", - "colored", - "futures-util", - "http 1.3.1", + "colored 3.1.1", + "futures-core", + "http 1.4.0", "http-body 1.0.1", "http-body-util", "hyper 1.8.1", "hyper-util", "log", - "rand 0.8.5", + "pin-project-lite", + "rand 0.9.2", "regex", "serde_json", "serde_urlencoded", @@ -17883,7 +17979,7 @@ dependencies = [ "crossbeam-epoch", "crossbeam-utils", "equivalent", - "event-listener 5.4.0", + "event-listener 5.4.1", "futures-util", "parking_lot", "portable-atomic", @@ -17912,15 +18008,15 @@ dependencies = [ "log", "memchr", "mime", - "spin", + "spin 0.9.8", "version_check", ] [[package]] name = "multimap" -version = "0.10.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03" +checksum = "1d87ecb2933e8aeadb3e3a02b828fed80a7528047e68b4f424523a0981a3a084" [[package]] name = "neli" @@ -17966,7 +18062,7 @@ dependencies = [ "ic-types", "ic_consensus_system_test_utils", "nix 0.24.3", - "prost 0.13.4", + "prost 0.13.5", "regex", "reqwest", "serde", @@ -18057,7 +18153,9 @@ name = "nft_exporter" version = "0.1.0" dependencies = [ "anyhow", - "clap 4.5.27", + "clap 4.6.0", + "ic-os-metrics-utils", + "prometheus", "serde", "serde_json", ] @@ -18105,7 +18203,7 @@ version = "0.27.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053" dependencies = [ - "bitflags 2.10.0", + "bitflags 2.11.0", "cfg-if", "libc", "memoffset 0.9.1", @@ -18117,7 +18215,7 @@ version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46" dependencies = [ - "bitflags 2.10.0", + "bitflags 2.11.0", "cfg-if", "cfg_aliases", "libc", @@ -18129,7 +18227,19 @@ version = "0.30.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6" dependencies = [ - "bitflags 2.10.0", + "bitflags 2.11.0", + "cfg-if", + "cfg_aliases", + "libc", +] + +[[package]] +name = "nix" +version = "0.31.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5d6d0705320c1e6ba1d912b5e37cf18071b6c2e9b7fa8215a1e8a7651966f5d3" +dependencies = [ + "bitflags 2.11.0", "cfg-if", "cfg_aliases", "libc", @@ -18140,7 +18250,7 @@ name = "nns-system-tests" version = "0.9.0" dependencies = [ "anyhow", - "axum 0.8.4", + "axum 0.8.8", "candid", "canister-test", "cycles-minting-canister", @@ -18182,7 +18292,7 @@ dependencies = [ "nns_dapp", "num-traits", "on_wire", - "prost 0.13.4", + "prost 0.13.5", "registry-canister", "reqwest", "serde_cbor", @@ -18307,11 +18417,11 @@ dependencies = [ [[package]] name = "nu-ansi-term" -version = "0.50.1" +version = "0.50.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d4a28e057d01f97e61255210fcff094d74ed0466038633e95017f5beb68e4399" +checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" dependencies = [ - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -18377,7 +18487,7 @@ dependencies = [ "num-iter", "num-traits", "once_cell", - "rand 0.9.0", + "rand 0.9.2", "serde", "smallvec", ] @@ -18468,33 +18578,34 @@ dependencies = [ [[package]] name = "num_cpus" -version = "1.16.0" +version = "1.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" +checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b" dependencies = [ - "hermit-abi 0.3.9", + "hermit-abi 0.5.2", "libc", ] [[package]] name = "num_enum" -version = "0.7.3" +version = "0.7.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179" +checksum = "5d0bca838442ec211fa11de3a8b0e0e8f3a4522575b5c4c06ed722e005036f26" dependencies = [ "num_enum_derive", + "rustversion", ] [[package]] name = "num_enum_derive" -version = "0.7.3" +version = "0.7.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56" +checksum = "680998035259dcfcafe653688bf2aa6d3e2dc05e98be6ab46afb089dc84f1df8" dependencies = [ "proc-macro-crate", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] @@ -18513,14 +18624,20 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" [[package]] -name = "object" -version = "0.36.7" +name = "objc2" +version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87" +checksum = "3a12a8ed07aefc768292f076dc3ac8c48f3781c8f2d5851dd3d98950e8c5a89f" dependencies = [ - "memchr", + "objc2-encode", ] +[[package]] +name = "objc2-encode" +version = "4.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33" + [[package]] name = "object" version = "0.37.3" @@ -18529,7 +18646,7 @@ checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe" dependencies = [ "crc32fast", "flate2", - "hashbrown 0.15.2", + "hashbrown 0.15.5", "indexmap 2.13.0", "memchr", "ruzstd", @@ -18559,19 +18676,25 @@ version = "0.9.0" [[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" dependencies = [ "critical-section", "portable-atomic", ] +[[package]] +name = "once_cell_polyfill" +version = "1.70.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" + [[package]] name = "oorandom" -version = "11.1.4" +version = "11.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9" +checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e" [[package]] name = "opaque-debug" @@ -18649,11 +18772,11 @@ dependencies = [ [[package]] name = "openssl" -version = "0.10.75" +version = "0.10.76" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08838db121398ad17ab8531ce9de97b244589089e290a384c900cb9ff7434328" +checksum = "951c002c75e16ea2c65b8c7e4d3d51d5530d8dfa7d060b4776828c88cfb18ecf" dependencies = [ - "bitflags 2.10.0", + "bitflags 2.11.0", "cfg-if", "foreign-types 0.3.2", "libc", @@ -18670,29 +18793,29 @@ checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] name = "openssl-probe" -version = "0.1.6" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e" +checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe" [[package]] name = "openssl-src" -version = "300.4.1+3.4.0" +version = "300.5.5+3.5.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "faa4eac4138c62414b5622d1b31c5c304f34b406b013c079c2bbc652fdd6678c" +checksum = "3f1787d533e03597a7934fd0a765f0d28e94ecc5fb7789f8053b1e699a56f709" dependencies = [ "cc", ] [[package]] name = "openssl-sys" -version = "0.9.111" +version = "0.9.112" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "82cab2d520aa75e3c58898289429321eb788c3106963d0dc886ec7a5f4adc321" +checksum = "57d55af3b3e226502be1526dfdba67ab0e9c96fc293004e79576b2b9edb0dbdb" dependencies = [ "cc", "libc", @@ -18733,11 +18856,11 @@ checksum = "91cf61a1868dacc576bf2b2a1c3e9ab150af7272909e80085c3173384fe11f76" dependencies = [ "async-trait", "futures-core", - "http 1.3.1", + "http 1.4.0", "opentelemetry 0.27.1", "opentelemetry-proto", "opentelemetry_sdk 0.27.1", - "prost 0.13.4", + "prost 0.13.5", "thiserror 1.0.69", "tokio", "tonic 0.12.3", @@ -18752,7 +18875,7 @@ checksum = "a6e05acbfada5ec79023c85368af14abd0b307c015e9064d249b2a950ef459a6" dependencies = [ "opentelemetry 0.27.1", "opentelemetry_sdk 0.27.1", - "prost 0.13.4", + "prost 0.13.5", "tonic 0.12.3", ] @@ -18826,10 +18949,10 @@ dependencies = [ "attestation", "backoff", "candid", - "clap 4.5.27", + "clap 4.6.0", "config_tool", "config_types", - "der 0.7.9", + "der 0.7.10", "env-file-reader", "exec", "get_if_addrs", @@ -18891,12 +19014,12 @@ dependencies = [ "nix 0.24.3", "pem", "prometheus", - "prost 0.13.4", + "prost 0.13.5", "qrcode", "rand 0.8.5", "rcgen 0.13.2", "rstest", - "rustls 0.23.27", + "rustls 0.23.37", "serde", "serde_cbor", "serde_json", @@ -18908,7 +19031,7 @@ dependencies = [ "strum_macros 0.26.4", "tempfile", "tokio", - "tokio-rustls 0.26.1", + "tokio-rustls 0.26.4", "tokio-util", "url", ] @@ -19022,28 +19145,30 @@ dependencies = [ [[package]] name = "parity-scale-codec" -version = "3.6.12" +version = "3.7.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "306800abfa29c7f16596b5970a588435e3d5b3149683d00c12b699cc19f895ee" +checksum = "799781ae679d79a948e13d4824a40970bfa500058d245760dd857301059810fa" dependencies = [ "arrayvec 0.7.6", "bitvec", "byte-slice-cast", + "const_format", "impl-trait-for-tuples", "parity-scale-codec-derive", + "rustversion", "serde", ] [[package]] name = "parity-scale-codec-derive" -version = "3.6.12" +version = "3.7.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d830939c76d294956402033aee57a6da7b438f2294eb94864c37b0569053a42c" +checksum = "34b4653168b563151153c9e4c08ebed57fb8262bebfa79711552fa983c623e7a" dependencies = [ "proc-macro-crate", "proc-macro2", "quote", - "syn 1.0.109", + "syn 2.0.117", ] [[package]] @@ -19054,9 +19179,9 @@ checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" [[package]] name = "parking_lot" -version = "0.12.3" +version = "0.12.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27" +checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" dependencies = [ "lock_api", "parking_lot_core", @@ -19064,15 +19189,15 @@ dependencies = [ [[package]] name = "parking_lot_core" -version = "0.9.10" +version = "0.9.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8" +checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" dependencies = [ "cfg-if", "libc", - "redox_syscall", + "redox_syscall 0.5.18", "smallvec", - "windows-targets 0.52.6", + "windows-link", ] [[package]] @@ -19086,7 +19211,7 @@ name = "partition_tools" version = "0.1.0" dependencies = [ "anyhow", - "clap 4.5.27", + "clap 4.6.0", "gpt", "indoc 1.0.9", "itertools 0.12.1", @@ -19134,9 +19259,9 @@ dependencies = [ [[package]] name = "pcre2" -version = "0.2.9" +version = "0.2.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3be55c43ac18044541d58d897e8f4c55157218428953ebd39d86df3ba0286b2b" +checksum = "9e970b0fcce0c7ee6ef662744ff711f21ccd6f11b7cf03cd187a80e89797fc67" dependencies = [ "libc", "log", @@ -19145,9 +19270,9 @@ dependencies = [ [[package]] name = "pcre2-sys" -version = "0.2.9" +version = "0.2.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "550f5d18fb1b90c20b87e161852c10cde77858c3900c5059b5ad2a1449f11d8a" +checksum = "18b9073c1a2549bd409bf4a32c94d903bb1a09bf845bc306ae148897fa0760a4" dependencies = [ "cc", "libc", @@ -19194,26 +19319,25 @@ dependencies = [ [[package]] name = "percent-encoding" -version = "2.3.1" +version = "2.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" +checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" [[package]] name = "pest" -version = "2.7.15" +version = "2.8.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc" +checksum = "e0848c601009d37dfa3430c4666e147e49cdcf1b92ecd3e63657d8a5f19da662" dependencies = [ "memchr", - "thiserror 2.0.18", "ucd-trie", ] [[package]] name = "pest_derive" -version = "2.7.15" +version = "2.8.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "816518421cfc6887a0d62bf441b6ffb4536fcc926395a69e1a85852d4363f57e" +checksum = "11f486f1ea21e6c10ed15d5a7c77165d0ee443402f0780849d1768e7d9d6fe77" dependencies = [ "pest", "pest_generator", @@ -19221,33 +19345,32 @@ dependencies = [ [[package]] name = "pest_generator" -version = "2.7.15" +version = "2.8.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d1396fd3a870fc7838768d171b4616d5c91f6cc25e377b673d714567d99377b" +checksum = "8040c4647b13b210a963c1ed407c1ff4fdfa01c31d6d2a098218702e6664f94f" dependencies = [ "pest", "pest_meta", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] name = "pest_meta" -version = "2.7.15" +version = "2.8.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e1e58089ea25d717bfd31fb534e4f3afcc2cc569c70de3e239778991ea3b7dea" +checksum = "89815c69d36021a140146f26659a81d6c2afa33d216d736dd4be5381a7362220" dependencies = [ - "once_cell", "pest", "sha2 0.10.9", ] [[package]] name = "pest_vm" -version = "2.7.15" +version = "2.8.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a8151168a80801131f6e0e79d6c84fa337ccd2493c99e59de027354c3e6fca0b" +checksum = "1f487f488a1eb0c345bb9137bf2c24583937dad7b85b9c1d7d337fa39694cc9c" dependencies = [ "pest", "pest_meta", @@ -19344,7 +19467,7 @@ dependencies = [ "phf_shared 0.11.3", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] @@ -19362,7 +19485,7 @@ version = "0.11.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5" dependencies = [ - "siphasher 1.0.1", + "siphasher 1.0.2", ] [[package]] @@ -19373,29 +19496,29 @@ checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315" [[package]] name = "pin-project" -version = "1.1.9" +version = "1.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dfe2e71e1471fe07709406bf725f710b02927c9c54b2b5b2ec0e8087d97c327d" +checksum = "f1749c7ed4bcaf4c3d0a3efc28538844fb29bcdd7d2b67b2be7e20ba861ff517" dependencies = [ "pin-project-internal", ] [[package]] name = "pin-project-internal" -version = "1.1.9" +version = "1.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f6e859e6e5bd50440ab63c47e3ebabc90f26251f7c73c3d3e837b74a1cc3fa67" +checksum = "d9b20ed30f105399776b9c883e68e536ef602a16ae6f596d2c473591d6ad64c6" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] name = "pin-project-lite" -version = "0.2.16" +version = "0.2.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" +checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd" [[package]] name = "pin-utils" @@ -19416,9 +19539,9 @@ dependencies = [ [[package]] name = "piper" -version = "0.2.4" +version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066" +checksum = "c835479a4443ded371d6c535cbfd8d31ad92c5d23ae9770a61bc155e4992a3c1" dependencies = [ "atomic-waker", "fastrand", @@ -19431,7 +19554,7 @@ version = "0.7.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f" dependencies = [ - "der 0.7.9", + "der 0.7.10", "pkcs8 0.10.2", "spki 0.7.3", ] @@ -19462,15 +19585,21 @@ version = "0.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" dependencies = [ - "der 0.7.9", + "der 0.7.10", "spki 0.7.3", ] [[package]] name = "pkg-config" -version = "0.3.31" +version = "0.3.32" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" + +[[package]] +name = "plain" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2" +checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6" [[package]] name = "plotters" @@ -19538,10 +19667,10 @@ dependencies = [ "icrc-ledger-types", "k256 0.13.4", "maplit", - "prost 0.13.4", + "prost 0.13.5", "registry-canister", "reqwest", - "schemars 0.8.21", + "schemars 0.8.22", "semver", "serde", "serde_cbor", @@ -19567,7 +19696,7 @@ dependencies = [ "aide", "askama", "async-trait", - "axum 0.8.4", + "axum 0.8.8", "axum-extra", "axum-server", "backoff", @@ -19576,14 +19705,14 @@ dependencies = [ "bytes", "candid", "candid_parser", - "clap 4.5.27", + "clap 4.6.0", "ctrlc", "cycles-minting-canister", "flate2", "fqdn", "futures", "hex", - "http 1.3.1", + "http 1.4.0", "hyper 1.8.1", "hyper-util", "ic-admin", @@ -19649,7 +19778,7 @@ dependencies = [ "rcgen 0.13.2", "registry-canister", "reqwest", - "rustls 0.23.27", + "rustls 0.23.37", "serde", "serde_cbor", "serde_json", @@ -19660,7 +19789,7 @@ dependencies = [ "tokio", "tokio-util", "tonic 0.12.3", - "tower 0.5.2", + "tower 0.5.3", "tower-http", "tracing", "tracing-appender", @@ -19684,17 +19813,16 @@ dependencies = [ [[package]] name = "polling" -version = "3.7.4" +version = "3.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f" +checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218" dependencies = [ "cfg-if", "concurrent-queue", - "hermit-abi 0.4.0", + "hermit-abi 0.5.2", "pin-project-lite", - "rustix 0.38.44", - "tracing", - "windows-sys 0.59.0", + "rustix 1.1.4", + "windows-sys 0.61.2", ] [[package]] @@ -19703,7 +19831,7 @@ version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8159bd90725d2df49889a078b54f4f79e87f1f8a8444194cdca81d38f5393abf" dependencies = [ - "cpufeatures", + "cpufeatures 0.2.17", "opaque-debug", "universal-hash", ] @@ -19715,16 +19843,25 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9d1fe60d06143b2430aa532c94cfe9e29783047f06c0d7fd359a9a51b729fa25" dependencies = [ "cfg-if", - "cpufeatures", + "cpufeatures 0.2.17", "opaque-debug", "universal-hash", ] [[package]] name = "portable-atomic" -version = "1.10.0" +version = "1.13.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49" + +[[package]] +name = "portable-atomic-util" +version = "0.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "280dc24453071f1b63954171985a0b0d30058d287960968b9b2aca264c8d4ee6" +checksum = "091397be61a01d4be58e7841595bd4bfedb15f1cd54977d79b8271e94ed799a3" +dependencies = [ + "portable-atomic", +] [[package]] name = "postcard" @@ -19738,6 +19875,15 @@ dependencies = [ "serde", ] +[[package]] +name = "potential_utf" +version = "0.1.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77" +dependencies = [ + "zerovec", +] + [[package]] name = "powerfmt" version = "0.2.0" @@ -19755,9 +19901,9 @@ dependencies = [ [[package]] name = "pprof" -version = "0.14.0" +version = "0.14.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ebbe2f8898beba44815fdc9e5a4ae9c929e21c5dc29b0c774a15555f7f58d6d0" +checksum = "afad4d4df7b31280028245f152d5a575083e2abb822d05736f5e47653e77689f" dependencies = [ "aligned-vec", "backtrace", @@ -19769,12 +19915,12 @@ dependencies = [ "log", "nix 0.26.4", "once_cell", - "parking_lot", "prost 0.12.6", "prost-build 0.12.6", "prost-derive 0.12.6", "sha2 0.10.9", "smallvec", + "spin 0.10.0", "symbolic-demangle", "tempfile", "thiserror 1.0.69", @@ -19782,11 +19928,11 @@ dependencies = [ [[package]] name = "ppv-lite86" -version = "0.2.20" +version = "0.2.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04" +checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" dependencies = [ - "zerocopy 0.7.35", + "zerocopy", ] [[package]] @@ -19797,9 +19943,9 @@ checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" [[package]] name = "predicates" -version = "3.1.3" +version = "3.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a5d19ee57562043d37e82899fade9a22ebab7be9cef5026b07fda9cdd4293573" +checksum = "ada8f2932f28a27ee7b70dd6c1c39ea0675c55a36879ab92f3a715eaa1e63cfe" dependencies = [ "anstyle", "difflib", @@ -19811,15 +19957,15 @@ dependencies = [ [[package]] name = "predicates-core" -version = "1.0.9" +version = "1.0.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "727e462b119fe9c93fd0eb1429a5f7647394014cf3c04ab2c0350eeb09095ffa" +checksum = "cad38746f3166b4031b1a0d39ad9f954dd291e7854fcc0eed52ee41a0b50d144" [[package]] name = "predicates-tree" -version = "1.0.12" +version = "1.0.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72dd2d6d381dfb73a193c7fca536518d7caee39fc8503f74e7dc0be0531b425c" +checksum = "d0de1b847b39c8131db0467e9df1ff60e6d0562ab8e9a16e568ad0fdb372e2f2" dependencies = [ "predicates-core", "termtree", @@ -19839,13 +19985,13 @@ dependencies = [ [[package]] name = "pretty" -version = "0.12.3" +version = "0.12.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b55c4d17d994b637e2f4daf6e5dc5d660d209d5642377d675d7a1c3ab69fa579" +checksum = "0d22152487193190344590e4f30e219cf3fe140d9e7a3fdb683d82aa2c5f4156" dependencies = [ "arrayvec 0.5.2", "typed-arena", - "unicode-width 0.1.14", + "unicode-width 0.2.0", ] [[package]] @@ -19870,12 +20016,12 @@ dependencies = [ [[package]] name = "prettyplease" -version = "0.2.29" +version = "0.2.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6924ced06e1f7dfe3fa48d57b9f74f55d8915f5036121bef647ef4b204895fac" +checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b" dependencies = [ "proc-macro2", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] @@ -19913,9 +20059,9 @@ dependencies = [ [[package]] name = "proc-macro-crate" -version = "3.2.0" +version = "3.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b" +checksum = "e67ba7e9b2b56446f1d419b1d807906278ffa1a658a8a5d8a39dcb1f5a78614f" dependencies = [ "toml_edit", ] @@ -19952,9 +20098,9 @@ checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068" [[package]] name = "proc-macro2" -version = "1.0.103" +version = "1.0.106" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8" +checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" dependencies = [ "unicode-ident", ] @@ -19965,7 +20111,7 @@ version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cc5b72d8145275d844d4b5f6d4e1eef00c8cd889edb6035c21675d1bb1f45c9f" dependencies = [ - "bitflags 2.10.0", + "bitflags 2.11.0", "hex", "procfs-core", "rustix 0.38.44", @@ -19977,7 +20123,7 @@ version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "239df02d8349b06fc07398a3a1697b06418223b1c7725085e801e7c0fc6a12ec" dependencies = [ - "bitflags 2.10.0", + "bitflags 2.11.0", "hex", ] @@ -20018,13 +20164,13 @@ checksum = "14cae93065090804185d3b75f0bf93b8eeda30c7a9b4a33d3bdb3988d6229e50" dependencies = [ "bit-set 0.8.0", "bit-vec 0.8.0", - "bitflags 2.10.0", + "bitflags 2.11.0", "lazy_static", "num-traits", "rand 0.8.5", "rand_chacha 0.3.1", "rand_xorshift 0.3.0", - "regex-syntax 0.8.5", + "regex-syntax 0.8.10", "rusty-fork", "tempfile", "unarray", @@ -20038,7 +20184,7 @@ checksum = "4ee1c9ac207483d5e7db4940700de86a9aae46ef90c48b57f99fe7edb8345e49" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] @@ -20053,22 +20199,22 @@ dependencies = [ [[package]] name = "prost" -version = "0.13.4" +version = "0.13.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c0fef6c4230e4ccf618a35c59d7ede15dea37de8427500f50aff708806e42ec" +checksum = "2796faa41db3ec313a31f7624d9286acf277b52de526150b7e69f3debf891ee5" dependencies = [ "bytes", - "prost-derive 0.13.4", + "prost-derive 0.13.5", ] [[package]] name = "prost" -version = "0.14.1" +version = "0.14.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7231bd9b3d3d33c86b58adbac74b5ec0ad9f496b19d22801d773636feaa95f3d" +checksum = "d2ea70524a2f82d518bce41317d0fae74151505651af45faf1ffbd6fd33f0568" dependencies = [ "bytes", - "prost-derive 0.14.1", + "prost-derive 0.14.3", ] [[package]] @@ -20078,7 +20224,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4" dependencies = [ "bytes", - "heck 0.5.0", + "heck 0.4.1", "itertools 0.12.1", "log", "multimap", @@ -20088,27 +20234,27 @@ dependencies = [ "prost 0.12.6", "prost-types 0.12.6", "regex", - "syn 2.0.110", + "syn 2.0.117", "tempfile", ] [[package]] name = "prost-build" -version = "0.13.4" +version = "0.13.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d0f3e5beed80eb580c68e2c600937ac2c4eedabdfd5ef1e5b7ea4f3fba84497b" +checksum = "be769465445e8c1474e9c5dac2018218498557af32d9ed057325ec9a41ae81bf" dependencies = [ - "heck 0.5.0", - "itertools 0.13.0", + "heck 0.4.1", + "itertools 0.14.0", "log", "multimap", "once_cell", - "petgraph 0.6.5", + "petgraph 0.7.1", "prettyplease", - "prost 0.13.4", - "prost-types 0.13.4", + "prost 0.13.5", + "prost-types 0.13.5", "regex", - "syn 2.0.110", + "syn 2.0.117", "tempfile", ] @@ -20122,33 +20268,33 @@ dependencies = [ "itertools 0.12.1", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] name = "prost-derive" -version = "0.13.4" +version = "0.13.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "157c5a9d7ea5c2ed2d9fb8f495b64759f7816c7eaea54ba3978f0d63000162e3" +checksum = "8a56d757972c98b346a9b766e3f02746cde6dd1cd1d1d563472929fdd74bec4d" dependencies = [ "anyhow", - "itertools 0.13.0", + "itertools 0.14.0", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] name = "prost-derive" -version = "0.14.1" +version = "0.14.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9120690fafc389a67ba3803df527d0ec9cbbc9cc45e4cc20b332996dfb672425" +checksum = "27c6023962132f4b30eb4c172c91ce92d933da334c59c23cddee82358ddafb0b" dependencies = [ "anyhow", "itertools 0.14.0", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] @@ -20162,20 +20308,20 @@ dependencies = [ [[package]] name = "prost-types" -version = "0.13.4" +version = "0.13.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc2f1e56baa61e93533aebc21af4d2134b70f66275e0fcdf3cbe43d77ff7e8fc" +checksum = "52c2c1bf36ddb1a1c396b3601a3cec27c2462e45f07c386894ec3ccf5332bd16" dependencies = [ - "prost 0.13.4", + "prost 0.13.5", ] [[package]] name = "prost-types" -version = "0.14.1" +version = "0.14.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9b4db3d6da204ed77bb26ba83b6122a73aeb2e87e25fbf7ad2e84c4ccbf8f72" +checksum = "8991c4cbdb8bc5b11f0b074ffe286c30e523de90fee5ba8132f1399f23cb3dd7" dependencies = [ - "prost 0.14.1", + "prost 0.14.3", ] [[package]] @@ -20211,10 +20357,11 @@ dependencies = [ [[package]] name = "psm" -version = "0.1.24" +version = "0.1.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "200b9ff220857e53e184257720a14553b2f4aa02577d2ed9842d45d4b9654810" +checksum = "3852766467df634d74f0b2d7819bf8dc483a0eb2e3b0f50f756f9cfe8b0d18d8" dependencies = [ + "ar_archive_writer", "cc", ] @@ -20258,7 +20405,7 @@ checksum = "c3f210c61b6ecfaebbba806b6d9113a222519d4e5cc4ab2d5ecca047bb7927ae" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] @@ -20275,15 +20422,15 @@ checksum = "d68782463e408eb1e668cf6152704bd856c78c5b6417adaee3203d8f4c1fc9ec" [[package]] name = "quanta" -version = "0.12.5" +version = "0.12.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3bd1fe6824cea6538803de3ff1bc0cf3949024db3d43c9643024bfb33a807c0e" +checksum = "f3ab5a9d756f0d97bdc89019bd2e4ea098cf9cde50ee7564dde6b81ccc8f06c7" dependencies = [ "crossbeam-utils", "libc", "once_cell", "raw-cpuid", - "wasi 0.11.0+wasi-snapshot-preview1", + "wasi", "web-sys", "winapi 0.3.9", ] @@ -20305,43 +20452,46 @@ dependencies = [ [[package]] name = "quick-xml" -version = "0.37.2" +version = "0.39.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "165859e9e55f79d67b96c5d96f4e88b6f2695a1972849c15a6a3f5c59fc2c003" +checksum = "958f21e8e7ceb5a1aa7fa87fab28e7c75976e0bfe7e23ff069e0a260f894067d" dependencies = [ "memchr", ] [[package]] name = "quinn" -version = "0.11.6" +version = "0.11.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62e96808277ec6f97351a2380e6c25114bc9e67037775464979f3037c92d05ef" +checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20" dependencies = [ "bytes", + "cfg_aliases", "pin-project-lite", "quinn-proto", "quinn-udp", "rustc-hash 2.1.1", - "rustls 0.23.27", - "socket2 0.5.9", + "rustls 0.23.37", + "socket2 0.6.3", "thiserror 2.0.18", "tokio", "tracing", + "web-time", ] [[package]] name = "quinn-proto" -version = "0.11.9" +version = "0.11.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a2fe5ef3495d7d2e377ff17b1a8ce2ee2ec2a18cde8b6ad6619d65d0701c135d" +checksum = "434b42fec591c96ef50e21e886936e66d3cc3f737104fdb9b737c40ffb94c098" dependencies = [ "bytes", - "getrandom 0.2.15", - "rand 0.8.5", + "getrandom 0.3.4", + "lru-slab", + "rand 0.9.2", "ring", "rustc-hash 2.1.1", - "rustls 0.23.27", + "rustls 0.23.37", "rustls-pki-types", "slab", "thiserror 2.0.18", @@ -20352,27 +20502,39 @@ dependencies = [ [[package]] name = "quinn-udp" -version = "0.5.9" +version = "0.5.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c40286217b4ba3a71d644d752e6a0b71f13f1b6a2c5311acfcbe0c2418ed904" +checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd" dependencies = [ "cfg_aliases", "libc", "once_cell", - "socket2 0.5.9", + "socket2 0.6.3", "tracing", - "windows-sys 0.59.0", + "windows-sys 0.60.2", ] [[package]] name = "quote" -version = "1.0.42" +version = "1.0.45" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f" +checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924" dependencies = [ "proc-macro2", ] +[[package]] +name = "r-efi" +version = "5.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" + +[[package]] +name = "r-efi" +version = "6.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf" + [[package]] name = "radium" version = "0.7.0" @@ -20411,13 +20573,23 @@ dependencies = [ [[package]] name = "rand" -version = "0.9.0" +version = "0.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94" +checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" dependencies = [ "rand_chacha 0.9.0", - "rand_core 0.9.3", - "zerocopy 0.8.22", + "rand_core 0.9.5", +] + +[[package]] +name = "rand" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bc266eb313df6c5c09c1c7b1fbe2510961e5bcd3add930c1e31f7ed9da0feff8" +dependencies = [ + "chacha20 0.10.0", + "getrandom 0.4.2", + "rand_core 0.10.0", ] [[package]] @@ -20447,7 +20619,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" dependencies = [ "ppv-lite86", - "rand_core 0.9.3", + "rand_core 0.9.5", ] [[package]] @@ -20471,18 +20643,24 @@ version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" dependencies = [ - "getrandom 0.2.15", + "getrandom 0.2.17", ] [[package]] name = "rand_core" -version = "0.9.3" +version = "0.9.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38" +checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c" dependencies = [ - "getrandom 0.3.1", + "getrandom 0.3.4", ] +[[package]] +name = "rand_core" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0c8d0fd677905edcbeedbf2edb6494d676f0e98d54d5cf9bda0b061cb8fb8aba" + [[package]] name = "rand_distr" version = "0.4.3" @@ -20585,10 +20763,10 @@ version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "eabd94c2f37801c20583fc49dd5cd6b0ba68c716787c2dd6ed18571e1e63117b" dependencies = [ - "bitflags 2.10.0", + "bitflags 2.11.0", "cassowary", "compact_str", - "crossterm 0.28.1", + "crossterm", "indoc 2.0.7", "instability", "itertools 0.13.0", @@ -20627,7 +20805,7 @@ version = "0.9.0" dependencies = [ "anyhow", "candid", - "clap 4.5.27", + "clap 4.6.0", "ic-agent", "k256 0.13.4", "rate-limits-api", @@ -20664,13 +20842,13 @@ dependencies = [ "anyhow", "candid", "candid_parser", - "getrandom 0.2.15", + "getrandom 0.2.17", "ic-canister-log 0.2.0", "ic-cdk", "ic-cdk-timers", "ic-http-types", "ic-nns-constants", - "ic-stable-structures 0.6.8", + "ic-stable-structures 0.6.9", "mockall", "prometheus", "rand_chacha 0.3.1", @@ -20697,18 +20875,18 @@ dependencies = [ [[package]] name = "raw-cpuid" -version = "11.5.0" +version = "11.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6df7ab838ed27997ba19a4664507e6f82b41fe6e20be42929332156e5e85146" +checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186" dependencies = [ - "bitflags 2.10.0", + "bitflags 2.11.0", ] [[package]] name = "rayon" -version = "1.10.0" +version = "1.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa" +checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f" dependencies = [ "either", "rayon-core", @@ -20716,9 +20894,9 @@ dependencies = [ [[package]] name = "rayon-core" -version = "1.12.1" +version = "1.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2" +checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91" dependencies = [ "crossbeam-deque", "crossbeam-utils", @@ -20740,14 +20918,15 @@ dependencies = [ [[package]] name = "rcgen" -version = "0.14.5" +version = "0.14.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5fae430c6b28f1ad601274e78b7dffa0546de0b73b4cd32f46723c0c2a16f7a5" +checksum = "10b99e0098aa4082912d4c649628623db6aba77335e4f4569ff5083a6448b32e" dependencies = [ "pem", "ring", "rustls-pki-types", "time", + "x509-parser 0.18.1", "yasna", ] @@ -20762,11 +20941,20 @@ dependencies = [ [[package]] name = "redox_syscall" -version = "0.5.8" +version = "0.5.18" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" +dependencies = [ + "bitflags 2.11.0", +] + +[[package]] +name = "redox_syscall" +version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834" +checksum = "6ce70a74e890531977d37e532c34d45e9055d2409ed08ddba14529471ed0be16" dependencies = [ - "bitflags 2.10.0", + "bitflags 2.11.0", ] [[package]] @@ -20775,18 +20963,18 @@ version = "0.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43" dependencies = [ - "getrandom 0.2.15", + "getrandom 0.2.17", "libredox", "thiserror 1.0.69", ] [[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.15", + "getrandom 0.2.17", "libredox", "thiserror 2.0.18", ] @@ -20808,7 +20996,7 @@ checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] @@ -20817,7 +21005,7 @@ version = "0.32.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7a3d769362109497b240e66462606bc28af68116436c8669bac17069533b908e" dependencies = [ - "ahash 0.8.11", + "ahash 0.8.12", "fluent-uri", "once_cell", "parking_lot", @@ -20833,7 +21021,7 @@ checksum = "08effbc1fa53aaebff69521a5c05640523fab037b34a4a2c109506bc938246fa" dependencies = [ "allocator-api2", "bumpalo", - "hashbrown 0.15.2", + "hashbrown 0.15.5", "log", "rustc-hash 2.1.1", "smallvec", @@ -20841,25 +21029,25 @@ dependencies = [ [[package]] name = "regex" -version = "1.12.2" +version = "1.12.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4" +checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276" dependencies = [ "aho-corasick", "memchr", "regex-automata", - "regex-syntax 0.8.5", + "regex-syntax 0.8.10", ] [[package]] name = "regex-automata" -version = "0.4.13" +version = "0.4.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c" +checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f" dependencies = [ "aho-corasick", "memchr", - "regex-syntax 0.8.5", + "regex-syntax 0.8.10", ] [[package]] @@ -20873,14 +21061,14 @@ dependencies = [ "itertools 0.13.0", "nohash", "regex", - "regex-syntax 0.8.5", + "regex-syntax 0.8.10", ] [[package]] name = "regex-lite" -version = "0.1.8" +version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d942b98df5e658f56f20d592c7f868833fe38115e65c33003d8cd224b0155da" +checksum = "cab834c73d247e67f4fae452806d17d3c7501756d98c8808d7c9c7aa7d18f973" [[package]] name = "regex-syntax" @@ -20890,15 +21078,9 @@ checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" [[package]] name = "regex-syntax" -version = "0.7.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da" - -[[package]] -name = "regex-syntax" -version = "0.8.5" +version = "0.8.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" +checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a" [[package]] name = "registry-canister" @@ -20913,12 +21095,12 @@ dependencies = [ "candid", "candid_parser", "canister-test", - "der 0.7.9", + "der 0.7.10", "dfn_candid", "dfn_core", "dfn_http_metrics", "futures", - "getrandom 0.2.15", + "getrandom 0.2.17", "hex", "ic-base-types", "ic-canister-client-sender", @@ -20963,7 +21145,7 @@ dependencies = [ "ic-registry-subnet-type", "ic-registry-transport", "ic-replica-tests", - "ic-stable-structures 0.6.8", + "ic-stable-structures 0.6.9", "ic-state-machine-tests", "ic-test-utilities", "ic-test-utilities-compare-dirs", @@ -20979,7 +21161,7 @@ dependencies = [ "on_wire", "pocket-ic", "pretty_assertions", - "prost 0.13.4", + "prost 0.13.5", "rand 0.8.5", "rand_chacha 0.3.1", "rand_distr", @@ -20996,7 +21178,7 @@ name = "registry-canister-protobuf-generator" version = "0.9.0" dependencies = [ "ic-utils-rustfmt", - "prost-build 0.13.4", + "prost-build 0.13.5", ] [[package]] @@ -21031,8 +21213,8 @@ dependencies = [ "anyhow", "candid", "chrono", - "clap 4.5.27", - "colored", + "clap 4.6.0", + "colored 2.2.0", "futures", "ic-agent", "ic-base-types", @@ -21072,7 +21254,7 @@ name = "remote_attestation_shared" version = "0.0.0" dependencies = [ "attestation", - "prost 0.13.4", + "prost 0.13.5", "tonic 0.12.3", "tonic-build", ] @@ -21088,19 +21270,18 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.12.24" +version = "0.12.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f" +checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147" dependencies = [ - "async-compression", "base64 0.22.1", "bytes", "futures-channel", "futures-core", "futures-util", - "h2 0.4.7", + "h2 0.4.13", "hickory-resolver", - "http 1.3.1", + "http 1.4.0", "http-body 1.0.1", "http-body-util", "hyper 1.8.1", @@ -21113,7 +21294,7 @@ dependencies = [ "percent-encoding", "pin-project-lite", "quinn", - "rustls 0.23.27", + "rustls 0.23.37", "rustls-native-certs", "rustls-pki-types", "serde", @@ -21121,9 +21302,9 @@ dependencies = [ "serde_urlencoded", "sync_wrapper", "tokio", - "tokio-rustls 0.26.1", + "tokio-rustls 0.26.4", "tokio-util", - "tower 0.5.2", + "tower 0.5.3", "tower-http", "tower-service", "url", @@ -21131,18 +21312,14 @@ dependencies = [ "wasm-bindgen-futures", "wasm-streams", "web-sys", - "webpki-roots 1.0.4", + "webpki-roots 1.0.6", ] [[package]] name = "resolv-conf" -version = "0.7.0" +version = "0.7.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00" -dependencies = [ - "hostname 0.3.1", - "quick-error", -] +checksum = "1e061d1b48cb8d38042de4ae0a7a6401009d6143dc80d2e2d6f31f0bdd6470c7" [[package]] name = "response-payload-test" @@ -21155,9 +21332,9 @@ dependencies = [ [[package]] name = "retry" -version = "2.1.0" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1e211f878258887b3e65dd3c8ff9f530fe109f441a117ee0cdc27f341355032" +checksum = "1cab9bd343c737660e523ee69f788018f3db686d537d2fd0f99c9f747c1bda4f" [[package]] name = "rewards-calculation" @@ -21176,9 +21353,9 @@ dependencies = [ [[package]] name = "rexpect" -version = "0.6.2" +version = "0.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c1bcd4ac488e9d2d726d147031cceff5cff6425011ff1914049739770fa4726" +checksum = "a0fad980333eb2bc260e0ceb42b356f3e559f95106d14e5b22c631e6b0aef380" dependencies = [ "comma", "nix 0.30.1", @@ -21210,9 +21387,9 @@ dependencies = [ [[package]] name = "rgb" -version = "0.8.50" +version = "0.8.53" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a" +checksum = "47b34b781b31e5d73e9fbc8689c70551fd1ade9a19e3e28cfec8580a79290cc4" dependencies = [ "bytemuck", ] @@ -21225,7 +21402,7 @@ checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" dependencies = [ "cc", "cfg-if", - "getrandom 0.2.15", + "getrandom 0.2.17", "libc", "untrusted", "windows-sys 0.52.0", @@ -21242,9 +21419,9 @@ dependencies = [ [[package]] name = "rkyv" -version = "0.7.45" +version = "0.7.46" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b" +checksum = "2297bf9c81a3f0dc96bc9521370b88f054168c29826a75e89c55ff196e7ed6a1" dependencies = [ "bitvec", "bytecheck", @@ -21260,9 +21437,9 @@ dependencies = [ [[package]] name = "rkyv_derive" -version = "0.7.45" +version = "0.7.46" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0" +checksum = "84d7b42d4b8d06048d3ac8db0eb31bcb942cbeb709f0b5f2b2ebde398d3038f5" dependencies = [ "proc-macro2", "quote", @@ -21322,7 +21499,7 @@ version = "0.9.0" dependencies = [ "actix-web-prom", "anyhow", - "axum 0.8.4", + "axum 0.8.8", "bytes", "candid", "hex", @@ -21340,7 +21517,7 @@ dependencies = [ "serde_json", "serde_with 1.14.0", "tokio", - "tower 0.5.2", + "tower 0.5.3", "tower-http", "tracing", ] @@ -21457,7 +21634,7 @@ dependencies = [ "regex", "relative-path", "rustc_version", - "syn 2.0.110", + "syn 2.0.117", "unicode-ident", ] @@ -21477,7 +21654,7 @@ version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "165ca6e57b20e1351573e3729b958bc62f0e48025386970b6e4d29e7a7e71f3f" dependencies = [ - "bitflags 2.10.0", + "bitflags 2.11.0", "fallible-iterator 0.3.0", "fallible-streaming-iterator", "hashlink 0.10.0", @@ -21512,9 +21689,9 @@ dependencies = [ [[package]] name = "rust-ini" -version = "0.21.2" +version = "0.21.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e7295b7ce3bf4806b419dc3420745998b447178b7005e2011947b38fc5aa6791" +checksum = "796e8d2b6696392a43bea58116b667fb4c29727dc5abd27d6acf338bb4f688c7" dependencies = [ "cfg-if", "ordered-multimap", @@ -21522,9 +21699,9 @@ dependencies = [ [[package]] name = "rust_decimal" -version = "1.37.2" +version = "1.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b203a6425500a03e0919c42d3c47caca51e79f1132046626d2c8871c5092035d" +checksum = "61f703d19852dbf87cbc513643fa81428361eb6940f1ac14fd58155d295a3eb0" dependencies = [ "arrayvec 0.7.6", "borsh", @@ -21538,19 +21715,19 @@ dependencies = [ [[package]] name = "rust_decimal_macros" -version = "1.37.1" +version = "1.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f6268b74858287e1a062271b988a0c534bf85bbeb567fe09331bf40ed78113d5" +checksum = "74a5a6f027e892c7a035c6fddb50435a1fbf5a734ffc0c2a9fed4d0221440519" dependencies = [ "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] name = "rustc-demangle" -version = "0.1.24" +version = "0.1.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" +checksum = "b50b8869d9fc858ce7266cce0194bd74df58b9d0e3f6df3a9fc8eb470d95c09d" [[package]] name = "rustc-hash" @@ -21594,8 +21771,8 @@ version = "0.38.44" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154" dependencies = [ - "bitflags 2.10.0", - "errno 0.3.10", + "bitflags 2.11.0", + "errno 0.3.14", "libc", "linux-raw-sys 0.4.15", "windows-sys 0.59.0", @@ -21603,15 +21780,15 @@ dependencies = [ [[package]] name = "rustix" -version = "1.1.2" +version = "1.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e" +checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190" dependencies = [ - "bitflags 2.10.0", - "errno 0.3.10", + "bitflags 2.11.0", + "errno 0.3.14", "libc", - "linux-raw-sys 0.11.0", - "windows-sys 0.61.2", + "linux-raw-sys 0.12.1", + "windows-sys 0.52.0", ] [[package]] @@ -21630,17 +21807,17 @@ dependencies = [ [[package]] name = "rustls" -version = "0.23.27" +version = "0.23.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "730944ca083c1c233a75c09f199e973ca499344a2b7ba9e755c457e86fb4a321" +checksum = "758025cb5fccfd3bc2fd74708fd4682be41d99e5dff73c377c0646c6012c73a4" dependencies = [ - "brotli 8.0.1", - "brotli-decompressor 5.0.0", + "brotli", + "brotli-decompressor", "log", "once_cell", "ring", "rustls-pki-types", - "rustls-webpki 0.103.3", + "rustls-webpki 0.103.9", "subtle", "zeroize", ] @@ -21659,7 +21836,7 @@ dependencies = [ "chrono", "futures", "futures-rustls", - "http 1.3.1", + "http 1.4.0", "log", "pem", "rcgen 0.13.2", @@ -21667,20 +21844,20 @@ dependencies = [ "serde", "serde_json", "thiserror 2.0.18", - "webpki-roots 1.0.4", + "webpki-roots 1.0.6", "x509-parser 0.16.0", ] [[package]] name = "rustls-native-certs" -version = "0.8.1" +version = "0.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3" +checksum = "612460d5f7bea540c490b2b6395d8e34a953e52b491accd6c86c8164c5932a63" dependencies = [ "openssl-probe", "rustls-pki-types", "schannel", - "security-framework 3.5.1", + "security-framework 3.7.0", ] [[package]] @@ -21694,11 +21871,12 @@ dependencies = [ [[package]] name = "rustls-pki-types" -version = "1.11.0" +version = "1.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "917ce264624a4b4db1c364dcc35bfca9ded014d0a958cd47ad3e960e988ea51c" +checksum = "be040f8b0a225e40375822a563fa9524378b9d63112f53e19ffff34df5d33fdd" dependencies = [ "web-time", + "zeroize", ] [[package]] @@ -21707,19 +21885,19 @@ version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1d99feebc72bae7ab76ba994bb5e121b8d83d910ca40b36e0921f53becc41784" dependencies = [ - "core-foundation 0.10.0", + "core-foundation 0.10.1", "core-foundation-sys", "jni", "log", "once_cell", - "rustls 0.23.27", + "rustls 0.23.37", "rustls-native-certs", "rustls-platform-verifier-android", - "rustls-webpki 0.103.3", - "security-framework 3.5.1", + "rustls-webpki 0.103.9", + "security-framework 3.7.0", "security-framework-sys", "webpki-root-certs", - "windows-sys 0.61.2", + "windows-sys 0.52.0", ] [[package]] @@ -21741,9 +21919,9 @@ dependencies = [ [[package]] name = "rustls-webpki" -version = "0.103.3" +version = "0.103.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e4a72fe2bcf7a6ac6fd7d0b9e5cb68aeb7d4c0a0271730218b3e92d43b4eb435" +checksum = "d7df23109aa6c1567d1c575b9952556388da57401e4ace1d15f79eedad0d8f53" dependencies = [ "ring", "rustls-pki-types", @@ -21752,15 +21930,15 @@ dependencies = [ [[package]] name = "rustversion" -version = "1.0.19" +version = "1.0.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7c45b9784283f1b2e7fb61b42047c2fd678ef0960d4f6f1eba131594cc369d4" +checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" [[package]] name = "rusty-fork" -version = "0.3.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb3dcc6e454c328bb824492db107ab7c0ae8fcffe4ad210136ef014458c1bc4f" +checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2" dependencies = [ "fnv", "quick-error", @@ -21770,18 +21948,18 @@ dependencies = [ [[package]] name = "ruzstd" -version = "0.8.1" +version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3640bec8aad418d7d03c72ea2de10d5c646a598f9883c7babc160d91e3c1b26c" +checksum = "e5ff0cc5e135c8870a775d3320910cd9b564ec036b4dc0b8741629020be63f01" dependencies = [ "twox-hash", ] [[package]] name = "ryu" -version = "1.0.19" +version = "1.0.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ea1a2d0a644769cc99faa24c3ad26b379b786fe7c36fd3c546254801650e6dd" +checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f" [[package]] name = "salsa20" @@ -21834,7 +22012,7 @@ dependencies = [ "ic-cdk-timers", "ic-http-types", "ic-nns-constants", - "ic-stable-structures 0.6.8", + "ic-stable-structures 0.6.9", "prometheus", "salt-sharing-api", "serde", @@ -21873,23 +22051,23 @@ dependencies = [ "proc-macro-crate", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] name = "schannel" -version = "0.1.27" +version = "0.1.29" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d" +checksum = "91c1b7e4904c873ef0710c1f407dde2e6287de2bebc1bbbf7d430bb7cbffd939" dependencies = [ - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] name = "schemars" -version = "0.8.21" +version = "0.8.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09c024468a378b7e36765cd36702b7a90cc3cba11654f6685c8f233408e89e92" +checksum = "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615" dependencies = [ "dyn-clone", "indexmap 2.13.0", @@ -21912,9 +22090,9 @@ dependencies = [ [[package]] name = "schemars" -version = "1.1.0" +version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9558e172d4e8533736ba97870c4b2cd63f84b382a3d6eb063da41b91cce17289" +checksum = "a2b42f36aa1cd011945615b92222f6bf73c599a102a300334cd7f8dbeec726cc" dependencies = [ "dyn-clone", "ref-cast", @@ -21924,14 +22102,14 @@ dependencies = [ [[package]] name = "schemars_derive" -version = "0.8.21" +version = "0.8.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1eee588578aff73f856ab961cd2f79e36bc45d7ded33a7562adba4667aecc0e" +checksum = "32e265784ad618884abaea0600a9adf15393368d840e0222d101a072f3f7534d" dependencies = [ "proc-macro2", "quote", "serde_derive_internals", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] @@ -21958,7 +22136,7 @@ version = "0.17.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c95a930e03325234c18c7071fd2b60118307e025d6fff3e12745ffbf63a3d29c" dependencies = [ - "ahash 0.8.11", + "ahash 0.8.12", "cssparser", "ego-tree", "getopts", @@ -22022,7 +22200,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc" dependencies = [ "base16ct 0.2.0", - "der 0.7.9", + "der 0.7.10", "generic-array", "pkcs8 0.10.2", "subtle", @@ -22045,7 +22223,7 @@ version = "0.27.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "25996b82292a7a57ed3508f052cfff8640d38d32018784acd714758b43da9c8f" dependencies = [ - "secp256k1-sys 0.8.1", + "secp256k1-sys 0.8.2", ] [[package]] @@ -22054,7 +22232,7 @@ version = "0.29.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9465315bc9d4566e1724f0fffcbcc446268cb522e60f9a27bcded6b19c108113" dependencies = [ - "bitcoin_hashes 0.14.0", + "bitcoin_hashes 0.14.1", "rand 0.8.5", "secp256k1-sys 0.10.1", "serde", @@ -22071,9 +22249,9 @@ dependencies = [ [[package]] name = "secp256k1-sys" -version = "0.8.1" +version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "70a129b9e9efbfb223753b9163c4ab3b13cff7fd9c7f010fbac25ab4099fa07e" +checksum = "4473013577ec77b4ee3668179ef1186df3146e2cf2d927bd200974c6fe60fd99" dependencies = [ "cc", ] @@ -22095,7 +22273,7 @@ checksum = "95d159bf5e6b8c35033c3742a00cb8e7370a217af82e5d304a0d3ce4930e41fe" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", "thiserror 1.0.69", ] @@ -22105,7 +22283,7 @@ version = "2.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" dependencies = [ - "bitflags 2.10.0", + "bitflags 2.11.0", "core-foundation 0.9.4", "core-foundation-sys", "libc", @@ -22114,12 +22292,12 @@ dependencies = [ [[package]] name = "security-framework" -version = "3.5.1" +version = "3.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef" +checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d" dependencies = [ - "bitflags 2.10.0", - "core-foundation 0.10.0", + "bitflags 2.11.0", + "core-foundation 0.10.1", "core-foundation-sys", "libc", "security-framework-sys", @@ -22127,9 +22305,9 @@ dependencies = [ [[package]] name = "security-framework-sys" -version = "2.15.0" +version = "2.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0" +checksum = "6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3" dependencies = [ "core-foundation-sys", "libc", @@ -22141,9 +22319,9 @@ version = "0.25.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4eb30575f3638fc8f6815f448d50cb1a2e255b0897985c8c59f4d37b72a07b06" dependencies = [ - "bitflags 2.10.0", + "bitflags 2.11.0", "cssparser", - "derive_more 0.99.18", + "derive_more 0.99.20", "fxhash", "log", "new_debug_unreachable", @@ -22156,11 +22334,12 @@ dependencies = [ [[package]] name = "semver" -version = "1.0.25" +version = "1.0.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f79dfe2d285b0488816f30e700a7438c5a73d816b5b7d3ac72fbc48b0d185e03" +checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2" dependencies = [ "serde", + "serde_core", ] [[package]] @@ -22186,9 +22365,9 @@ dependencies = [ [[package]] name = "serde-wasm-bindgen" -version = "0.5.0" +version = "0.6.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f3b143e2833c57ab9ad3ea280d21fd34e285a42837aeb0ee301f4f41890fa00e" +checksum = "8302e169f0eddcc139c70f139d19d6467353af16f9fce27e8c30158036a1e16b" dependencies = [ "js-sys", "serde", @@ -22197,11 +22376,12 @@ dependencies = [ [[package]] name = "serde_bytes" -version = "0.11.15" +version = "0.11.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "387cc504cb06bb40a96c8e04e951fe01854cf6bc921053c954e4a606d9675c6a" +checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8" dependencies = [ "serde", + "serde_core", ] [[package]] @@ -22231,7 +22411,7 @@ checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] @@ -22242,30 +22422,31 @@ checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] name = "serde_json" -version = "1.0.145" +version = "1.0.149" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c" +checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" dependencies = [ "itoa", "memchr", - "ryu", "serde", "serde_core", + "zmij", ] [[package]] name = "serde_path_to_error" -version = "0.1.16" +version = "0.1.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6" +checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457" dependencies = [ "itoa", "serde", + "serde_core", ] [[package]] @@ -22274,7 +22455,7 @@ version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8b417bedc008acbdf6d6b4bc482d29859924114bbe2650b7921fb68a261d0aa6" dependencies = [ - "axum 0.8.4", + "axum 0.8.8", "futures", "percent-encoding", "serde", @@ -22293,13 +22474,13 @@ dependencies = [ [[package]] name = "serde_repr" -version = "0.1.19" +version = "0.1.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9" +checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] @@ -22326,9 +22507,9 @@ dependencies = [ [[package]] name = "serde_with" -version = "3.16.0" +version = "3.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "10574371d41b0d9b2cff89418eda27da52bcaff2cc8741db26382a77c29131f1" +checksum = "dd5414fad8e6907dbdd5bc441a50ae8d6e26151a03b1de04d89a5576de61d01f" dependencies = [ "base64 0.22.1", "chrono", @@ -22336,10 +22517,10 @@ dependencies = [ "indexmap 1.9.3", "indexmap 2.13.0", "schemars 0.9.0", - "schemars 1.1.0", + "schemars 1.2.1", "serde_core", "serde_json", - "serde_with_macros 3.16.0", + "serde_with_macros 3.18.0", "time", ] @@ -22357,14 +22538,14 @@ dependencies = [ [[package]] name = "serde_with_macros" -version = "3.16.0" +version = "3.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08a72d8216842fdd57820dc78d840bef99248e35fb2554ff923319e60f2d686b" +checksum = "d3db8978e608f1fe7357e211969fd9abdcae80bac1ba7a3369bb7eb6b404eb65" dependencies = [ - "darling 0.21.3", + "darling 0.23.0", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] @@ -22407,7 +22588,7 @@ name = "setupos-disable-checks" version = "0.1.0" dependencies = [ "anyhow", - "clap 4.5.27", + "clap 4.6.0", "indoc 1.0.9", "linux_kernel_command_line", "partition_tools", @@ -22420,7 +22601,7 @@ name = "setupos-image-config" version = "0.1.0" dependencies = [ "anyhow", - "clap 4.5.27", + "clap 4.6.0", "config_tool", "config_types", "partition_tools", @@ -22434,7 +22615,7 @@ name = "setupos_tool" version = "1.0.0" dependencies = [ "anyhow", - "clap 4.5.27", + "clap 4.6.0", "config_tool", "config_types", "deterministic_ips", @@ -22442,7 +22623,7 @@ dependencies = [ "ic-registry-keys", "ic-registry-nns-data-provider", "network", - "prost 0.13.4", + "prost 0.13.5", "tokio", "url", "utils", @@ -22456,7 +22637,7 @@ checksum = "c2ff74d7e7d1cc172f3a45adec74fbeee928d71df095b85aaaf66eb84e1e31e6" dependencies = [ "base64 0.22.1", "bitfield", - "bitflags 2.10.0", + "bitflags 2.11.0", "byteorder", "dirs", "hex", @@ -22510,7 +22691,7 @@ name = "sev_host" version = "0.0.0" dependencies = [ "anyhow", - "der 0.7.9", + "der 0.7.10", "mockall", "pem", "rcgen 0.13.2", @@ -22527,7 +22708,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" dependencies = [ "cfg-if", - "cpufeatures", + "cpufeatures 0.2.17", "digest 0.10.7", ] @@ -22539,7 +22720,7 @@ checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800" dependencies = [ "block-buffer 0.9.0", "cfg-if", - "cpufeatures", + "cpufeatures 0.2.17", "digest 0.9.0", "opaque-debug", ] @@ -22551,7 +22732,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" dependencies = [ "cfg-if", - "cpufeatures", + "cpufeatures 0.2.17", "digest 0.10.7", ] @@ -22582,9 +22763,9 @@ checksum = "45bb67a18fa91266cc7807181f62f9178a6873bfad7dc788c42e6430db40184f" [[package]] name = "shell-words" -version = "1.1.0" +version = "1.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde" +checksum = "dc6fe69c597f9c37bfeeeeeb33da3530379845f10be461a66d16d03eca2ded77" [[package]] name = "shlex" @@ -22594,9 +22775,9 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" [[package]] name = "signal-hook" -version = "0.3.17" +version = "0.3.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801" +checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2" dependencies = [ "libc", "signal-hook-registry", @@ -22604,22 +22785,22 @@ dependencies = [ [[package]] name = "signal-hook-mio" -version = "0.2.4" +version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34db1a06d485c9142248b7a054f034b349b212551f3dfd19c94d45a754a217cd" +checksum = "b75a19a7a740b25bc7944bdee6172368f988763b744e3d4dfe753f6b4ece40cc" dependencies = [ "libc", - "mio 0.8.11", - "mio 1.0.3", + "mio", "signal-hook", ] [[package]] name = "signal-hook-registry" -version = "1.4.2" +version = "1.4.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1" +checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b" dependencies = [ + "errno 0.2.8", "libc", ] @@ -22643,6 +22824,12 @@ dependencies = [ "rand_core 0.6.4", ] +[[package]] +name = "simd-adler32" +version = "0.3.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e320a6c5ad31d271ad523dcf3ad13e2767ad8b1cb8f047f75a8aeaf8da139da2" + [[package]] name = "simdutf8" version = "0.1.5" @@ -22677,9 +22864,9 @@ checksum = "c11532d9d241904f095185f35dcdaf930b1427a94d5b01d7002d74ba19b44cc4" [[package]] name = "simple_asn1" -version = "0.6.3" +version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb" +checksum = "0d585997b0ac10be3c5ee635f1bab02d512760d14b7c468801ac8a01d9ae5f1d" dependencies = [ "num-bigint 0.4.6", "num-traits", @@ -22715,26 +22902,26 @@ checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d" [[package]] name = "siphasher" -version = "1.0.1" +version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d" +checksum = "b2aa850e253778c88a04c3d7323b043aeda9d3e30d5971937c1855769763678e" [[package]] name = "slab" -version = "0.4.9" +version = "0.4.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" -dependencies = [ - "autocfg 1.5.0", -] +checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5" [[package]] name = "slog" -version = "2.7.0" +version = "2.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8347046d4ebd943127157b94d63abb990fcf729dc4e9978927fdf4ac3c998d06" +checksum = "9b3b8565691b22d2bdfc066426ed48f837fc0c5f2c8cad8d9718f7f99d6995c1" dependencies = [ + "anyhow", "erased-serde", + "rustversion", + "serde_core", ] [[package]] @@ -22779,9 +22966,9 @@ dependencies = [ [[package]] name = "slog-scope" -version = "4.4.0" +version = "4.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f95a4b4c3274cd2869549da82b57ccc930859bdbf5bcea0424bc5f140b3c786" +checksum = "42b76cf645c92e7850d5a1c9205ebf2864bd32c0ab3e978e6daad51fedf7ef54" dependencies = [ "arc-swap", "lazy_static", @@ -22801,22 +22988,23 @@ dependencies = [ [[package]] name = "slog-term" -version = "2.9.1" +version = "2.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6e022d0b998abfe5c3782c1f03551a596269450ccd677ea51c56f8b214610e8" +checksum = "5cb1fc680b38eed6fad4c02b3871c09d2c81db8c96aa4e9c0a34904c830f09b5" dependencies = [ + "chrono", "is-terminal", "slog", - "term 0.7.0", + "term 1.2.1", "thread_local", "time", ] [[package]] name = "slotmap" -version = "1.0.7" +version = "1.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a" +checksum = "bdd58c3c93c3d278ca835519292445cb4b0d4dc59ccfdf7ceadaab3f8aeb4038" dependencies = [ "version_check", ] @@ -22838,28 +23026,28 @@ checksum = "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] name = "snafu" -version = "0.8.5" +version = "0.8.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "223891c85e2a29c3fe8fb900c1fae5e69c2e42415e3177752e8718475efa5019" +checksum = "6e84b3f4eacbf3a1ce05eac6763b4d629d60cbc94d632e4092c54ade71f1e1a2" dependencies = [ "snafu-derive", ] [[package]] name = "snafu-derive" -version = "0.8.5" +version = "0.8.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "03c3c6b7927ffe7ecaa769ee0e3994da3b8cafc8f444578982c83ecb161af917" +checksum = "c1c97747dbf44bb1ca44a561ece23508e99cb592e862f22222dcf42f51d1e451" dependencies = [ - "heck 0.5.0", + "heck 0.4.1", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] @@ -22936,9 +23124,9 @@ dependencies = [ [[package]] name = "socket2" -version = "0.5.9" +version = "0.5.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f5fd57c80058a56cf5c777ab8a126398ece8e442983605d280a44ce79d0edef" +checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678" dependencies = [ "libc", "windows-sys 0.52.0", @@ -22946,9 +23134,9 @@ dependencies = [ [[package]] name = "socket2" -version = "0.6.1" +version = "0.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881" +checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e" dependencies = [ "libc", "windows-sys 0.60.2", @@ -22956,9 +23144,9 @@ dependencies = [ [[package]] name = "socks5-impl" -version = "0.6.1" +version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "16c081d915d229c8e86edd9bfc784fbbee0e9ae6f2a338d791b22c5ec45dc00f" +checksum = "4b7bef5922371adf8b6f1dd0b9fe3d86c77c22686e8f4236b778ed0215cdcd9b" dependencies = [ "as-any", "async-trait", @@ -22975,6 +23163,15 @@ version = "0.9.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" +[[package]] +name = "spin" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591" +dependencies = [ + "lock_api", +] + [[package]] name = "spinning_top" version = "0.3.0" @@ -23001,7 +23198,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d" dependencies = [ "base64ct", - "der 0.7.9", + "der 0.7.10", ] [[package]] @@ -23010,7 +23207,7 @@ version = "0.9.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2f84d13b3b8a0d4e91a2629911e951db1bb8671512f5c09d7d4ba34500ba68c8" dependencies = [ - "bitflags 2.10.0", + "bitflags 2.11.0", "libc", "libssh2-sys", "parking_lot", @@ -23018,9 +23215,9 @@ dependencies = [ [[package]] name = "stable_deref_trait" -version = "1.2.0" +version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" +checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" [[package]] name = "stable_reader" @@ -23035,14 +23232,14 @@ version = "0.9.0" dependencies = [ "candid", "ic-cdk", - "ic-stable-structures 0.6.8", + "ic-stable-structures 0.6.9", ] [[package]] name = "stacker" -version = "0.1.17" +version = "0.1.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "799c883d55abdb5e98af1a7b3f23b9b6de8ecada0ecac058672d7635eb48ca7b" +checksum = "08d74a23609d509411d10e2176dc2a4346e3b4aea2e7b1869f19fdedbc71c013" dependencies = [ "cc", "cfg-if", @@ -23095,15 +23292,15 @@ checksum = "9091b6114800a5f2141aee1d1b9d6ca3592ac062dc5decb3764ec5895a47b4eb" [[package]] name = "strfmt" -version = "0.2.4" +version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a8348af2d9fc3258c8733b8d9d8db2e56f54b2363a4b5b81585c7875ed65e65" +checksum = "29fdc163db75f7b5ffa3daf0c5a7136fb0d4b2f35523cd1769da05e034159feb" [[package]] name = "string_cache" -version = "0.8.8" +version = "0.8.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "938d512196766101d333398efde81bc1f37b00cb42c2f8350e5df639f040bbbe" +checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f" dependencies = [ "new_debug_unreachable", "parking_lot", @@ -23114,9 +23311,9 @@ dependencies = [ [[package]] name = "string_cache_codegen" -version = "0.5.3" +version = "0.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "244292f3441c89febe5b5bdfbb6863aeaf4f64da810ea3050fd927b27b8d92ce" +checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0" dependencies = [ "phf_generator 0.11.3", "phf_shared 0.11.3", @@ -23145,7 +23342,7 @@ dependencies = [ "proc-macro2", "quote", "structmeta-derive 0.2.0", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] @@ -23157,7 +23354,7 @@ dependencies = [ "proc-macro2", "quote", "structmeta-derive 0.3.0", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] @@ -23168,7 +23365,7 @@ checksum = "a60bcaff7397072dca0017d1db428e30d5002e00b6847703e2e42005c95fbe00" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] @@ -23179,7 +23376,7 @@ checksum = "152a0b65a590ff6c3da95cabe2353ee04e6167c896b28e3b14478c2636c922fc" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] @@ -23197,7 +23394,7 @@ version = "0.27.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf" dependencies = [ - "strum_macros 0.27.1", + "strum_macros 0.27.2", ] [[package]] @@ -23210,31 +23407,31 @@ dependencies = [ "proc-macro2", "quote", "rustversion", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] name = "strum_macros" -version = "0.27.1" +version = "0.27.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c77a8c5abcaf0f9ce05d62342b7d298c346515365c36b673df4ebe3ced01fde8" +checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7" dependencies = [ "heck 0.5.0", "proc-macro2", "quote", - "rustversion", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] name = "stubborn-io" -version = "0.3.5" +version = "0.3.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "373a722240991e091384a571e1fd8abde15eca4494a1a2bff95dbf603d15a866" +checksum = "2ba3d3804920d22a1978bfc81c0e3be8b8abb3b0171e512a2c58e6e5669f698f" dependencies = [ "log", - "rand 0.8.5", + "rand 0.10.0", "tokio", + "tokio-util", ] [[package]] @@ -23251,9 +23448,9 @@ checksum = "734676eb262c623cec13c3155096e08d1f8f29adce39ba17948b18dad1e54142" [[package]] name = "symbolic-common" -version = "12.13.3" +version = "12.17.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13a4dfe4bbeef59c1f32fc7524ae7c95b9e1de5e79a43ce1604e181081d71b0c" +checksum = "751a2823d606b5d0a7616499e4130a516ebd01a44f39811be2b9600936509c23" dependencies = [ "debugid", "memmap2", @@ -23263,9 +23460,9 @@ dependencies = [ [[package]] name = "symbolic-demangle" -version = "12.13.3" +version = "12.17.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "98cf6a95abff97de4d7ff3473f33cacd38f1ddccad5c1feab435d6760300e3b6" +checksum = "79b237cfbe320601dd24b4ac817a5b68bb28f5508e33f08d42be0682cadc8ac9" dependencies = [ "rustc-demangle", "symbolic-common", @@ -23284,9 +23481,9 @@ dependencies = [ [[package]] name = "syn" -version = "2.0.110" +version = "2.0.117" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a99801b5bd34ede4cf3fc688c5919368fea4e4814a4664359503e6015b280aea" +checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99" dependencies = [ "proc-macro2", "quote", @@ -23299,7 +23496,7 @@ version = "0.9.0" dependencies = [ "anyhow", "candid", - "colored", + "colored 2.2.0", "futures", "ic-agent", "ic-base-types", @@ -23328,22 +23525,22 @@ dependencies = [ [[package]] name = "synstructure" -version = "0.13.1" +version = "0.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971" +checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] name = "sys-mount" -version = "3.0.1" +version = "3.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a6acb8bb63826062d5a44b68298cf2e25b84bc151bc0c31c35a83b61f818682a" +checksum = "d361f5431256ea04c657c0dce767ad95e24fb054d99f0b8a9275cb1c9ea14bfb" dependencies = [ - "bitflags 2.10.0", + "bitflags 2.11.0", "libc", "loopdev-3", "smart-default", @@ -23351,11 +23548,32 @@ dependencies = [ "tracing", ] +[[package]] +name = "system-configuration" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a13f3d0daba03132c0aa9767f98351b3488edc2c100cda2d2ec2b04f3d8d3c8b" +dependencies = [ + "bitflags 2.11.0", + "core-foundation 0.9.4", + "system-configuration-sys", +] + +[[package]] +name = "system-configuration-sys" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4" +dependencies = [ + "core-foundation-sys", + "libc", +] + [[package]] name = "systemd" -version = "0.10.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "afec0101d9ae8ab26aedf0840109df689938ea7e538aa03df4369f1854f11562" +checksum = "01e9d1976a15b86245def55d20d52b5818e1a1e81aa030b6a608d3ce57709423" dependencies = [ "cstr-argument", "foreign-types 0.5.0", @@ -23368,9 +23586,9 @@ dependencies = [ [[package]] name = "systemstat" -version = "0.2.4" +version = "0.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "668a4db78b439df482c238f559e4ea869017f9e62ef0a059c8bfcd841a4df544" +checksum = "a6e89b75de097d0c52a1dc2114e19439d55f0e2e42d32168c6df44f139dfb66f" dependencies = [ "bytesize", "lazy_static", @@ -23425,9 +23643,9 @@ dependencies = [ [[package]] name = "target-lexicon" -version = "0.13.2" +version = "0.13.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a" +checksum = "adb6935a6f5c20170eeceb1a3835a49e12e19d792f6dd344ccc76a985ca5a6ca" [[package]] name = "tarpc" @@ -23466,15 +23684,15 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.23.0" +version = "3.27.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16" +checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd" dependencies = [ "fastrand", - "getrandom 0.3.1", + "getrandom 0.3.4", "once_cell", - "rustix 1.1.2", - "windows-sys 0.61.2", + "rustix 1.1.4", + "windows-sys 0.52.0", ] [[package]] @@ -23501,11 +23719,10 @@ dependencies = [ [[package]] name = "term" -version = "1.0.2" +version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a984c8d058c627faaf5e8e2ed493fa3c51771889196de1016cf9c1c6e90d750" +checksum = "d8c27177b12a6399ffc08b98f76f7c9a1f4fe9fc967c784c5a071fa8d93cf7e1" dependencies = [ - "home", "windows-sys 0.59.0", ] @@ -23543,19 +23760,20 @@ dependencies = [ "proc-macro2", "quote", "structmeta 0.2.0", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] name = "test-strategy" -version = "0.4.0" +version = "0.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2bf41af45e3f54cc184831d629d41d5b2bda8297e29c81add7ae4f362ed5e01b" +checksum = "8f7fd1eb9efb36942b85a290c4201d317980fe09bc88d34dd48aaaae03075c6a" dependencies = [ + "derive-ex", "proc-macro2", "quote", "structmeta 0.3.0", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] @@ -23584,9 +23802,9 @@ dependencies = [ [[package]] name = "textplots" -version = "0.8.6" +version = "0.8.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f59b64803118dbff62f92842b3154a2c802dfd8e18660132bbcbfb141c637ae3" +checksum = "8f7657a0066c9f9663659db0665319adff8b0943305fc73eddf1010e5a2072b1" dependencies = [ "drawille", "rgb", @@ -23594,9 +23812,9 @@ dependencies = [ [[package]] name = "textwrap" -version = "0.16.1" +version = "0.16.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23d434d3f8967a09480fb04132ebe0a3e088c173e6d0ee7897abbdf4eab0f8b9" +checksum = "c13547615a44dc9c452a8a534638acdf07120d4b6847c8178705da06306a3057" [[package]] name = "thiserror" @@ -23624,7 +23842,7 @@ checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] @@ -23635,7 +23853,7 @@ checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] @@ -23646,12 +23864,11 @@ checksum = "3bf63baf9f5039dadc247375c29eb13706706cfde997d0330d05aa63a77d8820" [[package]] name = "thread_local" -version = "1.1.8" +version = "1.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c" +checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185" dependencies = [ "cfg-if", - "once_cell", ] [[package]] @@ -23665,9 +23882,9 @@ dependencies = [ [[package]] name = "tikv-jemalloc-ctl" -version = "0.6.0" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f21f216790c8df74ce3ab25b534e0718da5a1916719771d3fec23315c99e468b" +checksum = "661f1f6a57b3a36dc9174a2c10f19513b4866816e13425d3e418b11cc37bc24c" dependencies = [ "libc", "paste", @@ -23676,9 +23893,9 @@ dependencies = [ [[package]] name = "tikv-jemalloc-sys" -version = "0.6.0+5.3.0-1-ge13ca993e8ccb9ba9847cc330696e02839f328f7" +version = "0.6.1+5.3.0-1-ge13ca993e8ccb9ba9847cc330696e02839f328f7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd3c60906412afa9c2b5b5a48ca6a5abe5736aec9eb48ad05037a677e52e4e2d" +checksum = "cd8aa5b2ab86a2cefa406d889139c162cbb230092f7d1d7cbc1716405d852a3b" dependencies = [ "cc", "libc", @@ -23686,9 +23903,9 @@ dependencies = [ [[package]] name = "tikv-jemallocator" -version = "0.6.0" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4cec5ff18518d81584f477e9bfdf957f5bb0979b0bac3af4ca30b5b3ae2d2865" +checksum = "0359b4327f954e0567e69fb191cf1436617748813819c94b8cd4a431422d053a" dependencies = [ "libc", "tikv-jemalloc-sys", @@ -23758,9 +23975,9 @@ dependencies = [ [[package]] name = "tinystr" -version = "0.7.6" +version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f" +checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869" dependencies = [ "displaydoc", "zerovec", @@ -23778,9 +23995,9 @@ dependencies = [ [[package]] name = "tinyvec" -version = "1.8.1" +version = "1.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "022db8904dfa342efe721985167e9fcd16c29b226db4397ed752a761cfce81e8" +checksum = "3e61e67053d25a4e82c844e8424039d9745781b3fc4f32b8d55ed50f5f667ef3" dependencies = [ "tinyvec_macros", ] @@ -23811,14 +24028,14 @@ version = "0.9.0" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] name = "tls_codec" -version = "0.4.1" +version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5e78c9c330f8c85b2bae7c8368f2739157db9991235123aa1b15ef9502bfb6a" +checksum = "0de2e01245e2bb89d6f05801c564fa27624dbd7b1846859876c7dad82e90bf6b" dependencies = [ "tls_codec_derive", "zeroize", @@ -23826,28 +24043,28 @@ dependencies = [ [[package]] name = "tls_codec_derive" -version = "0.4.1" +version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d9ef545650e79f30233c0003bcc2504d7efac6dad25fca40744de773fe2049c" +checksum = "2d2e76690929402faae40aebdda620a2c0e25dd6d3b9afe48867dfd95991f4bd" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] name = "tokio" -version = "1.49.0" +version = "1.50.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72a2903cd7736441aac9df9d7688bd0ce48edccaadf181c3b90be801e81d3d86" +checksum = "27ad5e34374e03cfffefc301becb44e9dc3c17584f414349ebe29ed26661822d" dependencies = [ "bytes", "libc", - "mio 1.0.3", + "mio", "parking_lot", "pin-project-lite", "signal-hook-registry", - "socket2 0.6.1", + "socket2 0.6.3", "tokio-macros", "tracing", "windows-sys 0.61.2", @@ -23855,9 +24072,9 @@ dependencies = [ [[package]] name = "tokio-io-timeout" -version = "1.2.0" +version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30b74022ada614a1b4834de765f9bb43877f910cc8ce4be40e89042c9223a8bf" +checksum = "0bd86198d9ee903fedd2f9a2e72014287c0d9167e4ae43b5853007205dda1b76" dependencies = [ "pin-project-lite", "tokio", @@ -23865,20 +24082,20 @@ dependencies = [ [[package]] name = "tokio-macros" -version = "2.6.0" +version = "2.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5" +checksum = "5c55a2eff8b69ce66c84f85e1da1c233edc36ceb85a2058d11b0d6a3c7e7569c" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] name = "tokio-metrics" -version = "0.4.0" +version = "0.4.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb2bb07a8451c4c6fa8b3497ad198510d8b8dffa5df5cfb97a64102a58b113c8" +checksum = "0e0410015c6db7b67b9c9ab2a3af4d74a942d637ff248d0d055073750deac6f9" dependencies = [ "futures-util", "pin-project-lite", @@ -23910,11 +24127,11 @@ dependencies = [ [[package]] name = "tokio-rustls" -version = "0.26.1" +version = "0.26.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37" +checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61" dependencies = [ - "rustls 0.23.27", + "rustls 0.23.37", "tokio", ] @@ -23948,9 +24165,9 @@ dependencies = [ [[package]] name = "tokio-stream" -version = "0.1.17" +version = "0.1.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047" +checksum = "32da49809aab5c3bc678af03902d4ccddea2a87d028d86392a4b1560c6906c70" dependencies = [ "futures-core", "pin-project-lite", @@ -23959,12 +24176,10 @@ dependencies = [ [[package]] name = "tokio-test" -version = "0.4.4" +version = "0.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2468baabc3311435b55dd935f702f42cd1b8abb7e754fb7dfb16bd36aa88f9f7" +checksum = "3f6d24790a10a7af737693a3e8f1d03faef7e6ca0cc99aae5066f533766de545" dependencies = [ - "async-stream", - "bytes", "futures-core", "tokio", "tokio-stream", @@ -23995,17 +24210,29 @@ dependencies = [ ] [[package]] -name = "tokio-util" -version = "0.7.15" +name = "tokio-tungstenite" +version = "0.28.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "66a539a9ad6d5d281510d5bd368c973d636c02dbf8a67300bfb6b950696ad7df" +checksum = "d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857" +dependencies = [ + "futures-util", + "log", + "tokio", + "tungstenite 0.28.0", +] + +[[package]] +name = "tokio-util" +version = "0.7.18" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098" dependencies = [ "bytes", "futures-core", "futures-io", "futures-sink", "futures-util", - "hashbrown 0.15.2", + "hashbrown 0.15.5", "pin-project-lite", "slab", "tokio", @@ -24013,18 +24240,31 @@ dependencies = [ [[package]] name = "toml_datetime" -version = "0.6.8" +version = "1.0.0+spec-1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41" +checksum = "32c2555c699578a4f59f0cc68e5116c8d7cabbd45e1409b989d4be085b53f13e" +dependencies = [ + "serde_core", +] [[package]] name = "toml_edit" -version = "0.22.23" +version = "0.25.4+spec-1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "02a8b472d1a3d7c18e2d61a489aee3453fd9031c33e4f55bd533f4a7adca1bee" +checksum = "7193cbd0ce53dc966037f54351dbbcf0d5a642c7f0038c382ef9e677ce8c13f2" dependencies = [ "indexmap 2.13.0", "toml_datetime", + "toml_parser", + "winnow", +] + +[[package]] +name = "toml_parser" +version = "1.0.9+spec-1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "702d4415e08923e7e1ef96cd5727c0dfed80b4d2fa25db9647fe5eb6f7c5a4c4" +dependencies = [ "winnow", ] @@ -24039,8 +24279,8 @@ dependencies = [ "axum 0.7.9", "base64 0.22.1", "bytes", - "h2 0.4.7", - "http 1.3.1", + "h2 0.4.13", + "http 1.4.0", "http-body 1.0.1", "http-body-util", "hyper 1.8.1", @@ -24048,8 +24288,8 @@ dependencies = [ "hyper-util", "percent-encoding", "pin-project", - "prost 0.13.4", - "socket2 0.5.9", + "prost 0.13.5", + "socket2 0.5.10", "tokio", "tokio-stream", "tower 0.4.13", @@ -24060,16 +24300,16 @@ dependencies = [ [[package]] name = "tonic" -version = "0.14.2" +version = "0.14.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb7613188ce9f7df5bfe185db26c5814347d110db17920415cf2fbcad85e7203" +checksum = "fec7c61a0695dc1887c1b53952990f3ad2e3a31453e1f49f10e75424943a93ec" dependencies = [ "async-trait", - "axum 0.8.4", + "axum 0.8.8", "base64 0.22.1", "bytes", - "h2 0.4.7", - "http 1.3.1", + "h2 0.4.13", + "http 1.4.0", "http-body 1.0.1", "http-body-util", "hyper 1.8.1", @@ -24077,11 +24317,11 @@ dependencies = [ "hyper-util", "percent-encoding", "pin-project", - "socket2 0.6.1", + "socket2 0.6.3", "sync_wrapper", "tokio", "tokio-stream", - "tower 0.5.2", + "tower 0.5.3", "tower-layer", "tower-service", "tracing", @@ -24095,10 +24335,10 @@ checksum = "9557ce109ea773b399c9b9e5dca39294110b74f1f342cb347a80d1fce8c26a11" dependencies = [ "prettyplease", "proc-macro2", - "prost-build 0.13.4", - "prost-types 0.13.4", + "prost-build 0.13.5", + "prost-types 0.13.5", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] @@ -24123,9 +24363,9 @@ dependencies = [ [[package]] name = "tower" -version = "0.5.2" +version = "0.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9" +checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4" dependencies = [ "futures-core", "futures-util", @@ -24143,23 +24383,23 @@ dependencies = [ [[package]] name = "tower-http" -version = "0.6.6" +version = "0.6.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2" +checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8" dependencies = [ "async-compression", - "bitflags 2.10.0", + "bitflags 2.11.0", "bytes", "futures-core", "futures-util", - "http 1.3.1", + "http 1.4.0", "http-body 1.0.1", "http-body-util", "iri-string", "pin-project-lite", "tokio", "tokio-util", - "tower 0.5.2", + "tower 0.5.3", "tower-layer", "tower-service", "tracing", @@ -24178,7 +24418,7 @@ version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "357a1f99dd439c1aa9ebbaf9c6431b41c05a26bf137e9e92879941bdac5cb66d" dependencies = [ - "http 1.3.1", + "http 1.4.0", "tower-layer", "tower-service", "ulid", @@ -24210,13 +24450,13 @@ version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "84e6672c7510df74859726427edea641674dad1aeeb30057b87335b1ba23b843" dependencies = [ - "axum 0.8.4", + "axum 0.8.8", "forwarded-header-value", "governor 0.8.1", - "http 1.3.1", + "http 1.4.0", "pin-project", "thiserror 2.0.18", - "tower 0.5.2", + "tower 0.5.3", "tracing", ] @@ -24226,22 +24466,22 @@ version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "44de9b94d849d3c46e06a883d72d408c2de6403367b39df2b1c9d9e7b6736fe6" dependencies = [ - "axum 0.8.4", + "axum 0.8.8", "forwarded-header-value", - "governor 0.10.2", - "http 1.3.1", + "governor 0.10.4", + "http 1.4.0", "pin-project", "thiserror 2.0.18", - "tonic 0.14.2", - "tower 0.5.2", + "tonic 0.14.5", + "tower 0.5.3", "tracing", ] [[package]] name = "tracing" -version = "0.1.41" +version = "0.1.44" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0" +checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100" dependencies = [ "log", "pin-project-lite", @@ -24251,32 +24491,32 @@ dependencies = [ [[package]] name = "tracing-appender" -version = "0.2.3" +version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3566e8ce28cc0a3fe42519fc80e6b4c943cc4c8cef275620eb8dac2d3d4e06cf" +checksum = "786d480bce6247ab75f005b14ae1624ad978d3029d9113f0a22fa1ac773faeaf" dependencies = [ "crossbeam-channel", - "thiserror 1.0.69", + "thiserror 2.0.18", "time", "tracing-subscriber", ] [[package]] name = "tracing-attributes" -version = "0.1.28" +version = "0.1.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d" +checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] name = "tracing-core" -version = "0.1.33" +version = "0.1.36" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c" +checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a" dependencies = [ "once_cell", "valuable", @@ -24357,9 +24597,9 @@ dependencies = [ [[package]] name = "tracing-subscriber" -version = "0.3.20" +version = "0.3.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2054a14f5307d601f88daf0553e1cbf472acc4f2c51afab632431cdcd72124d5" +checksum = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319" dependencies = [ "matchers", "nu-ansi-term", @@ -24387,7 +24627,7 @@ dependencies = [ "proptest", "proptest-derive", "serde", - "test-strategy 0.4.0", + "test-strategy 0.4.5", ] [[package]] @@ -24411,7 +24651,7 @@ version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0a5318dd619ed73c52a9417ad19046724effc1287fb75cdcc4eca1d6ac1acbae" dependencies = [ - "crossterm 0.28.1", + "crossterm", "ratatui", "unicode-width 0.2.0", ] @@ -24425,7 +24665,7 @@ dependencies = [ "byteorder", "bytes", "data-encoding", - "http 1.3.1", + "http 1.4.0", "httparse", "log", "rand 0.8.5", @@ -24443,10 +24683,27 @@ checksum = "4793cb5e56680ecbb1d843515b23b6de9a75eb04b66643e256a396d43be33c13" dependencies = [ "bytes", "data-encoding", - "http 1.3.1", + "http 1.4.0", "httparse", "log", - "rand 0.9.0", + "rand 0.9.2", + "sha1", + "thiserror 2.0.18", + "utf-8", +] + +[[package]] +name = "tungstenite" +version = "0.28.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442" +dependencies = [ + "bytes", + "data-encoding", + "http 1.4.0", + "httparse", + "log", + "rand 0.9.2", "sha1", "thiserror 2.0.18", "utf-8", @@ -24454,9 +24711,9 @@ dependencies = [ [[package]] name = "turmoil" -version = "0.6.5" +version = "0.6.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f4bf3407e4cded7fa5c1f8083ccc0f38fb58c2640ea3c45dacd26ee8b15a91d" +checksum = "1f0d6c134ef37268c94d50fb74252af1c34c5c88389e2c1af85654da944ceb52" dependencies = [ "bytes", "indexmap 2.13.0", @@ -24469,9 +24726,9 @@ dependencies = [ [[package]] name = "twox-hash" -version = "2.1.1" +version = "2.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b907da542cbced5261bd3256de1b3a1bf340a3d37f93425a07362a1d687de56" +checksum = "9ea3136b675547379c4bd395ca6b938e5ad3c3d20fad76e7fe85f9e0d011419c" [[package]] name = "typed-arena" @@ -24481,15 +24738,15 @@ checksum = "6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a" [[package]] name = "typenum" -version = "1.17.0" +version = "1.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" +checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb" [[package]] name = "ua-parser" -version = "0.2.0" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d7176a413a0b7e94926d11a2054c6db5ac7fa42bf4ebe7e9571152e3f024ddfd" +checksum = "5c06b979bd5606d182759ff9cd3dda2b034b584a1ed41116407cb92abf3c995a" dependencies = [ "regex", "regex-filtered", @@ -24516,11 +24773,11 @@ dependencies = [ [[package]] name = "ulid" -version = "1.1.4" +version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f294bff79170ed1c5633812aff1e565c35d993a36e757f9bc0accf5eec4e6045" +checksum = "470dbf6591da1b39d43c14523b2b469c86879a53e8b758c8e090a470fe7b1fbe" dependencies = [ - "rand 0.8.5", + "rand 0.9.2", "web-time", ] @@ -24532,21 +24789,21 @@ checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94" [[package]] name = "unicase" -version = "2.8.1" +version = "2.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539" +checksum = "dbc4bc3a9f746d862c45cb89d705aa10f187bb96c76001afab07a0d35ce60142" [[package]] name = "unicode-ident" -version = "1.0.16" +version = "1.0.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a210d160f08b701c8721ba1c726c11662f877ea6b7094007e1ca9a1041945034" +checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" [[package]] name = "unicode-normalization" -version = "0.1.24" +version = "0.1.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956" +checksum = "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8" dependencies = [ "tinyvec", ] @@ -24629,14 +24886,15 @@ dependencies = [ [[package]] name = "url" -version = "2.5.4" +version = "2.5.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60" +checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed" dependencies = [ "form_urlencoded", "idna", "percent-encoding", "serde", + "serde_derive", ] [[package]] @@ -24651,12 +24909,6 @@ version = "0.7.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" -[[package]] -name = "utf16_iter" -version = "1.0.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246" - [[package]] name = "utf8-cstr" version = "0.1.6" @@ -24665,9 +24917,9 @@ checksum = "55bcbb425141152b10d5693095950b51c3745d019363fc2929ffd8f61449b628" [[package]] name = "utf8-width" -version = "0.1.7" +version = "0.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86bd8d4e895da8537e5315b8254664e6b769c4ff3db18321b297a1e7004392e3" +checksum = "1292c0d970b54115d14f2492fe0170adf21d68a1de108eebc51c1df4f346a091" [[package]] name = "utf8_iter" @@ -24694,7 +24946,7 @@ version = "1.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b3758f5e68192bb96cc8f9b7e2c2cfdabb435499a28499a42f8f984092adad4b" dependencies = [ - "getrandom 0.2.15", + "getrandom 0.2.17", "serde", ] @@ -24729,9 +24981,9 @@ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" [[package]] name = "virt" -version = "0.4.2" +version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77a05f77c836efa9be343b5419663cf829d75203b813579993cdd9c44f51767e" +checksum = "b191deb9f351999588bbd289fd40d5ca0076fd9784d1a1a0af531ec8684093c9" dependencies = [ "libc", "uuid", @@ -24740,9 +24992,9 @@ dependencies = [ [[package]] name = "virt-sys" -version = "0.3.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c504e459878f09177f41bf2f8bb3e9a8af4fca7a09e73152fee02535d501601c" +checksum = "8762dc8eb11b230e7ed6c94152910f8382a128eed861af21047a203e3e2ebb00" dependencies = [ "libc", "pkg-config", @@ -24757,9 +25009,9 @@ dependencies = [ "bytes", "cfg-if", "chrono", - "clap 4.5.27", + "clap 4.6.0", "jsonschema", - "lalrpop 0.22.1", + "lalrpop 0.22.2", "lz4_flex", "nom-language", "ordered-float", @@ -24794,7 +25046,7 @@ dependencies = [ name = "vsock_guest" version = "1.0.0" dependencies = [ - "clap 4.5.27", + "clap 4.6.0", "vsock_lib", ] @@ -24825,9 +25077,9 @@ dependencies = [ [[package]] name = "wait-timeout" -version = "0.2.0" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6" +checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11" dependencies = [ "libc", ] @@ -24895,7 +25147,7 @@ dependencies = [ "heck 0.5.0", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] @@ -24940,52 +25192,49 @@ 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" -version = "0.13.3+wasi-0.2.2" +name = "wasip2" +version = "1.0.2+wasi-0.2.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2" +checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5" dependencies = [ - "wit-bindgen-rt", + "wit-bindgen", ] [[package]] -name = "wasm-bindgen" -version = "0.2.100" +name = "wasip3" +version = "0.4.0+wasi-0.3.0-rc-2026-01-06" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5" +checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5" dependencies = [ - "cfg-if", - "once_cell", - "rustversion", - "wasm-bindgen-macro", + "wit-bindgen", ] [[package]] -name = "wasm-bindgen-backend" -version = "0.2.100" +name = "wasm-bindgen" +version = "0.2.114" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6" +checksum = "6532f9a5c1ece3798cb1c2cfdba640b9b3ba884f5db45973a6f442510a87d38e" dependencies = [ - "bumpalo", - "log", - "proc-macro2", - "quote", - "syn 2.0.110", + "cfg-if", + "once_cell", + "rustversion", + "wasm-bindgen-macro", "wasm-bindgen-shared", ] [[package]] name = "wasm-bindgen-futures" -version = "0.4.50" +version = "0.4.64" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61" +checksum = "e9c5522b3a28661442748e09d40924dfb9ca614b21c00d3fd135720e48b67db8" dependencies = [ "cfg-if", + "futures-util", "js-sys", "once_cell", "wasm-bindgen", @@ -24994,9 +25243,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro" -version = "0.2.100" +version = "0.2.114" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407" +checksum = "18a2d50fcf105fb33bb15f00e7a77b772945a2ee45dcf454961fd843e74c18e6" dependencies = [ "quote", "wasm-bindgen-macro-support", @@ -25004,26 +25253,65 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro-support" -version = "0.2.100" +version = "0.2.114" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de" +checksum = "03ce4caeaac547cdf713d280eda22a730824dd11e6b8c3ca9e42247b25c631e3" dependencies = [ + "bumpalo", "proc-macro2", "quote", - "syn 2.0.110", - "wasm-bindgen-backend", + "syn 2.0.117", "wasm-bindgen-shared", ] [[package]] name = "wasm-bindgen-shared" -version = "0.2.100" +version = "0.2.114" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d" +checksum = "75a326b8c223ee17883a4251907455a2431acc2791c98c26279376490c378c16" dependencies = [ "unicode-ident", ] +[[package]] +name = "wasm-bindgen-test" +version = "0.3.64" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6311c867385cc7d5602463b31825d454d0837a3aba7cdb5e56d5201792a3f7fe" +dependencies = [ + "async-trait", + "cast", + "js-sys", + "libm", + "minicov", + "nu-ansi-term", + "num-traits", + "oorandom", + "serde", + "serde_json", + "wasm-bindgen", + "wasm-bindgen-futures", + "wasm-bindgen-test-macro", + "wasm-bindgen-test-shared", +] + +[[package]] +name = "wasm-bindgen-test-macro" +version = "0.3.64" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "67008cdde4769831958536b0f11b3bdd0380bde882be17fff9c2f34bb4549abd" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.117", +] + +[[package]] +name = "wasm-bindgen-test-shared" +version = "0.2.114" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cfe29135b180b72b04c74aa97b2b4a2ef275161eff9a6c7955ea9eaedc7e1d4e" + [[package]] name = "wasm-encoder" version = "0.212.0" @@ -25072,6 +25360,18 @@ dependencies = [ "wasmparser 0.244.0", ] +[[package]] +name = "wasm-metadata" +version = "0.244.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909" +dependencies = [ + "anyhow", + "indexmap 2.13.0", + "wasm-encoder 0.244.0", + "wasmparser 0.244.0", +] + [[package]] name = "wasm-smith" version = "0.243.0" @@ -25103,7 +25403,7 @@ name = "wasm_fuzzers" version = "0.9.0" dependencies = [ "arbitrary", - "clap 4.5.27", + "clap 4.6.0", "futures", "ic-config", "ic-cycles-account-manager", @@ -25137,8 +25437,8 @@ version = "0.212.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8d28bc49ba1e5c5b61ffa7a2eace10820443c4b7d1c0b144109261d14570fdf8" dependencies = [ - "ahash 0.8.11", - "bitflags 2.10.0", + "ahash 0.8.12", + "bitflags 2.11.0", "hashbrown 0.14.5", "indexmap 2.13.0", "semver", @@ -25151,8 +25451,8 @@ version = "0.214.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5309c1090e3e84dad0d382f42064e9933fdaedb87e468cc239f0eabea73ddcb6" dependencies = [ - "ahash 0.8.11", - "bitflags 2.10.0", + "ahash 0.8.12", + "bitflags 2.11.0", "hashbrown 0.14.5", "indexmap 2.13.0", "semver", @@ -25165,8 +25465,8 @@ version = "0.239.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8c9d90bb93e764f6beabf1d02028c70a2156a6583e63ac4218dd07ef733368b0" dependencies = [ - "bitflags 2.10.0", - "hashbrown 0.15.2", + "bitflags 2.11.0", + "hashbrown 0.15.5", "indexmap 2.13.0", "semver", "serde", @@ -25178,7 +25478,7 @@ version = "0.243.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f6d8db401b0528ec316dfbe579e6ab4152d61739cfe076706d2009127970159d" dependencies = [ - "bitflags 2.10.0", + "bitflags 2.11.0", "indexmap 2.13.0", ] @@ -25188,8 +25488,8 @@ version = "0.244.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe" dependencies = [ - "bitflags 2.10.0", - "hashbrown 0.15.2", + "bitflags 2.11.0", + "hashbrown 0.15.5", "indexmap 2.13.0", "semver", "serde", @@ -25214,7 +25514,7 @@ checksum = "39bef52be4fb4c5b47d36f847172e896bc94b35c9c6a6f07117686bd16ed89a7" dependencies = [ "addr2line 0.26.0", "async-trait", - "bitflags 2.10.0", + "bitflags 2.11.0", "bumpalo", "cc", "cfg-if", @@ -25222,12 +25522,12 @@ dependencies = [ "log", "mach2", "memfd", - "object 0.37.3", + "object", "once_cell", "postcard", "pulley-interpreter", "rayon", - "rustix 1.1.2", + "rustix 1.1.4", "serde", "serde_derive", "smallvec", @@ -25255,10 +25555,10 @@ dependencies = [ "cranelift-bitset", "cranelift-entity", "gimli 0.33.0", - "hashbrown 0.15.2", + "hashbrown 0.15.5", "indexmap 2.13.0", "log", - "object 0.37.3", + "object", "postcard", "serde", "serde_derive", @@ -25294,7 +25594,7 @@ dependencies = [ "gimli 0.33.0", "itertools 0.14.0", "log", - "object 0.37.3", + "object", "pulley-interpreter", "smallvec", "target-lexicon", @@ -25315,7 +25615,7 @@ dependencies = [ "cc", "cfg-if", "libc", - "rustix 1.1.2", + "rustix 1.1.4", "wasmtime-environ", "wasmtime-internal-versioned-export-macros", "windows-sys 0.61.2", @@ -25352,7 +25652,7 @@ dependencies = [ "cfg-if", "cranelift-codegen", "log", - "object 0.37.3", + "object", "wasmtime-environ", ] @@ -25364,7 +25664,7 @@ checksum = "9a6948b56bb00c62dbd205ea18a4f1ceccbe1e4b8479651fdb0bab2553790f20" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] @@ -25376,7 +25676,7 @@ dependencies = [ "cranelift-codegen", "gimli 0.33.0", "log", - "object 0.37.3", + "object", "target-lexicon", "wasmparser 0.244.0", "wasmtime-environ", @@ -25408,9 +25708,9 @@ dependencies = [ [[package]] name = "web-sys" -version = "0.3.77" +version = "0.3.91" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2" +checksum = "854ba17bb104abfb26ba36da9729addc7ce7f06f5c0f90f3c391f8461cca21f9" dependencies = [ "js-sys", "wasm-bindgen", @@ -25428,27 +25728,27 @@ dependencies = [ [[package]] name = "webpki-root-certs" -version = "1.0.4" +version = "1.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee3e3b5f5e80bc89f30ce8d0343bf4e5f12341c51f3e26cbeecbc7c85443e85b" +checksum = "804f18a4ac2676ffb4e8b5b5fa9ae38af06df08162314f96a68d2a363e21a8ca" dependencies = [ "rustls-pki-types", ] [[package]] name = "webpki-roots" -version = "0.26.8" +version = "0.26.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9" +checksum = "521bc38abb08001b01866da9f51eb7c5d647a19260e00054a8c7fd5f9e57f7a9" dependencies = [ - "rustls-pki-types", + "webpki-roots 1.0.6", ] [[package]] name = "webpki-roots" -version = "1.0.4" +version = "1.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b2878ef029c47c6e8cf779119f20fcf52bde7ad42a731b2a304bc221df17571e" +checksum = "22cfaf3c063993ff62e73cb4311efde4db1efb31ab78a3e5c457939ad5cc0bed" dependencies = [ "rustls-pki-types", ] @@ -25467,9 +25767,9 @@ dependencies = [ [[package]] name = "widestring" -version = "1.1.0" +version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7219d36b6eac893fa81e84ebe06485e7dcbb616177469b142df14f1f4deb1311" +checksum = "72069c3113ab32ab29e5584db3c6ec55d416895e60715417b5b883a357c3e471" [[package]] name = "winapi" @@ -25495,11 +25795,11 @@ checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" [[package]] name = "winapi-util" -version = "0.1.9" +version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" +checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" dependencies = [ - "windows-sys 0.59.0", + "windows-sys 0.48.0", ] [[package]] @@ -25528,22 +25828,38 @@ dependencies = [ ] [[package]] -name = "windows" -version = "0.52.0" +name = "windows-core" +version = "0.62.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be" +checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb" dependencies = [ - "windows-core", - "windows-targets 0.52.6", + "windows-implement", + "windows-interface", + "windows-link", + "windows-result", + "windows-strings", ] [[package]] -name = "windows-core" -version = "0.52.0" +name = "windows-implement" +version = "0.60.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" +checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" dependencies = [ - "windows-targets 0.52.6", + "proc-macro2", + "quote", + "syn 2.0.117", +] + +[[package]] +name = "windows-interface" +version = "0.59.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.117", ] [[package]] @@ -25552,6 +25868,35 @@ version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" +[[package]] +name = "windows-registry" +version = "0.6.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720" +dependencies = [ + "windows-link", + "windows-result", + "windows-strings", +] + +[[package]] +name = "windows-result" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5" +dependencies = [ + "windows-link", +] + +[[package]] +name = "windows-strings" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091" +dependencies = [ + "windows-link", +] + [[package]] name = "windows-sys" version = "0.45.0" @@ -25659,14 +26004,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3" dependencies = [ "windows-link", - "windows_aarch64_gnullvm 0.53.0", - "windows_aarch64_msvc 0.53.0", - "windows_i686_gnu 0.53.0", - "windows_i686_gnullvm 0.53.0", - "windows_i686_msvc 0.53.0", - "windows_x86_64_gnu 0.53.0", - "windows_x86_64_gnullvm 0.53.0", - "windows_x86_64_msvc 0.53.0", + "windows_aarch64_gnullvm 0.53.1", + "windows_aarch64_msvc 0.53.1", + "windows_i686_gnu 0.53.1", + "windows_i686_gnullvm 0.53.1", + "windows_i686_msvc 0.53.1", + "windows_x86_64_gnu 0.53.1", + "windows_x86_64_gnullvm 0.53.1", + "windows_x86_64_msvc 0.53.1", ] [[package]] @@ -25689,9 +26034,9 @@ checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" [[package]] name = "windows_aarch64_gnullvm" -version = "0.53.0" +version = "0.53.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764" +checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53" [[package]] name = "windows_aarch64_msvc" @@ -25713,9 +26058,9 @@ checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" [[package]] name = "windows_aarch64_msvc" -version = "0.53.0" +version = "0.53.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c" +checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006" [[package]] name = "windows_i686_gnu" @@ -25737,9 +26082,9 @@ checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" [[package]] name = "windows_i686_gnu" -version = "0.53.0" +version = "0.53.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3" +checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3" [[package]] name = "windows_i686_gnullvm" @@ -25749,9 +26094,9 @@ checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" [[package]] name = "windows_i686_gnullvm" -version = "0.53.0" +version = "0.53.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11" +checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c" [[package]] name = "windows_i686_msvc" @@ -25773,9 +26118,9 @@ checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" [[package]] name = "windows_i686_msvc" -version = "0.53.0" +version = "0.53.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d" +checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2" [[package]] name = "windows_x86_64_gnu" @@ -25797,9 +26142,9 @@ checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" [[package]] name = "windows_x86_64_gnu" -version = "0.53.0" +version = "0.53.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba" +checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499" [[package]] name = "windows_x86_64_gnullvm" @@ -25821,9 +26166,9 @@ checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" [[package]] name = "windows_x86_64_gnullvm" -version = "0.53.0" +version = "0.53.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57" +checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1" [[package]] name = "windows_x86_64_msvc" @@ -25845,15 +26190,15 @@ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" [[package]] name = "windows_x86_64_msvc" -version = "0.53.0" +version = "0.53.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486" +checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" [[package]] name = "winnow" -version = "0.7.0" +version = "0.7.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e49d2d35d3fad69b39b94139037ecfb4f359f08958b9c11e7315ce770462419" +checksum = "df79d97927682d2fd8adb29682d1140b343be4ac0f08fd68b7765d9c059d3945" dependencies = [ "memchr", ] @@ -25883,12 +26228,91 @@ dependencies = [ ] [[package]] -name = "wit-bindgen-rt" -version = "0.33.0" +name = "wit-bindgen" +version = "0.51.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5" +dependencies = [ + "wit-bindgen-rust-macro", +] + +[[package]] +name = "wit-bindgen-core" +version = "0.51.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc" +dependencies = [ + "anyhow", + "heck 0.5.0", + "wit-parser", +] + +[[package]] +name = "wit-bindgen-rust" +version = "0.51.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21" +dependencies = [ + "anyhow", + "heck 0.5.0", + "indexmap 2.13.0", + "prettyplease", + "syn 2.0.117", + "wasm-metadata", + "wit-bindgen-core", + "wit-component", +] + +[[package]] +name = "wit-bindgen-rust-macro" +version = "0.51.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c" +checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a" dependencies = [ - "bitflags 2.10.0", + "anyhow", + "prettyplease", + "proc-macro2", + "quote", + "syn 2.0.117", + "wit-bindgen-core", + "wit-bindgen-rust", +] + +[[package]] +name = "wit-component" +version = "0.244.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2" +dependencies = [ + "anyhow", + "bitflags 2.11.0", + "indexmap 2.13.0", + "log", + "serde", + "serde_derive", + "serde_json", + "wasm-encoder 0.244.0", + "wasm-metadata", + "wasmparser 0.244.0", + "wit-parser", +] + +[[package]] +name = "wit-parser" +version = "0.244.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736" +dependencies = [ + "anyhow", + "id-arena", + "indexmap 2.13.0", + "log", + "semver", + "serde", + "serde_derive", + "serde_json", + "unicode-xid", + "wasmparser 0.244.0", ] [[package]] @@ -25901,17 +26325,11 @@ dependencies = [ "regex", ] -[[package]] -name = "write16" -version = "1.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936" - [[package]] name = "writeable" -version = "0.5.5" +version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51" +checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9" [[package]] name = "wsl" @@ -25952,7 +26370,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1301e935010a701ae5f8655edc0ad17c44bad3ac5ce8c39185f75453b720ae94" dependencies = [ "const-oid", - "der 0.7.9", + "der 0.7.10", "sha1", "signature 2.2.0", "spki 0.7.3", @@ -25993,15 +26411,32 @@ dependencies = [ "time", ] +[[package]] +name = "x509-parser" +version = "0.18.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d43b0f71ce057da06bc0851b23ee24f3f86190b07203dd8f567d0b706a185202" +dependencies = [ + "asn1-rs 0.7.1", + "data-encoding", + "der-parser 10.0.0", + "lazy_static", + "nom 7.1.3", + "oid-registry 0.8.1", + "ring", + "rusticata-macros", + "thiserror 2.0.18", + "time", +] + [[package]] name = "xattr" -version = "1.4.0" +version = "1.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e105d177a3871454f754b33bb0ee637ecaaac997446375fd3e5d43a2ed00c909" +checksum = "32e45ad4206f6d2479085147f02bc2ef834ac85886624a23575ae137c8aa8156" dependencies = [ "libc", - "linux-raw-sys 0.4.15", - "rustix 0.38.44", + "rustix 1.1.4", ] [[package]] @@ -26076,11 +26511,10 @@ dependencies = [ [[package]] name = "yoke" -version = "0.7.5" +version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40" +checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954" dependencies = [ - "serde", "stable_deref_trait", "yoke-derive", "zerofrom", @@ -26088,103 +26522,93 @@ dependencies = [ [[package]] name = "yoke-derive" -version = "0.7.5" +version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154" +checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", "synstructure", ] [[package]] name = "zerocopy" -version = "0.7.35" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0" -dependencies = [ - "byteorder", - "zerocopy-derive 0.7.35", -] - -[[package]] -name = "zerocopy" -version = "0.8.22" +version = "0.8.42" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09612fda0b63f7cb9e0af7e5916fe5a1f8cdcb066829f10f36883207628a4872" +checksum = "f2578b716f8a7a858b7f02d5bd870c14bf4ddbbcf3a4c05414ba6503640505e3" dependencies = [ - "zerocopy-derive 0.8.22", + "zerocopy-derive", ] [[package]] name = "zerocopy-derive" -version = "0.7.35" +version = "0.8.42" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e" +checksum = "7e6cc098ea4d3bd6246687de65af3f920c430e236bee1e3bf2e441463f08a02f" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", -] - -[[package]] -name = "zerocopy-derive" -version = "0.8.22" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79f81d38d7a2ed52d8f034e62c568e111df9bf8aba2f7cf19ddc5bf7bd89d520" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.110", + "syn 2.0.117", ] [[package]] name = "zerofrom" -version = "0.1.5" +version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e" +checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" dependencies = [ "zerofrom-derive", ] [[package]] name = "zerofrom-derive" -version = "0.1.5" +version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808" +checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", "synstructure", ] [[package]] name = "zeroize" -version = "1.8.1" +version = "1.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" +checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0" dependencies = [ "zeroize_derive", ] [[package]] name = "zeroize_derive" -version = "1.4.2" +version = "1.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69" +checksum = "85a5b4158499876c763cb03bc4e49185d3cccbabb15b33c627f7884f43db852e" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", +] + +[[package]] +name = "zerotrie" +version = "0.2.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851" +dependencies = [ + "displaydoc", + "yoke", + "zerofrom", ] [[package]] name = "zerovec" -version = "0.10.4" +version = "0.11.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079" +checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002" dependencies = [ "yoke", "zerofrom", @@ -26193,38 +26617,44 @@ dependencies = [ [[package]] name = "zerovec-derive" -version = "0.10.3" +version = "0.11.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6" +checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.117", ] +[[package]] +name = "zmij" +version = "1.0.21" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa" + [[package]] name = "zstd" -version = "0.13.2" +version = "0.13.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fcf2b778a664581e31e389454a7072dab1647606d44f7feea22cd5abb9c9f3f9" +checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a" dependencies = [ "zstd-safe", ] [[package]] name = "zstd-safe" -version = "7.2.1" +version = "7.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "54a3ab4db68cea366acc5c897c7b4d4d1b8994a9cd6e6f841f8964566a419059" +checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d" dependencies = [ "zstd-sys", ] [[package]] name = "zstd-sys" -version = "2.0.13+zstd.1.5.6" +version = "2.0.16+zstd.1.5.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa" +checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748" dependencies = [ "cc", "pkg-config", diff --git a/Cargo.toml b/Cargo.toml index c278fbf722e5..69d574778b0d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -176,9 +176,10 @@ members = [ "rs/ic_os/guest_upgrade/shared", "rs/ic_os/guest_upgrade/tests", "rs/ic_os/linux_kernel_command_line", - "rs/ic_os/metrics/fstrim_tool", - "rs/ic_os/metrics/metrics_tool", + "rs/ic_os/os_tools/fstrim_tool", + "rs/ic_os/metrics/custom_metrics", "rs/ic_os/metrics/nft_exporter", + "rs/ic_os/metrics/utils", "rs/ic_os/networking/deterministic_ips", "rs/ic_os/networking/network", "rs/ic_os/networking/nss_icos", diff --git a/ic-os/components/guestos.bzl b/ic-os/components/guestos.bzl index 495bac7d34b9..6c01813035dd 100644 --- a/ic-os/components/guestos.bzl +++ b/ic-os/components/guestos.bzl @@ -94,7 +94,7 @@ def component_files(mode): Label("monitoring/guestos/ipv4-connectivity-check/ipv4-connectivity-check.timer"): "/etc/systemd/system/ipv4-connectivity-check.timer", Label("monitoring/guestos/fstrim/fstrim_tool.service"): "/etc/systemd/system/fstrim_tool.service", Label("monitoring/guestos/fstrim/fstrim_tool.timer"): "/etc/systemd/system/fstrim_tool.timer", - Label("monitoring/guestos/fstrim/setup-fstrim-metrics.service"): "/etc/systemd/system/setup-fstrim-metrics.service", + Label("monitoring/guestos/fstrim/setup-fstrim-tool.service"): "/etc/systemd/system/setup-fstrim-tool.service", Label("monitoring/guestos/nft-exporter/nft-exporter.service"): "/etc/systemd/system/nft-exporter.service", Label("monitoring/guestos/nft-exporter/nft-exporter.timer"): "/etc/systemd/system/nft-exporter.timer", Label("monitoring/guestos/custom-metrics.sh"): "/opt/ic/bin/custom-metrics.sh", @@ -104,8 +104,8 @@ def component_files(mode): Label("monitoring/guestos/boot-metrics/boot-metrics.timer"): "/etc/systemd/system/boot-metrics.timer", Label("monitoring/guestos/boot-logging/log-boot-failure.service"): "/etc/systemd/system/log-boot-failure.service", Label("monitoring/guestos/boot-logging/log-boot-success.service"): "/etc/systemd/system/log-boot-success.service", - Label("monitoring/guestos/metrics_tool.service"): "/etc/systemd/system/metrics_tool.service", - Label("monitoring/guestos/metrics_tool.timer"): "/etc/systemd/system/metrics_tool.timer", + Label("monitoring/guestos/custom_metrics.service"): "/etc/systemd/system/custom_metrics.service", + Label("monitoring/guestos/custom_metrics.timer"): "/etc/systemd/system/custom_metrics.timer", Label("monitoring/node_exporter/node_exporter.crt"): "/etc/node_exporter/node_exporter.crt", Label("monitoring/node_exporter/node_exporter.key"): "/etc/node_exporter/node_exporter.key", Label("monitoring/node_exporter/web.yml"): "/etc/node_exporter/web.yml", diff --git a/ic-os/components/monitoring/guestos/metrics_tool.service b/ic-os/components/monitoring/guestos/custom_metrics.service similarity index 67% rename from ic-os/components/monitoring/guestos/metrics_tool.service rename to ic-os/components/monitoring/guestos/custom_metrics.service index 33fa35cd173f..c39f9d5e0ad4 100644 --- a/ic-os/components/monitoring/guestos/metrics_tool.service +++ b/ic-os/components/monitoring/guestos/custom_metrics.service @@ -4,7 +4,7 @@ Before=node_exporter.service [Service] Type=oneshot -ExecStart=/opt/ic/bin/metrics_tool --metrics /run/node_exporter/collector_textfile/custom_metrics.prom +ExecStart=/opt/ic/bin/custom_metrics --metrics /run/node_exporter/collector_textfile/custom_metrics.prom # Disable systemd start and stop logs LogLevelMax=1 diff --git a/ic-os/components/monitoring/guestos/metrics_tool.timer b/ic-os/components/monitoring/guestos/custom_metrics.timer similarity index 82% rename from ic-os/components/monitoring/guestos/metrics_tool.timer rename to ic-os/components/monitoring/guestos/custom_metrics.timer index 7015869a5f09..a108384b0438 100644 --- a/ic-os/components/monitoring/guestos/metrics_tool.timer +++ b/ic-os/components/monitoring/guestos/custom_metrics.timer @@ -4,7 +4,7 @@ Description=Collect custom metrics every minute [Timer] OnBootSec=60s OnUnitActiveSec=60s -Unit=metrics_tool.service +Unit=custom_metrics.service [Install] WantedBy=timers.target diff --git a/ic-os/components/monitoring/guestos/fstrim/fstrim_tool.service b/ic-os/components/monitoring/guestos/fstrim/fstrim_tool.service index 6c27b1f65977..71eb952a24d9 100644 --- a/ic-os/components/monitoring/guestos/fstrim/fstrim_tool.service +++ b/ic-os/components/monitoring/guestos/fstrim/fstrim_tool.service @@ -1,7 +1,7 @@ [Unit] Description=Discard unused blocks on /var/lib/ic/crypto filesystem -After=setup-fstrim-metrics.service -Wants=setup-fstrim-metrics.service +After=setup-fstrim-tool.service +Wants=setup-fstrim-tool.service [Service] Type=oneshot diff --git a/ic-os/components/monitoring/guestos/fstrim/setup-fstrim-metrics.service b/ic-os/components/monitoring/guestos/fstrim/setup-fstrim-tool.service similarity index 100% rename from ic-os/components/monitoring/guestos/fstrim/setup-fstrim-metrics.service rename to ic-os/components/monitoring/guestos/fstrim/setup-fstrim-tool.service diff --git a/ic-os/guestos/defs.bzl b/ic-os/guestos/defs.bzl index 6a508f83c8af..19ee4989fdcd 100644 --- a/ic-os/guestos/defs.bzl +++ b/ic-os/guestos/defs.bzl @@ -52,7 +52,7 @@ def image_deps(mode, malicious = False): "//rs/ic_os/release:vsock_guest": "/opt/ic/bin/vsock_guest:0755", # HostOS <--> GuestOS communication client. "//cpp:infogetty": "/opt/ic/bin/infogetty:0755", # Terminal manager that replaces the login shell. "//rs/ic_os/release:metrics-proxy": "/opt/ic/bin/metrics-proxy:0755", # Proxies, filters, and serves public node metrics. - "//rs/ic_os/release:metrics_tool": "/opt/ic/bin/metrics_tool:0755", # Collects and reports custom metrics. + "//rs/ic_os/release:custom_metrics": "/opt/ic/bin/custom_metrics:0755", # Collects and reports custom metrics. "//rs/ic_os/remote_attestation/server": "/opt/ic/bin/remote_attestation_server:0755", # Remote Attestation service "//rs/ic_os/guest_upgrade/client": "/opt/ic/bin/guest_upgrade_client:0755", # Disk encryption key exchange client diff --git a/rs/ic_os/metrics/metrics_tool/BUILD.bazel b/rs/ic_os/metrics/custom_metrics/BUILD.bazel similarity index 77% rename from rs/ic_os/metrics/metrics_tool/BUILD.bazel rename to rs/ic_os/metrics/custom_metrics/BUILD.bazel index 012b01cc84cb..54687e0a4b34 100644 --- a/rs/ic_os/metrics/metrics_tool/BUILD.bazel +++ b/rs/ic_os/metrics/custom_metrics/BUILD.bazel @@ -3,11 +3,11 @@ load("@rules_rust//rust:defs.bzl", "rust_binary") package(default_visibility = ["//rs:ic-os-pkg"]) rust_binary( - name = "metrics_tool_bin", + name = "custom_metrics_bin", srcs = ["src/main.rs"], deps = [ # Keep sorted. - "//rs/sys", + "//rs/ic_os/metrics/utils:metrics_utils", "@crate_index//:anyhow", "@crate_index//:clap", "@crate_index//:prometheus", diff --git a/rs/ic_os/metrics/metrics_tool/Cargo.toml b/rs/ic_os/metrics/custom_metrics/Cargo.toml similarity index 54% rename from rs/ic_os/metrics/metrics_tool/Cargo.toml rename to rs/ic_os/metrics/custom_metrics/Cargo.toml index 923497a696de..3f15d84e39c9 100644 --- a/rs/ic_os/metrics/metrics_tool/Cargo.toml +++ b/rs/ic_os/metrics/custom_metrics/Cargo.toml @@ -1,13 +1,14 @@ [package] -name = "ic-metrics-tool" +name = "ic-custom-metrics" version = "0.1.0" edition.workspace = true [[bin]] -name = "metrics_tool" +name = "custom_metrics" path = "src/main.rs" [dependencies] anyhow = { workspace = true } clap = { workspace = true } -prometheus = { workspace = true } \ No newline at end of file +ic-os-metrics-utils = { path = "../utils" } +prometheus = { workspace = true } diff --git a/rs/ic_os/metrics/metrics_tool/src/main.rs b/rs/ic_os/metrics/custom_metrics/src/main.rs similarity index 65% rename from rs/ic_os/metrics/metrics_tool/src/main.rs rename to rs/ic_os/metrics/custom_metrics/src/main.rs index 22ce7e2be928..749c7f9ec037 100644 --- a/rs/ic_os/metrics/metrics_tool/src/main.rs +++ b/rs/ic_os/metrics/custom_metrics/src/main.rs @@ -1,9 +1,9 @@ use anyhow::{Context, Result}; use clap::Parser; -use prometheus::{Encoder, IntGaugeVec, Opts, Registry, TextEncoder}; - +use ic_os_metrics_utils::write_registry_to_file; +use prometheus::{IntGauge, Opts, Registry}; use std::fs::File; -use std::io::{self, BufRead, BufWriter, Write}; +use std::io::{self, BufRead}; use std::path::{Path, PathBuf}; const INTERRUPT_FILTER: &str = "TLB shootdowns"; @@ -50,31 +50,16 @@ pub fn main() -> Result<()> { let tlb_shootdowns = get_sum_tlb_shootdowns()?; let registry = Registry::new(); - let gauge = IntGaugeVec::new( - Opts::new(TLB_SHOOTDOWN_METRIC_NAME, TLB_SHOOTDOWN_METRIC_ANNOTATION), - &[], - ) + let gauge = IntGauge::with_opts(Opts::new( + TLB_SHOOTDOWN_METRIC_NAME, + TLB_SHOOTDOWN_METRIC_ANNOTATION, + )) .context("Failed to create gauge")?; + gauge.set(tlb_shootdowns); registry - .register(Box::new(gauge.clone())) + .register(Box::new(gauge)) .context("Failed to register gauge")?; - // Set the metric value - gauge.with_label_values::<&str>(&[]).set(tlb_shootdowns); - - // Write metrics to file - let mut file = BufWriter::new(File::create(&opts.metrics_filename).with_context(|| { - format!( - "Failed to create metrics file: {}", - opts.metrics_filename.display() - ) - })?); - TextEncoder::new() - .encode(®istry.gather(), &mut file) - .context("Failed to encode metrics")?; - - file.flush().context("Failed to flush metrics file")?; - - Ok(()) + write_registry_to_file(®istry, &opts.metrics_filename) } diff --git a/rs/ic_os/metrics/nft_exporter/BUILD.bazel b/rs/ic_os/metrics/nft_exporter/BUILD.bazel index fc38b015dc7e..68b6299a1ade 100644 --- a/rs/ic_os/metrics/nft_exporter/BUILD.bazel +++ b/rs/ic_os/metrics/nft_exporter/BUILD.bazel @@ -3,10 +3,13 @@ load("@rules_rust//rust:defs.bzl", "rust_binary") package(default_visibility = ["//rs:ic-os-pkg"]) DEPENDENCIES = [ + # Keep sorted. + "//rs/ic_os/metrics/utils:metrics_utils", "@crate_index//:anyhow", "@crate_index//:clap", - "@crate_index//:serde_json", + "@crate_index//:prometheus", "@crate_index//:serde", + "@crate_index//:serde_json", ] rust_binary( diff --git a/rs/ic_os/metrics/nft_exporter/Cargo.toml b/rs/ic_os/metrics/nft_exporter/Cargo.toml index 5c7c0caec746..f52d918389d3 100644 --- a/rs/ic_os/metrics/nft_exporter/Cargo.toml +++ b/rs/ic_os/metrics/nft_exporter/Cargo.toml @@ -6,5 +6,7 @@ edition.workspace = true [dependencies] anyhow = { workspace = true } clap = { workspace = true } +ic-os-metrics-utils = { path = "../utils" } +prometheus = { workspace = true } serde = { workspace = true } serde_json = "1.0" diff --git a/rs/ic_os/metrics/nft_exporter/src/main.rs b/rs/ic_os/metrics/nft_exporter/src/main.rs index 1652763b4fd1..a34528be81e5 100644 --- a/rs/ic_os/metrics/nft_exporter/src/main.rs +++ b/rs/ic_os/metrics/nft_exporter/src/main.rs @@ -1,9 +1,9 @@ use anyhow::{Context, Error}; use clap::Parser; +use ic_os_metrics_utils::write_registry_to_file; +use prometheus::{IntCounter, Registry}; use serde::{Deserialize, Serialize}; use serde_json::Value; -use std::fs::File; -use std::io::Write; use std::path::PathBuf; use std::process::Command; @@ -29,17 +29,6 @@ struct Counter { bytes: u32, } -impl Counter { - fn to_metric_str(&self) -> String { - format!( - "# HELP {} Total number of packets the corresponding rule has been applied to.\n\ - # TYPE {} counter\n\ - {} {:?}", - self.name, self.name, self.name, self.packets, - ) - } -} - fn get_nft_json_ruleset() -> Result { let mut cmd = Command::new("nft"); cmd.args(["--json", "list", "ruleset"]); @@ -73,25 +62,23 @@ fn get_counters(json_nft_ruleset: &Value) -> Result, Error> { fn main() -> Result<(), Error> { let cli = Cli::parse(); - // Get the current nft ruleset in JSON format let json_ruleset = get_nft_json_ruleset().context("Failed to get JSON ruleset")?; - - // Extract the counters from the JSON ruleset let counters = get_counters(&json_ruleset).context("Failed to get the counters")?; - // Turn the counters into prometheus metrics and write it to a file - let mut metrics = Vec::new(); - for counter in counters { - metrics.push(counter.to_metric_str()); + let registry = Registry::new(); + for counter in &counters { + let prom_counter = IntCounter::new( + &counter.name, + "Total number of packets the corresponding rule has been applied to.", + ) + .with_context(|| format!("Failed to create counter for '{}'", counter.name))?; + prom_counter.inc_by(counter.packets as u64); + registry + .register(Box::new(prom_counter)) + .with_context(|| format!("Failed to register counter for '{}'", counter.name))?; } - let mut metrics_str = metrics.join("\n"); - metrics_str.push('\n'); - - let mut file = File::create(cli.metrics_file)?; - file.write_all(metrics_str.as_bytes())?; - - Ok(()) + write_registry_to_file(®istry, &cli.metrics_file) } #[cfg(test)] diff --git a/rs/ic_os/metrics/utils/BUILD.bazel b/rs/ic_os/metrics/utils/BUILD.bazel new file mode 100644 index 000000000000..13f09fe2763c --- /dev/null +++ b/rs/ic_os/metrics/utils/BUILD.bazel @@ -0,0 +1,17 @@ +load("@rules_rust//rust:defs.bzl", "rust_library") + +package(default_visibility = ["//rs:ic-os-pkg"]) + +DEPENDENCIES = [ + # Keep sorted. + "//rs/sys", + "@crate_index//:anyhow", + "@crate_index//:prometheus", +] + +rust_library( + name = "metrics_utils", + srcs = glob(["src/**/*.rs"]), + crate_name = "ic_os_metrics_utils", + deps = DEPENDENCIES, +) diff --git a/rs/ic_os/metrics/utils/Cargo.toml b/rs/ic_os/metrics/utils/Cargo.toml new file mode 100644 index 000000000000..c9670cc93b76 --- /dev/null +++ b/rs/ic_os/metrics/utils/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "ic-os-metrics-utils" +version = "0.1.0" +edition.workspace = true + +[dependencies] +anyhow = { workspace = true } +ic-sys = { path = "../../../sys" } +prometheus = { workspace = true } diff --git a/rs/ic_os/metrics/utils/src/lib.rs b/rs/ic_os/metrics/utils/src/lib.rs new file mode 100644 index 000000000000..59819cb817a3 --- /dev/null +++ b/rs/ic_os/metrics/utils/src/lib.rs @@ -0,0 +1,18 @@ +use anyhow::{Context, Result}; +use ic_sys::fs::write_string_using_tmp_file; +use prometheus::{Encoder, Registry, TextEncoder}; +use std::path::Path; + +/// Encodes the given prometheus registry and atomically writes it to `path`. +/// +/// The write is atomic: the content is first written to a temporary file in +/// the same directory, then renamed into place, so a partially-written file +/// is never visible to concurrent readers. +pub fn write_registry_to_file(registry: &Registry, path: &Path) -> Result<()> { + let mut buf = Vec::new(); + TextEncoder::new() + .encode(®istry.gather(), &mut buf) + .context("Failed to encode metrics")?; + let content = String::from_utf8(buf).context("Metrics output is not valid UTF-8")?; + write_string_using_tmp_file(path, &content).context("Failed to write metrics to file") +} diff --git a/rs/ic_os/metrics/fstrim_tool/BUILD.bazel b/rs/ic_os/os_tools/fstrim_tool/BUILD.bazel similarity index 97% rename from rs/ic_os/metrics/fstrim_tool/BUILD.bazel rename to rs/ic_os/os_tools/fstrim_tool/BUILD.bazel index 5fcd09e5cdee..294b63098888 100644 --- a/rs/ic_os/metrics/fstrim_tool/BUILD.bazel +++ b/rs/ic_os/os_tools/fstrim_tool/BUILD.bazel @@ -7,6 +7,7 @@ DEPENDENCIES = [ "//rs/sys", "@crate_index//:anyhow", "@crate_index//:clap", + "@crate_index//:prometheus", ] DEV_DEPENDENCIES = [ @@ -33,7 +34,6 @@ rust_library( aliases = ALIASES, crate_name = "ic_fstrim_tool", proc_macro_deps = MACRO_DEPENDENCIES, - # TODO: is this really needed? visibility = ["//rs:system-tests-pkg"], deps = DEPENDENCIES, ) diff --git a/rs/ic_os/metrics/fstrim_tool/Cargo.toml b/rs/ic_os/os_tools/fstrim_tool/Cargo.toml similarity index 94% rename from rs/ic_os/metrics/fstrim_tool/Cargo.toml rename to rs/ic_os/os_tools/fstrim_tool/Cargo.toml index d33043519c9e..84ab1617770a 100644 --- a/rs/ic_os/metrics/fstrim_tool/Cargo.toml +++ b/rs/ic_os/os_tools/fstrim_tool/Cargo.toml @@ -11,6 +11,7 @@ path = "src/main.rs" anyhow = { workspace = true } clap = { workspace = true } ic-sys = { path = "../../../sys" } +prometheus = { workspace = true } [dev-dependencies] assert_cmd = { workspace = true } diff --git a/rs/ic_os/metrics/fstrim_tool/src/lib.rs b/rs/ic_os/os_tools/fstrim_tool/src/lib.rs similarity index 99% rename from rs/ic_os/metrics/fstrim_tool/src/lib.rs rename to rs/ic_os/os_tools/fstrim_tool/src/lib.rs index 1a4715d50ac9..8e0f9fbd203f 100644 --- a/rs/ic_os/metrics/fstrim_tool/src/lib.rs +++ b/rs/ic_os/os_tools/fstrim_tool/src/lib.rs @@ -57,7 +57,7 @@ fn parse_existing_metrics_from_file(metrics_filename: &str) -> Result Result<()> { let path = PathBuf::from(metrics_filename); - write_string_using_tmp_file(path, metrics.to_p8s_metrics_string().as_str()) + write_string_using_tmp_file(path, metrics.to_p8s_metrics_string()?.as_str()) .context("Failed to write metrics to file") } @@ -100,7 +100,7 @@ fn is_node_assigned() -> bool { Path::new("/var/lib/ic/data/cups/cup.types.v1.CatchUpPackage.pb").exists() } -pub fn fstrim_tool( +pub fn run( command: &str, metrics_filename: String, target: String, diff --git a/rs/ic_os/metrics/fstrim_tool/src/main.rs b/rs/ic_os/os_tools/fstrim_tool/src/main.rs similarity index 97% rename from rs/ic_os/metrics/fstrim_tool/src/main.rs rename to rs/ic_os/os_tools/fstrim_tool/src/main.rs index a8590f07aa68..17014c679136 100644 --- a/rs/ic_os/metrics/fstrim_tool/src/main.rs +++ b/rs/ic_os/os_tools/fstrim_tool/src/main.rs @@ -29,7 +29,7 @@ struct FsTrimArgs { pub fn main() -> Result<()> { let opts = FsTrimArgs::parse(); - ic_fstrim_tool::fstrim_tool( + ic_fstrim_tool::run( FSTRIM_COMMAND, opts.metrics_filename, opts.target, diff --git a/rs/ic_os/metrics/fstrim_tool/src/metrics/mod.rs b/rs/ic_os/os_tools/fstrim_tool/src/metrics/mod.rs similarity index 69% rename from rs/ic_os/metrics/fstrim_tool/src/metrics/mod.rs rename to rs/ic_os/os_tools/fstrim_tool/src/metrics/mod.rs index f2fab0ac4874..d169bfb9abf2 100644 --- a/rs/ic_os/metrics/fstrim_tool/src/metrics/mod.rs +++ b/rs/ic_os/os_tools/fstrim_tool/src/metrics/mod.rs @@ -1,4 +1,6 @@ use super::*; +use anyhow::Context; +use prometheus::{Counter, Encoder, Gauge, Registry, TextEncoder}; use std::io::Lines; #[cfg(test)] @@ -53,40 +55,72 @@ impl FsTrimMetrics { Ok(()) } - pub fn to_p8s_metrics_string(&self) -> String { - let fstrim_last_run_duration_milliseconds = to_go_f64(self.last_duration_milliseconds); - let fstrim_last_run_success = if self.last_run_success { "1" } else { "0" }; - let fstrim_runs_total = to_go_f64(self.total_runs); + pub fn to_p8s_metrics_string(&self) -> Result { + let registry = Registry::new(); - let fstrim_datadir_last_run_duration_milliseconds = - to_go_f64(self.last_duration_milliseconds_datadir); - let fstrim_datadir_last_run_success = if self.last_run_success_datadir { - "1" - } else { - "0" - }; - let fstrim_datadir_runs_total = to_go_f64(self.total_runs_datadir); - - format!( - "# HELP fstrim_last_run_duration_milliseconds Duration of last run of fstrim in milliseconds\n\ - # TYPE fstrim_last_run_duration_milliseconds gauge\n\ - fstrim_last_run_duration_milliseconds {fstrim_last_run_duration_milliseconds}\n\ - # HELP fstrim_last_run_success Success status of last run of fstrim (success: 1, failure: 0)\n\ - # TYPE fstrim_last_run_success gauge\n\ - fstrim_last_run_success {fstrim_last_run_success}\n\ - # HELP fstrim_runs_total Total number of runs of fstrim\n\ - # TYPE fstrim_runs_total counter\n\ - fstrim_runs_total {fstrim_runs_total}\n\ - # HELP fstrim_datadir_last_run_duration_milliseconds Duration of last run of fstrim on datadir in milliseconds\n\ - # TYPE fstrim_datadir_last_run_duration_milliseconds gauge\n\ - fstrim_datadir_last_run_duration_milliseconds {fstrim_datadir_last_run_duration_milliseconds}\n\ - # HELP fstrim_datadir_last_run_success Success status of last run of fstrim on datadir (success: 1, failure: 0)\n\ - # TYPE fstrim_datadir_last_run_success gauge\n\ - fstrim_datadir_last_run_success {fstrim_datadir_last_run_success}\n\ - # HELP fstrim_datadir_runs_total Total number of runs of fstrim on datadir\n\ - # TYPE fstrim_datadir_runs_total counter\n\ - fstrim_datadir_runs_total {fstrim_datadir_runs_total}\n" + let duration = Gauge::new( + METRICS_LAST_RUN_DURATION_MILLISECONDS, + "Duration of last run of fstrim in milliseconds", + ) + .context("failed to create duration gauge")?; + let success = Gauge::new( + METRICS_LAST_RUN_SUCCESS, + "Success status of last run of fstrim (success: 1, failure: 0)", + ) + .context("failed to create success gauge")?; + let runs = Counter::new(METRICS_RUNS_TOTAL, "Total number of runs of fstrim") + .context("failed to create runs counter")?; + let duration_datadir = Gauge::new( + METRICS_LAST_RUN_DURATION_MILLISECONDS_DATADIR, + "Duration of last run of fstrim on datadir in milliseconds", + ) + .context("failed to create datadir duration gauge")?; + let success_datadir = Gauge::new( + METRICS_LAST_RUN_SUCCESS_DATADIR, + "Success status of last run of fstrim on datadir (success: 1, failure: 0)", + ) + .context("failed to create datadir success gauge")?; + let runs_datadir = Counter::new( + METRICS_RUNS_TOTAL_DATADIR, + "Total number of runs of fstrim on datadir", ) + .context("failed to create datadir runs counter")?; + + duration.set(self.last_duration_milliseconds); + success.set(if self.last_run_success { 1.0 } else { 0.0 }); + runs.inc_by(self.total_runs); + duration_datadir.set(self.last_duration_milliseconds_datadir); + success_datadir.set(if self.last_run_success_datadir { + 1.0 + } else { + 0.0 + }); + runs_datadir.inc_by(self.total_runs_datadir); + + registry + .register(Box::new(duration)) + .context("failed to register duration gauge")?; + registry + .register(Box::new(success)) + .context("failed to register success gauge")?; + registry + .register(Box::new(runs)) + .context("failed to register runs counter")?; + registry + .register(Box::new(duration_datadir)) + .context("failed to register datadir duration gauge")?; + registry + .register(Box::new(success_datadir)) + .context("failed to register datadir success gauge")?; + registry + .register(Box::new(runs_datadir)) + .context("failed to register datadir runs counter")?; + + let mut buf = Vec::new(); + TextEncoder::new() + .encode(®istry.gather(), &mut buf) + .context("failed to encode metrics")?; + String::from_utf8(buf).context("metrics output is not valid UTF-8") } fn are_valid(&self) -> bool { @@ -97,20 +131,6 @@ impl FsTrimMetrics { } } -fn to_go_f64(value: f64) -> String { - if value.is_nan() { - "NaN".to_string() - } else if value.is_infinite() { - if value.is_sign_positive() { - "+Inf".to_string() - } else { - "-Inf".to_string() - } - } else { - value.to_string() - } -} - fn is_f64_finite_and_0_or_larger(value: f64) -> bool { value.is_finite() && value.is_sign_positive() && value >= 0f64 } diff --git a/rs/ic_os/metrics/fstrim_tool/src/metrics/tests.rs b/rs/ic_os/os_tools/fstrim_tool/src/metrics/tests.rs similarity index 96% rename from rs/ic_os/metrics/fstrim_tool/src/metrics/tests.rs rename to rs/ic_os/os_tools/fstrim_tool/src/metrics/tests.rs index 26818b61753a..6845df668cc7 100644 --- a/rs/ic_os/metrics/fstrim_tool/src/metrics/tests.rs +++ b/rs/ic_os/os_tools/fstrim_tool/src/metrics/tests.rs @@ -177,7 +177,9 @@ fn update_metrics() { .expect("should update metrics successfully"); assert_eq!(expected_metrics, updated_metrics); - let exported_metrics_string = updated_metrics.to_p8s_metrics_string(); + let exported_metrics_string = updated_metrics + .to_p8s_metrics_string() + .expect("should serialize metrics successfully"); let buf_reader = BufReader::new(exported_metrics_string.as_bytes()); let reimported_updated_metrics = FsTrimMetrics::try_from(buf_reader.lines()) .expect("should reimport metrics successfully"); @@ -287,17 +289,11 @@ fn format_metrics_output() { total_runs_datadir: 4.0, }; - let metrics_str = metrics.to_p8s_metrics_string(); + let metrics_str = metrics + .to_p8s_metrics_string() + .expect("should serialize metrics successfully"); + // prometheus sorts metric families alphabetically, so datadir_* precedes last_* precedes runs_* let expected_str = "\ -# HELP fstrim_last_run_duration_milliseconds Duration of last run of fstrim in milliseconds -# TYPE fstrim_last_run_duration_milliseconds gauge -fstrim_last_run_duration_milliseconds 123.45 -# HELP fstrim_last_run_success Success status of last run of fstrim (success: 1, failure: 0) -# TYPE fstrim_last_run_success gauge -fstrim_last_run_success 1 -# HELP fstrim_runs_total Total number of runs of fstrim -# TYPE fstrim_runs_total counter -fstrim_runs_total 6 # HELP fstrim_datadir_last_run_duration_milliseconds Duration of last run of fstrim on datadir in milliseconds # TYPE fstrim_datadir_last_run_duration_milliseconds gauge fstrim_datadir_last_run_duration_milliseconds 678.9 @@ -307,6 +303,15 @@ fstrim_datadir_last_run_success 0 # HELP fstrim_datadir_runs_total Total number of runs of fstrim on datadir # TYPE fstrim_datadir_runs_total counter fstrim_datadir_runs_total 4 +# HELP fstrim_last_run_duration_milliseconds Duration of last run of fstrim in milliseconds +# TYPE fstrim_last_run_duration_milliseconds gauge +fstrim_last_run_duration_milliseconds 123.45 +# HELP fstrim_last_run_success Success status of last run of fstrim (success: 1, failure: 0) +# TYPE fstrim_last_run_success gauge +fstrim_last_run_success 1 +# HELP fstrim_runs_total Total number of runs of fstrim +# TYPE fstrim_runs_total counter +fstrim_runs_total 6 "; assert_eq!(metrics_str, expected_str); diff --git a/rs/ic_os/metrics/fstrim_tool/src/tests.rs b/rs/ic_os/os_tools/fstrim_tool/src/tests.rs similarity index 99% rename from rs/ic_os/metrics/fstrim_tool/src/tests.rs rename to rs/ic_os/os_tools/fstrim_tool/src/tests.rs index 6b17e1187f5b..19cf7a948325 100644 --- a/rs/ic_os/metrics/fstrim_tool/src/tests.rs +++ b/rs/ic_os/os_tools/fstrim_tool/src/tests.rs @@ -283,7 +283,7 @@ fn command_fails_but_writes_metrics() { // This should fail to run the command, but still write updated metrics assert_matches!( - fstrim_tool( + run( "/non/existent/command", metrics_file .to_str() @@ -324,7 +324,7 @@ fn fails_if_command_cannot_be_run() { let metrics_file = tmp_dir.path().join("fstrim.prom"); assert_matches!( - fstrim_tool( + run( "/non/existent/command", metrics_file .to_str() @@ -354,7 +354,7 @@ fn init_flag() { let metrics_file = tmp_dir.path().join("fstrim.prom"); assert!( - fstrim_tool( + run( "/non/existent/command", metrics_file .to_str() @@ -390,7 +390,7 @@ fn init_flag_does_not_overwrite_existing_metrics() { let metrics_file = tmp_dir.path().join("fstrim.prom"); assert!( - fstrim_tool( + run( "true", metrics_file .to_str() @@ -412,7 +412,7 @@ fn init_flag_does_not_overwrite_existing_metrics() { ); assert!( - fstrim_tool( + run( "true", metrics_file .to_str() @@ -444,7 +444,7 @@ fn should_fail_if_metrics_file_cannot_be_written() { let tmp_dir2 = tempdir().expect("temp dir creation should succeed"); assert_matches!( - fstrim_tool( + run( "true", metrics_file .to_str() @@ -477,7 +477,7 @@ fn should_fail_if_target_is_not_a_directory() { let expected_error = format!("Target {} is not a directory", target.to_str().unwrap()); assert_matches!( - fstrim_tool( + run( "true", metrics_file .to_str() diff --git a/rs/ic_os/metrics/fstrim_tool/tests/integration_tests.rs b/rs/ic_os/os_tools/fstrim_tool/tests/integration_tests.rs similarity index 85% rename from rs/ic_os/metrics/fstrim_tool/tests/integration_tests.rs rename to rs/ic_os/os_tools/fstrim_tool/tests/integration_tests.rs index 102acf83e9bb..a7749ff91f2f 100644 --- a/rs/ic_os/metrics/fstrim_tool/tests/integration_tests.rs +++ b/rs/ic_os/os_tools/fstrim_tool/tests/integration_tests.rs @@ -9,7 +9,7 @@ fn new_fstrim_tool_command() -> Command { // When in Cargo environment. Ok(cmd) => cmd, // When in Bazel environment - Err(_) => Command::new("rs/ic_os/metrics/fstrim_tool/fstrim_tool_bin"), + Err(_) => Command::new("rs/ic_os/os_tools/fstrim_tool/fstrim_tool_bin"), } } @@ -53,16 +53,8 @@ fn initialize_metrics() { .success(); let actual = read_to_string(&metrics_file).expect("reading metrics file should succeed"); - let expected = r#"# HELP fstrim_last_run_duration_milliseconds Duration of last run of fstrim in milliseconds -# TYPE fstrim_last_run_duration_milliseconds gauge -fstrim_last_run_duration_milliseconds 0 -# HELP fstrim_last_run_success Success status of last run of fstrim (success: 1, failure: 0) -# TYPE fstrim_last_run_success gauge -fstrim_last_run_success 1 -# HELP fstrim_runs_total Total number of runs of fstrim -# TYPE fstrim_runs_total counter -fstrim_runs_total 0 -# HELP fstrim_datadir_last_run_duration_milliseconds Duration of last run of fstrim on datadir in milliseconds + // prometheus sorts metric families alphabetically: datadir_* < last_* < runs_* + let expected = r#"# HELP fstrim_datadir_last_run_duration_milliseconds Duration of last run of fstrim on datadir in milliseconds # TYPE fstrim_datadir_last_run_duration_milliseconds gauge fstrim_datadir_last_run_duration_milliseconds 0 # HELP fstrim_datadir_last_run_success Success status of last run of fstrim on datadir (success: 1, failure: 0) @@ -71,6 +63,15 @@ fstrim_datadir_last_run_success 1 # HELP fstrim_datadir_runs_total Total number of runs of fstrim on datadir # TYPE fstrim_datadir_runs_total counter fstrim_datadir_runs_total 0 +# HELP fstrim_last_run_duration_milliseconds Duration of last run of fstrim in milliseconds +# TYPE fstrim_last_run_duration_milliseconds gauge +fstrim_last_run_duration_milliseconds 0 +# HELP fstrim_last_run_success Success status of last run of fstrim (success: 1, failure: 0) +# TYPE fstrim_last_run_success gauge +fstrim_last_run_success 1 +# HELP fstrim_runs_total Total number of runs of fstrim +# TYPE fstrim_runs_total counter +fstrim_runs_total 0 "#; assert_eq!(actual, expected); } @@ -95,17 +96,9 @@ fn should_fail_but_write_metrics_if_target_not_a_directory() { .failure(); let actual = read_to_string(&metrics_file).expect("reading metrics file should succeed"); - // The command fails, so success=0, runs=1. Datadir not updated => datadir success=1, runs=0 - let expected = r#"# HELP fstrim_last_run_duration_milliseconds Duration of last run of fstrim in milliseconds -# TYPE fstrim_last_run_duration_milliseconds gauge -fstrim_last_run_duration_milliseconds 0 -# HELP fstrim_last_run_success Success status of last run of fstrim (success: 1, failure: 0) -# TYPE fstrim_last_run_success gauge -fstrim_last_run_success 0 -# HELP fstrim_runs_total Total number of runs of fstrim -# TYPE fstrim_runs_total counter -fstrim_runs_total 1 -# HELP fstrim_datadir_last_run_duration_milliseconds Duration of last run of fstrim on datadir in milliseconds + // The command fails, so success=0, runs=1. Datadir not updated => datadir success=1, runs=0. + // prometheus sorts metric families alphabetically: datadir_* < last_* < runs_* + let expected = r#"# HELP fstrim_datadir_last_run_duration_milliseconds Duration of last run of fstrim on datadir in milliseconds # TYPE fstrim_datadir_last_run_duration_milliseconds gauge fstrim_datadir_last_run_duration_milliseconds 0 # HELP fstrim_datadir_last_run_success Success status of last run of fstrim on datadir (success: 1, failure: 0) @@ -114,6 +107,15 @@ fstrim_datadir_last_run_success 1 # HELP fstrim_datadir_runs_total Total number of runs of fstrim on datadir # TYPE fstrim_datadir_runs_total counter fstrim_datadir_runs_total 0 +# HELP fstrim_last_run_duration_milliseconds Duration of last run of fstrim in milliseconds +# TYPE fstrim_last_run_duration_milliseconds gauge +fstrim_last_run_duration_milliseconds 0 +# HELP fstrim_last_run_success Success status of last run of fstrim (success: 1, failure: 0) +# TYPE fstrim_last_run_success gauge +fstrim_last_run_success 0 +# HELP fstrim_runs_total Total number of runs of fstrim +# TYPE fstrim_runs_total counter +fstrim_runs_total 1 "#; assert_eq!(actual, expected); @@ -146,17 +148,9 @@ fn should_fail_but_writes_metrics_when_discard_not_supported() { let actual_raw = read_to_string(&metrics_file).expect("reading metrics file should succeed"); let actual = normalize_duration_line(&actual_raw); - // The tool fails => success=0, runs=1. Datadir not updated => success=1, runs=0 - let expected_raw = r#"# HELP fstrim_last_run_duration_milliseconds Duration of last run of fstrim in milliseconds -# TYPE fstrim_last_run_duration_milliseconds gauge -fstrim_last_run_duration_milliseconds 2 -# HELP fstrim_last_run_success Success status of last run of fstrim (success: 1, failure: 0) -# TYPE fstrim_last_run_success gauge -fstrim_last_run_success 0 -# HELP fstrim_runs_total Total number of runs of fstrim -# TYPE fstrim_runs_total counter -fstrim_runs_total 1 -# HELP fstrim_datadir_last_run_duration_milliseconds Duration of last run of fstrim on datadir in milliseconds + // The tool fails => success=0, runs=1. Datadir not updated => success=1, runs=0. + // prometheus sorts metric families alphabetically: datadir_* < last_* < runs_* + let expected_raw = r#"# HELP fstrim_datadir_last_run_duration_milliseconds Duration of last run of fstrim on datadir in milliseconds # TYPE fstrim_datadir_last_run_duration_milliseconds gauge fstrim_datadir_last_run_duration_milliseconds 0 # HELP fstrim_datadir_last_run_success Success status of last run of fstrim on datadir (success: 1, failure: 0) @@ -165,6 +159,15 @@ fstrim_datadir_last_run_success 1 # HELP fstrim_datadir_runs_total Total number of runs of fstrim on datadir # TYPE fstrim_datadir_runs_total counter fstrim_datadir_runs_total 0 +# HELP fstrim_last_run_duration_milliseconds Duration of last run of fstrim in milliseconds +# TYPE fstrim_last_run_duration_milliseconds gauge +fstrim_last_run_duration_milliseconds 2 +# HELP fstrim_last_run_success Success status of last run of fstrim (success: 1, failure: 0) +# TYPE fstrim_last_run_success gauge +fstrim_last_run_success 0 +# HELP fstrim_runs_total Total number of runs of fstrim +# TYPE fstrim_runs_total counter +fstrim_runs_total 1 "#; let expected = normalize_duration_line(expected_raw); diff --git a/rs/ic_os/os_tools/guest_vm_runner/BUILD.bazel b/rs/ic_os/os_tools/guest_vm_runner/BUILD.bazel index fde09577074c..86bf8f2f25d9 100644 --- a/rs/ic_os/os_tools/guest_vm_runner/BUILD.bazel +++ b/rs/ic_os/os_tools/guest_vm_runner/BUILD.bazel @@ -8,6 +8,7 @@ DEPENDENCIES = [ "//rs/ic_os/command_runner", "//rs/ic_os/config/types:config_types", "//rs/ic_os/device", + "//rs/ic_os/metrics/utils:metrics_utils", "//rs/ic_os/networking/deterministic_ips", "//rs/ic_os/sev/host", "@crate_index//:anyhow", diff --git a/rs/ic_os/os_tools/guest_vm_runner/Cargo.toml b/rs/ic_os/os_tools/guest_vm_runner/Cargo.toml index 44879eaab0f3..1f2f4184915e 100644 --- a/rs/ic_os/os_tools/guest_vm_runner/Cargo.toml +++ b/rs/ic_os/os_tools/guest_vm_runner/Cargo.toml @@ -16,6 +16,7 @@ grub = { path = "../../boot/grub" } sev_host = { path = "../../sev/host" } anyhow = { workspace = true } +ic-os-metrics-utils = { path = "../../metrics/utils" } arc-swap = { workspace = true } askama = { workspace = true } clap = { workspace = true } diff --git a/rs/ic_os/os_tools/guest_vm_runner/src/metrics.rs b/rs/ic_os/os_tools/guest_vm_runner/src/metrics.rs index 9669770068cd..45929251f7ed 100644 --- a/rs/ic_os/os_tools/guest_vm_runner/src/metrics.rs +++ b/rs/ic_os/os_tools/guest_vm_runner/src/metrics.rs @@ -1,8 +1,7 @@ use crate::GuestVMType; use anyhow::{Context, Result}; -use prometheus::{Encoder, IntGaugeVec, Opts, Registry, TextEncoder}; -use std::fs::File; -use std::io::{BufWriter, Write}; +use ic_os_metrics_utils::write_registry_to_file; +use prometheus::{IntGaugeVec, Opts, Registry}; use std::path::PathBuf; /// Metrics for the guest VM runner service @@ -57,32 +56,13 @@ impl GuestVmMetrics { }) } - /// Writes all metrics to the metrics file - fn write_to_file(&self) -> Result<()> { - let mut file = - BufWriter::new(File::create(&self.metrics_file_path).with_context(|| { - format!( - "Failed to create metrics file: {}", - self.metrics_file_path.display() - ) - })?); - - TextEncoder::new() - .encode(&self.registry.gather(), &mut file) - .context("Failed to encode metrics")?; - - file.flush().context("Failed to flush metrics file")?; - - Ok(()) - } - /// Sets the service start metric pub fn set_service_start(&self, vm_type: GuestVMType, success: bool) { self.service_start .with_label_values(&[vm_type.as_ref()]) .set(if success { 1 } else { 0 }); - if let Err(e) = self.write_to_file() { + if let Err(e) = write_registry_to_file(&self.registry, &self.metrics_file_path) { eprintln!("Failed to write metrics to file: {e}"); } } @@ -93,7 +73,7 @@ impl GuestVmMetrics { .with_label_values(&[vm_type.as_ref()]) .set(if enabled { 1 } else { 0 }); - if let Err(e) = self.write_to_file() { + if let Err(e) = write_registry_to_file(&self.registry, &self.metrics_file_path) { eprintln!("Failed to write metrics to file: {e}"); } } diff --git a/rs/ic_os/os_tools/hostos_tool/BUILD.bazel b/rs/ic_os/os_tools/hostos_tool/BUILD.bazel index 8ac0bd74e158..4d51ac34cbd4 100644 --- a/rs/ic_os/os_tools/hostos_tool/BUILD.bazel +++ b/rs/ic_os/os_tools/hostos_tool/BUILD.bazel @@ -8,13 +8,14 @@ DEPENDENCIES = [ "//rs/ic_os/command_runner", "//rs/ic_os/config/types:config_types", "//rs/ic_os/device", + "//rs/ic_os/metrics/utils:metrics_utils", "//rs/ic_os/networking/deterministic_ips", "//rs/ic_os/networking/network", "//rs/ic_os/os_tools/manual_guestos_recovery", "//rs/ic_os/utils", "@crate_index//:anyhow", "@crate_index//:clap", - "@crate_index//:itertools", + "@crate_index//:prometheus", "@crate_index//:regex", "@crate_index//:uuid", ] diff --git a/rs/ic_os/os_tools/hostos_tool/Cargo.toml b/rs/ic_os/os_tools/hostos_tool/Cargo.toml index c4061ea899bd..7095b4515d9c 100644 --- a/rs/ic_os/os_tools/hostos_tool/Cargo.toml +++ b/rs/ic_os/os_tools/hostos_tool/Cargo.toml @@ -11,14 +11,15 @@ path = "src/main.rs" anyhow = { workspace = true } clap = { workspace = true } command_runner = { path = "../../command_runner" } +ic-os-metrics-utils = { path = "../../metrics/utils" } config_tool = { path = "../../config/tool" } config_types = { path = "../../config/types" } deterministic_ips = { path = "../../networking/deterministic_ips" } manual_guestos_recovery = { path = "../manual_guestos_recovery" } grub = { path = "../../boot/grub" } ic_device = { path = "../../device" } -itertools = { workspace = true } network = { path = "../../networking/network" } +prometheus = { workspace = true } regex = { workspace = true } utils = { path = "../../utils" } uuid = { workspace = true } diff --git a/rs/ic_os/os_tools/hostos_tool/src/main.rs b/rs/ic_os/os_tools/hostos_tool/src/main.rs index 99955a5a179a..97122a321fbf 100644 --- a/rs/ic_os/os_tools/hostos_tool/src/main.rs +++ b/rs/ic_os/os_tools/hostos_tool/src/main.rs @@ -14,11 +14,10 @@ use utils::to_cidr; mod guestos_alternative; use guestos_alternative::{show_guestos_alternative, swap_guestos_alternative}; -mod node_gen; -use node_gen::get_node_gen_metric; +use ic_os_metrics_utils::write_registry_to_file; -mod prometheus_metric; -use prometheus_metric::write_single_metric; +mod node_gen; +use node_gen::get_node_gen_registry; #[derive(Subcommand)] pub enum Commands { @@ -82,7 +81,7 @@ pub fn main() -> Result<()> { match opts.command { Some(Commands::SetHardwareGenMetric { output_path }) => { - write_single_metric(&get_node_gen_metric(), Path::new(&output_path)) + write_registry_to_file(&get_node_gen_registry(), Path::new(&output_path)) } Some(Commands::GenerateNetworkConfig { output_directory }) => { let hostos_config: HostOSConfig = deserialize_config(&opts.hostos_config_object_path)?; diff --git a/rs/ic_os/os_tools/hostos_tool/src/node_gen.rs b/rs/ic_os/os_tools/hostos_tool/src/node_gen.rs index 2d8409809810..88223ead3d2c 100644 --- a/rs/ic_os/os_tools/hostos_tool/src/node_gen.rs +++ b/rs/ic_os/os_tools/hostos_tool/src/node_gen.rs @@ -1,10 +1,9 @@ use anyhow::{Context, Result, anyhow}; +use prometheus::{GaugeVec, Opts, Registry}; use regex::Regex; use std::fmt; use std::fs; -use crate::prometheus_metric::{LabelPair, MetricType, PrometheusMetric}; - #[derive(Eq, PartialEq, Debug)] pub enum HardwareGen { Gen1, @@ -64,14 +63,18 @@ fn get_node_gen() -> Result { parse_hardware_gen(&cpu_model_line) } -/// Gather CPU info and return CPU metric +/// Gathers CPU info and returns a prometheus registry containing the hardware +/// generation gauge. +/// /// Sample output: -/// """ +/// ```text /// # HELP node_hardware_generation Generation of Node Hardware /// # TYPE node_hardware_generation gauge -/// node_hardware_generation{gen="Gen1"} 0 -/// """ -pub fn get_node_gen_metric() -> PrometheusMetric { +/// node_hardware_generation{gen="Gen1"} 1 +/// ``` +pub fn get_node_gen_registry() -> Registry { + let registry = Registry::new(); + let node_gen = match get_node_gen() { Ok(node_gen) => node_gen, Err(e) => { @@ -88,17 +91,17 @@ pub fn get_node_gen_metric() -> PrometheusMetric { _ => 1.0, }; - PrometheusMetric { - name: "node_hardware_generation".into(), - help: "Generation of Node Hardware".into(), - metric_type: MetricType::Gauge, - labels: [LabelPair { - label: "gen".into(), - value: gen_string.clone(), - }] - .to_vec(), - value: metric_value, - } + let gauge = GaugeVec::new( + Opts::new("node_hardware_generation", "Generation of Node Hardware"), + &["gen"], + ) + .expect("failed to create gauge"); + gauge.with_label_values(&[&gen_string]).set(metric_value); + registry + .register(Box::new(gauge)) + .expect("failed to register gauge"); + + registry } #[cfg(test)] diff --git a/rs/ic_os/os_tools/hostos_tool/src/prometheus_metric.rs b/rs/ic_os/os_tools/hostos_tool/src/prometheus_metric.rs deleted file mode 100644 index e2955fe7da9b..000000000000 --- a/rs/ic_os/os_tools/hostos_tool/src/prometheus_metric.rs +++ /dev/null @@ -1,157 +0,0 @@ -use anyhow::{Context, Error}; -use itertools::join; -use std::fmt; -use std::fs; -use std::path::Path; -use std::vec::Vec; - -/// Types and utils for writing prometheus metrics to textfile collector -/// Unused for now: -/// const DEFAULT_TEXTFILE_COLLECTOR_DIR: &str = "/run/node_exporter/collector_textfile/"; -#[allow(dead_code)] -pub enum MetricType { - Counter, - Gauge, - Histogram, - Summary, - Untyped, -} - -impl fmt::Display for MetricType { - fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { - use MetricType::*; - let s = match self { - Counter => "counter", - Gauge => "gauge", - Histogram => "histogram", - Summary => "summary", - Untyped => "untyped", - }; - write!(f, "{s}") - } -} - -#[derive(Clone)] -pub struct LabelPair { - pub label: String, - pub value: String, -} - -impl fmt::Display for LabelPair { - fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { - write!(f, "{}=\"{}\"", self.label, self.value) - } -} - -/// Metric containing enough info to meet the textfile_collector format -/// https://prometheus.io/docs/instrumenting/exposition_formats/ -pub struct PrometheusMetric { - pub name: String, - pub help: String, - pub metric_type: MetricType, - pub labels: Vec, - pub value: f32, -} - -impl fmt::Display for PrometheusMetric { - fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { - match self.labels.len() { - 0 => write!( - f, - "# HELP {} {}\n\ - # TYPE {} {}\n\ - {} {}\n", - self.name, self.help, self.name, self.metric_type, self.name, self.value - ), - _ => { - let labels_joined = format!("{{{}}}", join(&self.labels, ", ")); - write!( - f, - "# HELP {} {}\n\ - # TYPE {} {}\n\ - {}{} {}\n", - self.name, - self.help, - self.name, - self.metric_type, - self.name, - labels_joined, - self.value - ) - } - } - } -} - -pub fn write_single_metric(metric: &PrometheusMetric, output_path: &Path) -> Result<(), Error> { - fs::write(output_path, metric.to_string()) - .with_context(|| format!("Error writing to path: {}\n", output_path.display())) -} - -// TODO -- pub fn write_metrics(Vec, output_path: &Path) -> Result<()> - -#[cfg(test)] -pub mod tests { - use super::*; - #[test] - fn test_metric_formatting() { - let metric_with_labels = PrometheusMetric { - name: "foos_per_second".into(), - help: "Foos Per Second".into(), - metric_type: MetricType::Gauge, - labels: [ - LabelPair { - label: "first_label".into(), - value: "first_value".into(), - }, - LabelPair { - label: "second_label".into(), - value: "second_value".into(), - }, - ] - .to_vec(), - value: 42.0, - }; - - assert_eq!( - metric_with_labels.to_string(), - "# HELP foos_per_second Foos Per Second\n\ - # TYPE foos_per_second gauge\n\ - foos_per_second{first_label=\"first_value\", second_label=\"second_value\"} 42\n" - ); - - let metric_one_label = PrometheusMetric { - name: "foos_per_second".into(), - help: "Foos Per Second".into(), - metric_type: MetricType::Gauge, - labels: [LabelPair { - label: "bar".into(), - value: "baz".into(), - }] - .to_vec(), - value: 42.0, - }; - - assert_eq!( - metric_one_label.to_string(), - "# HELP foos_per_second Foos Per Second\n\ - # TYPE foos_per_second gauge\n\ - foos_per_second{bar=\"baz\"} 42\n" - ); - - let metric_no_labels = PrometheusMetric { - name: "foos_per_second".into(), - help: "Foos Per Second".into(), - metric_type: MetricType::Gauge, - labels: [].to_vec(), - value: 42.0, - }; - - assert_eq!( - metric_no_labels.to_string(), - "# HELP foos_per_second Foos Per Second\n\ - # TYPE foos_per_second gauge\n\ - foos_per_second 42\n" - ) - } -} diff --git a/rs/ic_os/release/BUILD.bazel b/rs/ic_os/release/BUILD.bazel index 9c59c4d544e7..27a70f3f07f0 100644 --- a/rs/ic_os/release/BUILD.bazel +++ b/rs/ic_os/release/BUILD.bazel @@ -3,7 +3,7 @@ load("//publish:defs.bzl", "release_strip_binary") package(default_visibility = ["//rs:ic-os-pkg"]) OBJECTS = { - "fstrim_tool": "//rs/ic_os/metrics/fstrim_tool:fstrim_tool_bin", + "fstrim_tool": "//rs/ic_os/os_tools/fstrim_tool:fstrim_tool_bin", "guestos_tool": "//rs/ic_os/os_tools/guestos_tool:guestos_tool", "guest_vm_runner": "//rs/ic_os/os_tools/guest_vm_runner", "guest_vm_runner_dev": "//rs/ic_os/os_tools/guest_vm_runner:guest_vm_runner_dev", @@ -17,7 +17,7 @@ OBJECTS = { "vsock_host": "//rs/ic_os/vsock/host:vsock_host", "metrics-proxy": "@crate_index//:metrics-proxy__metrics-proxy", "nss_icos": "//rs/ic_os/networking/nss_icos", - "metrics_tool": "//rs/ic_os/metrics/metrics_tool:metrics_tool_bin", + "custom_metrics": "//rs/ic_os/metrics/custom_metrics:custom_metrics_bin", } [release_strip_binary( diff --git a/rs/tests/crypto/BUILD.bazel b/rs/tests/crypto/BUILD.bazel index 1ccd84eb3d9f..e17f1ef4e484 100644 --- a/rs/tests/crypto/BUILD.bazel +++ b/rs/tests/crypto/BUILD.bazel @@ -12,7 +12,7 @@ DEPENDENCIES = [ "//rs/crypto/sha2", "//rs/crypto/test_utils", "//rs/crypto/test_utils/reproducible_rng", - "//rs/ic_os/metrics/fstrim_tool", + "//rs/ic_os/os_tools/fstrim_tool", "//rs/registry/subnet_type", "//rs/tests/consensus/utils", "//rs/tests/driver:ic-system-test-driver", diff --git a/rs/tests/crypto/Cargo.toml b/rs/tests/crypto/Cargo.toml index bf67640a1a19..e11813958088 100644 --- a/rs/tests/crypto/Cargo.toml +++ b/rs/tests/crypto/Cargo.toml @@ -18,7 +18,7 @@ ic-crypto-internal-basic-sig-der-utils = { path = "../../crypto/internal/crypto_ ic-crypto-internal-bls12-381-type = { path = "../../crypto/internal/crypto_lib/bls12_381/type" } ic-crypto-test-utils = { path = "../../crypto/test_utils" } ic-crypto-test-utils-reproducible-rng = { path = "../../crypto/test_utils/reproducible_rng" } -ic-fstrim-tool = { path = "../../ic_os/metrics/fstrim_tool" } +ic-fstrim-tool = { path = "../../ic_os/os_tools/fstrim_tool" } ic-registry-subnet-type = { path = "../../registry/subnet_type" } ic-system-test-driver = { path = "../driver" } ic-types = { path = "../../types/types" } diff --git a/rs/tests/crypto/ic_crypto_fstrim_tool_test.rs b/rs/tests/crypto/ic_crypto_fstrim_tool_test.rs index a084fa7d5ef6..191854d48605 100644 --- a/rs/tests/crypto/ic_crypto_fstrim_tool_test.rs +++ b/rs/tests/crypto/ic_crypto_fstrim_tool_test.rs @@ -9,9 +9,9 @@ Runbook:: . Set up a subnet with a single node . Wait for the node to start up correctly and be healthy. . Verify that the `fstrim.prom` file exists and contains the initial metrics. -. Attempt to run the systemd service `setup-fstrim-metrics` to initialize the metrics to be served +. Attempt to run the systemd service `setup-fstrim-tool` to initialize the metrics to be served by the `node_exporter`. -. Verify that the `setup-fstrim-metrics` service invocation succeeded, and that the metrics are +. Verify that the `setup-fstrim-tool` service invocation succeeded, and that the metrics are still in the initialized state. . Attempt to run the systemd service `fstrim_tool` to run `fstrim` and update the metrics. . Verify that the `fstrim_tool` service invocation succeeded and that the metrics were updated @@ -74,7 +74,7 @@ pub fn ic_crypto_fstrim_tool_test(env: TestEnv) { info!(logger, "initial fstrim metrics: {:?}", initial_metrics); assert_metrics_are_initialized(&initial_metrics); - initialize_fstrim_tool_metrics(&node, &logger); + initialize_fstrim_tool(&node, &logger); let reinitialized_metrics = retrieve_fstrim_metrics(&node, &logger); assert_metrics_are_initialized(&reinitialized_metrics); @@ -120,33 +120,32 @@ fn retrieve_fstrim_metrics(node: &IcNodeSnapshot, logger: &Logger) -> FsTrimMetr .expect("unable to parse fstrim metrics") } -fn initialize_fstrim_tool_metrics(node: &IcNodeSnapshot, logger: &Logger) { - const INITIALIZE_FSTRIM_TOOL_METRICS_CMD: &str = - "sudo systemctl start setup-fstrim-metrics.service"; +fn initialize_fstrim_tool(node: &IcNodeSnapshot, logger: &Logger) { + const INITIALIZE_FSTRIM_TOOL_CMD: &str = "sudo systemctl start setup-fstrim-tool.service"; info!( logger, - "initializing fstrim_tool metrics using command: {}", INITIALIZE_FSTRIM_TOOL_METRICS_CMD + "initializing fstrim tool using command: {}", INITIALIZE_FSTRIM_TOOL_CMD ); - let fstrim_metrics_output = node - .block_on_bash_script(INITIALIZE_FSTRIM_TOOL_METRICS_CMD) - .expect("unable to initialize fstrim_tool metrics using SSH") + let output = node + .block_on_bash_script(INITIALIZE_FSTRIM_TOOL_CMD) + .expect("unable to initialize fstrim tool using SSH") .trim() .to_string(); - assert_eq!(fstrim_metrics_output, ""); + assert_eq!(output, ""); } fn run_fstrim_tool(node: &IcNodeSnapshot, logger: &Logger) { const RUN_FSTRIM_TOOL_CMD: &str = "sudo systemctl start fstrim_tool.service"; info!( logger, - "running fstrim_tool using command: {}", RUN_FSTRIM_TOOL_CMD + "running fstrim tool using command: {}", RUN_FSTRIM_TOOL_CMD ); - let fstrim_metrics_output = node + let output = node .block_on_bash_script(RUN_FSTRIM_TOOL_CMD) - .expect("unable to run fstrim_tool using SSH") + .expect("unable to run fstrim tool using SSH") .trim() .to_string(); - assert_eq!(fstrim_metrics_output, ""); + assert_eq!(output, ""); } fn assert_metrics_are_initialized(metrics: &FsTrimMetrics) {