difftreelog
build update dependencies
in: trunk
4 files changed
Cargo.lockdiffbeforeafterboth131314[[package]]14[[package]]15name = "addr2line"15name = "addr2line"16version = "0.24.2"16version = "0.25.1"17source = "registry+https://github.com/rust-lang/crates.io-index"17source = "registry+https://github.com/rust-lang/crates.io-index"18checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"18checksum = "1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b"19dependencies = [19dependencies = [20 "gimli",20 "gimli",21]21]125 "memchr",125 "memchr",126]126]127128[[package]]129name = "android-tzdata"130version = "0.1.1"131source = "registry+https://github.com/rust-lang/crates.io-index"132checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"133127134[[package]]128[[package]]135name = "android_system_properties"129name = "android_system_properties"142136143[[package]]137[[package]]144name = "anstream"138name = "anstream"145version = "0.6.20"139version = "0.6.21"146source = "registry+https://github.com/rust-lang/crates.io-index"140source = "registry+https://github.com/rust-lang/crates.io-index"147checksum = "3ae563653d1938f79b1ab1b5e668c87c76a9930414574a6583a7b7e11a8e6192"141checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"148dependencies = [142dependencies = [149 "anstyle",143 "anstyle",150 "anstyle-parse",144 "anstyle-parse",157151158[[package]]152[[package]]159name = "anstyle"153name = "anstyle"160version = "1.0.11"154version = "1.0.13"161source = "registry+https://github.com/rust-lang/crates.io-index"155source = "registry+https://github.com/rust-lang/crates.io-index"162checksum = "862ed96ca487e809f1c8e5a8447f6ee2cf102f846893800b20cebdf541fc6bbd"156checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"163157164[[package]]158[[package]]165name = "anstyle-parse"159name = "anstyle-parse"192186193[[package]]187[[package]]194name = "anyhow"188name = "anyhow"195version = "1.0.99"189version = "1.0.100"196source = "registry+https://github.com/rust-lang/crates.io-index"190source = "registry+https://github.com/rust-lang/crates.io-index"197checksum = "b0674a1ddeecb70197781e945de4b3b8ffb61fa939a5597bcf48503737663100"191checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"198192199[[package]]193[[package]]200name = "arc-swap"194name = "arc-swap"302296303[[package]]297[[package]]304name = "backtrace"298name = "backtrace"305version = "0.3.75"299version = "0.3.76"306source = "registry+https://github.com/rust-lang/crates.io-index"300source = "registry+https://github.com/rust-lang/crates.io-index"307checksum = "6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002"301checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6"308dependencies = [302dependencies = [309 "addr2line",303 "addr2line",310 "cfg-if",304 "cfg-if",311 "libc",305 "libc",312 "miniz_oxide",306 "miniz_oxide",313 "object",307 "object",314 "rustc-demangle",308 "rustc-demangle",315 "windows-targets 0.52.6",309 "windows-link 0.2.1",316]310]317311318[[package]]312[[package]]392386393[[package]]387[[package]]394name = "bitflags"388name = "bitflags"395version = "2.9.3"389version = "2.9.4"396source = "registry+https://github.com/rust-lang/crates.io-index"390source = "registry+https://github.com/rust-lang/crates.io-index"397checksum = "34efbcccd345379ca2868b2b2c9d3782e9cc58ba87bc7d79d5b53d9c9ae6f25d"391checksum = "2261d10cca569e4643e526d8dc2e62e433cc8aba21ab764233731f8d369bf394"398dependencies = [392dependencies = [399 "serde",393 "serde",400]394]462456463[[package]]457[[package]]464name = "cc"458name = "cc"465version = "1.2.34"459version = "1.2.41"466source = "registry+https://github.com/rust-lang/crates.io-index"460source = "registry+https://github.com/rust-lang/crates.io-index"467checksum = "42bc4aea80032b7bf409b0bc7ccad88853858911b7713a8062fdc0623867bedc"461checksum = "ac9fe6cdbb24b6ade63616c0a0688e45bb56732262c158df3c0c4bea4ca47cb7"468dependencies = [462dependencies = [463 "find-msvc-tools",469 "shlex",464 "shlex",470]465]471466516511517[[package]]512[[package]]518name = "chrono"513name = "chrono"519version = "0.4.41"514version = "0.4.42"520source = "registry+https://github.com/rust-lang/crates.io-index"515source = "registry+https://github.com/rust-lang/crates.io-index"521checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d"516checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2"522dependencies = [517dependencies = [523 "android-tzdata",524 "iana-time-zone",518 "iana-time-zone",525 "js-sys",519 "js-sys",526 "num-traits",520 "num-traits",527 "serde",521 "serde",528 "wasm-bindgen",522 "wasm-bindgen",529 "windows-link",523 "windows-link 0.2.1",530]524]531525532[[package]]526[[package]]553547554[[package]]548[[package]]555name = "clap"549name = "clap"556version = "4.5.46"550version = "4.5.48"557source = "registry+https://github.com/rust-lang/crates.io-index"551source = "registry+https://github.com/rust-lang/crates.io-index"558checksum = "2c5e4fcf9c21d2e544ca1ee9d8552de13019a42aa7dbf32747fa7aaf1df76e57"552checksum = "e2134bb3ea021b78629caa971416385309e0131b351b25e01dc16fb54e1b5fae"559dependencies = [553dependencies = [560 "clap_builder",554 "clap_builder",561 "clap_derive",555 "clap_derive",562]556]563557564[[package]]558[[package]]565name = "clap_builder"559name = "clap_builder"566version = "4.5.46"560version = "4.5.48"567source = "registry+https://github.com/rust-lang/crates.io-index"561source = "registry+https://github.com/rust-lang/crates.io-index"568checksum = "fecb53a0e6fcfb055f686001bc2e2592fa527efaf38dbe81a6a9563562e57d41"562checksum = "c2ba64afa3c0a6df7fa517765e31314e983f51dda798ffba27b988194fb65dc9"569dependencies = [563dependencies = [570 "anstream",564 "anstream",571 "anstyle",565 "anstyle",572 "clap_lex",566 "clap_lex",573 "strsim",567 "strsim",574 "terminal_size",568 "terminal_size",575 "unicase",569 "unicase",576 "unicode-width 0.2.1",570 "unicode-width 0.2.2",577]571]578572579[[package]]573[[package]]580name = "clap_complete"574name = "clap_complete"581version = "4.5.57"575version = "4.5.58"582source = "registry+https://github.com/rust-lang/crates.io-index"576source = "registry+https://github.com/rust-lang/crates.io-index"583checksum = "4d9501bd3f5f09f7bbee01da9a511073ed30a80cd7a509f1214bb74eadea71ad"577checksum = "75bf0b32ad2e152de789bb635ea4d3078f6b838ad7974143e99b99f45a04af4a"584dependencies = [578dependencies = [585 "clap",579 "clap",586]580]587581588[[package]]582[[package]]589name = "clap_derive"583name = "clap_derive"590version = "4.5.45"584version = "4.5.47"591source = "registry+https://github.com/rust-lang/crates.io-index"585source = "registry+https://github.com/rust-lang/crates.io-index"592checksum = "14cb31bb0a7d536caef2639baa7fad459e15c3144efefa6dbd1c84562c4739f6"586checksum = "bbfd7eae0b0f1a6e63d4b13c9c478de77c2eb546fba158ad50b4203dc24b9f9c"593dependencies = [587dependencies = [594 "heck",588 "heck",595 "proc-macro2",589 "proc-macro2",611dependencies = [605dependencies = [612 "serde",606 "serde",613 "termcolor",607 "termcolor",614 "unicode-width 0.2.1",608 "unicode-width 0.2.2",615]609]616610617[[package]]611[[package]]622616623[[package]]617[[package]]624name = "console"618name = "console"625version = "0.16.0"619version = "0.16.1"626source = "registry+https://github.com/rust-lang/crates.io-index"620source = "registry+https://github.com/rust-lang/crates.io-index"627checksum = "2e09ced7ebbccb63b4c65413d821f2e00ce54c5ca4514ddc6b3c892fdbcbc69d"621checksum = "b430743a6eb14e9764d4260d4c0d8123087d504eeb9c48f2b2a5e810dd369df4"628dependencies = [622dependencies = [629 "encode_unicode",623 "encode_unicode",630 "libc",624 "libc",631 "once_cell",625 "once_cell",632 "unicode-width 0.2.1",626 "unicode-width 0.2.2",633 "windows-sys 0.60.2",627 "windows-sys 0.61.2",634]628]635629636[[package]]630[[package]]694 "filedescriptor",688 "filedescriptor",695 "mio",689 "mio",696 "parking_lot",690 "parking_lot",697 "rustix 1.0.8",691 "rustix 1.1.2",698 "signal-hook",692 "signal-hook",699 "signal-hook-mio",693 "signal-hook-mio",700 "winapi",694 "winapi",731725732[[package]]726[[package]]733name = "cursor-icon"727name = "cursor-icon"734version = "1.1.0"728version = "1.2.0"735source = "registry+https://github.com/rust-lang/crates.io-index"729source = "registry+https://github.com/rust-lang/crates.io-index"736checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"730checksum = "f27ae1dd37df86211c42e150270f82743308803d90a6f6e6651cd730d5e1732f"737731738[[package]]732[[package]]739name = "curve25519-dalek"733name = "curve25519-dalek"764758765[[package]]759[[package]]766name = "cxx"760name = "cxx"767version = "1.0.173"761version = "1.0.186"768source = "registry+https://github.com/rust-lang/crates.io-index"762source = "registry+https://github.com/rust-lang/crates.io-index"769checksum = "6c64ed3da1c337cbaae7223cdcff8b4dddf698d188cd3eaddd1116f6b0295950"763checksum = "4e9c4fe7f2f5dc5c62871a1b43992d197da6fa1394656a94276ac2894a90a6fe"770dependencies = [764dependencies = [771 "cc",765 "cc",766 "cxx-build",772 "cxxbridge-cmd",767 "cxxbridge-cmd",773 "cxxbridge-flags",768 "cxxbridge-flags",774 "cxxbridge-macro",769 "cxxbridge-macro",778773779[[package]]774[[package]]780name = "cxx-build"775name = "cxx-build"781version = "1.0.173"776version = "1.0.186"782source = "registry+https://github.com/rust-lang/crates.io-index"777source = "registry+https://github.com/rust-lang/crates.io-index"783checksum = "ae0a26a75a05551f5ae3d75b3557543d06682284eaa7419113162d602cb45766"778checksum = "b5cf2909d37d80633ddd208676fc27c2608a7f035fff69c882421168038b26dd"784dependencies = [779dependencies = [785 "cc",780 "cc",786 "codespan-reporting",781 "codespan-reporting",787 "indexmap 2.11.0",782 "indexmap 2.11.4",788 "proc-macro2",783 "proc-macro2",789 "quote",784 "quote",790 "scratch",785 "scratch",793788794[[package]]789[[package]]795name = "cxxbridge-cmd"790name = "cxxbridge-cmd"796version = "1.0.173"791version = "1.0.186"797source = "registry+https://github.com/rust-lang/crates.io-index"792source = "registry+https://github.com/rust-lang/crates.io-index"798checksum = "952d408b6002b7db4b36da07c682a9cbb34f2db0efa03e976ae50a388414e16c"793checksum = "077f5ee3d3bfd8d27f83208fdaa96ddd50af7f096c77077cc4b94da10bfacefd"799dependencies = [794dependencies = [800 "clap",795 "clap",801 "codespan-reporting",796 "codespan-reporting",802 "indexmap 2.11.0",797 "indexmap 2.11.4",803 "proc-macro2",798 "proc-macro2",804 "quote",799 "quote",805 "syn",800 "syn",806]801]807802808[[package]]803[[package]]809name = "cxxbridge-flags"804name = "cxxbridge-flags"810version = "1.0.173"805version = "1.0.186"811source = "registry+https://github.com/rust-lang/crates.io-index"806source = "registry+https://github.com/rust-lang/crates.io-index"812checksum = "ccbd201b471c75c6abb6321cace706d1982d270e308b891c11a3262d320f5265"807checksum = "b0108748615125b9f2e915dfafdffcbdabbca9b15102834f6d7e9a768f2f2864"813808814[[package]]809[[package]]815name = "cxxbridge-macro"810name = "cxxbridge-macro"816version = "1.0.173"811version = "1.0.186"817source = "registry+https://github.com/rust-lang/crates.io-index"812source = "registry+https://github.com/rust-lang/crates.io-index"818checksum = "2bea8b915bbc4cb4288f242aa7ca18b23ecc6965e4d6e7c1b07905e3fe2e0c41"813checksum = "e6e896681ef9b8dc462cfa6961d61909704bde0984b30bcb4082fe102b478890"819dependencies = [814dependencies = [820 "indexmap 2.11.0",815 "indexmap 2.11.4",821 "proc-macro2",816 "proc-macro2",822 "quote",817 "quote",823 "rustversion",818 "rustversion",836831837[[package]]832[[package]]838name = "deranged"833name = "deranged"839version = "0.5.2"834version = "0.5.4"840source = "registry+https://github.com/rust-lang/crates.io-index"835source = "registry+https://github.com/rust-lang/crates.io-index"841checksum = "75d7cc94194b4dd0fa12845ef8c911101b7f37633cda14997a6e82099aa0b693"836checksum = "a41953f86f8a05768a6cda24def994fd2f424b04ec5c719cf89989779f199071"842dependencies = [837dependencies = [843 "powerfmt",838 "powerfmt",844 "serde",839 "serde_core",845]840]846841847[[package]]842[[package]]962957963[[package]]958[[package]]964name = "errno"959name = "errno"965version = "0.3.13"960version = "0.3.14"966source = "registry+https://github.com/rust-lang/crates.io-index"961source = "registry+https://github.com/rust-lang/crates.io-index"967checksum = "778e2ac28f6c47af28e4907f13ffd1e1ddbd400980a9abd7c8df189bf578a5ad"962checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"968dependencies = [963dependencies = [969 "libc",964 "libc",970 "windows-sys 0.60.2",965 "windows-sys 0.61.2",971]966]972967973[[package]]968[[package]]1002 "toml",997 "toml",1003]998]9991000[[package]]1001name = "find-msvc-tools"1002version = "0.1.4"1003source = "registry+https://github.com/rust-lang/crates.io-index"1004checksum = "52051878f80a721bb68ebfbc930e07b65ba72f2da88968ea5c06fd6ca3d3a127"100410051005[[package]]1006[[package]]1006name = "fixedbitset"1007name = "fixedbitset"101010111011[[package]]1012[[package]]1012name = "flate2"1013name = "flate2"1013version = "1.1.1"1014version = "1.1.4"1014source = "registry+https://github.com/rust-lang/crates.io-index"1015source = "registry+https://github.com/rust-lang/crates.io-index"1015checksum = "7ced92e76e966ca2fd84c8f7aa01a4aea65b0eb6648d72f7c8f3e2764a67fece"1016checksum = "dc5a4e564e38c699f2880d3fda590bedc2e69f3f84cd48b457bd892ce61d0aa9"1016dependencies = [1017dependencies = [1017 "crc32fast",1018 "crc32fast",1018 "miniz_oxide",1019 "miniz_oxide",128912901290[[package]]1291[[package]]1291name = "generic-array"1292name = "generic-array"1292version = "0.14.7"1293version = "0.14.8"1293source = "registry+https://github.com/rust-lang/crates.io-index"1294source = "registry+https://github.com/rust-lang/crates.io-index"1294checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"1295checksum = "1dc8f7d2ded5f9209535e4b3fd4d39c002f30902ff5ce9f64e2c33d549576500"1295dependencies = [1296dependencies = [1296 "typenum",1297 "typenum",1297 "version_check",1298 "version_check",1317 "cfg-if",1318 "cfg-if",1318 "libc",1319 "libc",1319 "r-efi",1320 "r-efi",1320 "wasi 0.14.3+wasi-0.2.4",1321 "wasi 0.14.7+wasi-0.2.4",1321]1322]132213231323[[package]]1324[[package]]133213331333[[package]]1334[[package]]1334name = "gimli"1335name = "gimli"1335version = "0.31.1"1336version = "0.32.3"1336source = "registry+https://github.com/rust-lang/crates.io-index"1337source = "registry+https://github.com/rust-lang/crates.io-index"1337checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"1338checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"133813391339[[package]]1340[[package]]1340name = "glob"1341name = "glob"1354 "futures-core",1355 "futures-core",1355 "futures-sink",1356 "futures-sink",1356 "http",1357 "http",1357 "indexmap 2.11.0",1358 "indexmap 2.11.4",1358 "slab",1359 "slab",1359 "tokio",1360 "tokio",1360 "tokio-util",1361 "tokio-util",136913701370[[package]]1371[[package]]1371name = "hashbrown"1372name = "hashbrown"1372version = "0.15.5"1373version = "0.16.0"1373source = "registry+https://github.com/rust-lang/crates.io-index"1374source = "registry+https://github.com/rust-lang/crates.io-index"1374checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"1375checksum = "5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d"137513761376[[package]]1377[[package]]1377name = "heck"1378name = "heck"1426dependencies = [1427dependencies = [1427 "cfg-if",1428 "cfg-if",1428 "libc",1429 "libc",1429 "windows-link",1430 "windows-link 0.1.3",1430]1431]143114321432[[package]]1433[[package]]151915201520[[package]]1521[[package]]1521name = "hyper-util"1522name = "hyper-util"1522version = "0.1.16"1523version = "0.1.17"1523source = "registry+https://github.com/rust-lang/crates.io-index"1524source = "registry+https://github.com/rust-lang/crates.io-index"1524checksum = "8d9b05277c7e8da2c93a568989bb6207bef0112e8d17df7a6eda4a3cf143bc5e"1525checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8"1525dependencies = [1526dependencies = [1526 "base64 0.22.1",1527 "base64 0.22.1",1527 "bytes",1528 "bytes",160916101610[[package]]1611[[package]]1611name = "iana-time-zone"1612name = "iana-time-zone"1612version = "0.1.63"1613version = "0.1.64"1613source = "registry+https://github.com/rust-lang/crates.io-index"1614source = "registry+https://github.com/rust-lang/crates.io-index"1614checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8"1615checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"1615dependencies = [1616dependencies = [1616 "android_system_properties",1617 "android_system_properties",1617 "core-foundation-sys",1618 "core-foundation-sys",175017511751[[package]]1752[[package]]1752name = "indexmap"1753name = "indexmap"1753version = "2.11.0"1754version = "2.11.4"1754source = "registry+https://github.com/rust-lang/crates.io-index"1755source = "registry+https://github.com/rust-lang/crates.io-index"1755checksum = "f2481980430f9f78649238835720ddccc57e52df14ffce1c6f37391d61b563e9"1756checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5"1756dependencies = [1757dependencies = [1757 "equivalent",1758 "equivalent",1758 "hashbrown 0.15.5",1759 "hashbrown 0.16.0",1759]1760]176017611761[[package]]1762[[package]]1766dependencies = [1767dependencies = [1767 "console",1768 "console",1768 "portable-atomic",1769 "portable-atomic",1769 "unicode-width 0.2.1",1770 "unicode-width 0.2.2",1770 "unit-prefix",1771 "unit-prefix",1771 "vt100",1772 "vt100",1772 "web-time",1773 "web-time",188918901890[[package]]1891[[package]]1891name = "js-sys"1892name = "js-sys"1892version = "0.3.77"1893version = "0.3.81"1893source = "registry+https://github.com/rust-lang/crates.io-index"1894source = "registry+https://github.com/rust-lang/crates.io-index"1894checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"1895checksum = "ec48937a97411dcb524a265206ccd4c90bb711fca92b2792c407f268825b9305"1895dependencies = [1896dependencies = [1896 "once_cell",1897 "once_cell",1897 "wasm-bindgen",1898 "wasm-bindgen",190819091909[[package]]1910[[package]]1910name = "libc"1911name = "libc"1911version = "0.2.175"1912version = "0.2.177"1912source = "registry+https://github.com/rust-lang/crates.io-index"1913source = "registry+https://github.com/rust-lang/crates.io-index"1913checksum = "6a82ae493e598baaea5209805c49bbf2ea7de956d50d7da0da1164f9c6d28543"1914checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976"191419151915[[package]]1916[[package]]1916name = "libloading"1917name = "libloading"1917version = "0.8.8"1918version = "0.8.9"1918source = "registry+https://github.com/rust-lang/crates.io-index"1919source = "registry+https://github.com/rust-lang/crates.io-index"1919checksum = "07033963ba89ebaf1584d767badaa2e8fcec21aedea6b8c0346d487d49c28667"1920checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"1920dependencies = [1921dependencies = [1921 "cfg-if",1922 "cfg-if",1922 "windows-targets 0.53.3",1923 "windows-link 0.2.1",1923]1924]192419251925[[package]]1926[[package]]193019311931[[package]]1932[[package]]1932name = "link-cplusplus"1933name = "link-cplusplus"1933version = "1.0.10"1934version = "1.0.12"1934source = "registry+https://github.com/rust-lang/crates.io-index"1935source = "registry+https://github.com/rust-lang/crates.io-index"1935checksum = "4a6f6da007f968f9def0d65a05b187e2960183de70c160204ecfccf0ee330212"1936checksum = "7f78c730aaa7d0b9336a299029ea49f9ee53b0ed06e9202e8cb7db9bae7b8c82"1936dependencies = [1937dependencies = [1937 "cc",1938 "cc",1938]1939]195119521952[[package]]1953[[package]]1953name = "linux-raw-sys"1954name = "linux-raw-sys"1954version = "0.9.4"1955version = "0.11.0"1955source = "registry+https://github.com/rust-lang/crates.io-index"1956source = "registry+https://github.com/rust-lang/crates.io-index"1956checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"1957checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"195719581958[[package]]1959[[package]]1959name = "litemap"1960name = "litemap"196919701970[[package]]1971[[package]]1971name = "lock_api"1972name = "lock_api"1972version = "0.4.13"1973version = "0.4.14"1973source = "registry+https://github.com/rust-lang/crates.io-index"1974source = "registry+https://github.com/rust-lang/crates.io-index"1974checksum = "96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765"1975checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"1975dependencies = [1976dependencies = [1976 "autocfg",1977 "scopeguard",1977 "scopeguard",1978]1978]197919791980[[package]]1980[[package]]1981name = "log"1981name = "log"1982version = "0.4.27"1982version = "0.4.28"1983source = "registry+https://github.com/rust-lang/crates.io-index"1983source = "registry+https://github.com/rust-lang/crates.io-index"1984checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"1984checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432"198519851986[[package]]1986[[package]]1987name = "matchers"1987name = "matchers"200020002001[[package]]2001[[package]]2002name = "memchr"2002name = "memchr"2003version = "2.7.5"2003version = "2.7.6"2004source = "registry+https://github.com/rust-lang/crates.io-index"2004source = "registry+https://github.com/rust-lang/crates.io-index"2005checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0"2005checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"200620062007[[package]]2007[[package]]2008name = "mime"2008name = "mime"2023checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"2023checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"2024dependencies = [2024dependencies = [2025 "adler2",2025 "adler2",2026 "simd-adler32",2026]2027]202720282028[[package]]2029[[package]]2069 "serde",2070 "serde",2070 "serde_json",2071 "serde_json",2071 "test-log",2072 "test-log",2072 "thiserror 2.0.16",2073 "thiserror 2.0.17",2073 "tracing",2074 "tracing",2074 "tracing-indicatif",2075 "tracing-indicatif",2075 "vte 0.15.0",2076 "vte 0.15.0",2085 "serde",2086 "serde",2086 "serde-transcode",2087 "serde-transcode",2087 "serde_json",2088 "serde_json",2088 "thiserror 2.0.16",2089 "thiserror 2.0.17",2089]2090]209020912091[[package]]2092[[package]]210921102110[[package]]2111[[package]]2111name = "nu-ansi-term"2112name = "nu-ansi-term"2112version = "0.50.1"2113version = "0.50.3"2113source = "registry+https://github.com/rust-lang/crates.io-index"2114source = "registry+https://github.com/rust-lang/crates.io-index"2114checksum = "d4a28e057d01f97e61255210fcff094d74ed0466038633e95017f5beb68e4399"2115checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"2115dependencies = [2116dependencies = [2116 "windows-sys 0.52.0",2117 "windows-sys 0.61.2",2117]2118]211821192119[[package]]2120[[package]]217121722172[[package]]2173[[package]]2173name = "object"2174name = "object"2174version = "0.36.7"2175version = "0.37.3"2175source = "registry+https://github.com/rust-lang/crates.io-index"2176source = "registry+https://github.com/rust-lang/crates.io-index"2176checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"2177checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"2177dependencies = [2178dependencies = [2178 "memchr",2179 "memchr",2179]2180]2206 "once_cell",2207 "once_cell",2207 "shell-escape",2208 "shell-escape",2208 "tempfile",2209 "tempfile",2209 "thiserror 2.0.16",2210 "thiserror 2.0.17",2210 "tokio",2211 "tokio",2211]2212]221222132220 "futures-sink",2221 "futures-sink",2221 "js-sys",2222 "js-sys",2222 "pin-project-lite",2223 "pin-project-lite",2223 "thiserror 2.0.16",2224 "thiserror 2.0.17",2224 "tracing",2225 "tracing",2225]2226]222622272230dependencies = [2231dependencies = [2231 "clap",2232 "clap",2232 "opentelemetry-otlp",2233 "opentelemetry-otlp",2233 "thiserror 2.0.16",2234 "thiserror 2.0.17",2234]2235]223522362236[[package]]2237[[package]]2260 "prost",2261 "prost",2261 "reqwest",2262 "reqwest",2262 "serde_json",2263 "serde_json",2263 "thiserror 2.0.16",2264 "thiserror 2.0.17",2264 "tokio",2265 "tokio",2265 "tonic 0.13.1",2266 "tonic 0.13.1",2266 "tracing",2267 "tracing",2294 "percent-encoding",2295 "percent-encoding",2295 "rand 0.9.2",2296 "rand 0.9.2",2296 "serde_json",2297 "serde_json",2297 "thiserror 2.0.16",2298 "thiserror 2.0.17",2298]2299]229923002300[[package]]2301[[package]]2301name = "owo-colors"2302name = "owo-colors"2302version = "4.2.2"2303version = "4.2.3"2303source = "registry+https://github.com/rust-lang/crates.io-index"2304source = "registry+https://github.com/rust-lang/crates.io-index"2304checksum = "48dd4f4a2c8405440fd0462561f0e5806bd0f77e86f51c761481bdd4018b545e"2305checksum = "9c6901729fa79e91a0913333229e9ca5dc725089d1c363b2f4b4760709dc4a52"2305dependencies = [2306dependencies = [2306 "supports-color 2.1.0",2307 "supports-color 2.1.0",2307 "supports-color 3.0.2",2308 "supports-color 3.0.2",2315dependencies = [2316dependencies = [2316 "bytecount",2317 "bytecount",2317 "fnv",2318 "fnv",2318 "unicode-width 0.2.1",2319 "unicode-width 0.2.2",2319]2320]232023212321[[package]]2322[[package]]2322name = "parking_lot"2323name = "parking_lot"2323version = "0.12.4"2324version = "0.12.5"2324source = "registry+https://github.com/rust-lang/crates.io-index"2325source = "registry+https://github.com/rust-lang/crates.io-index"2325checksum = "70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13"2326checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"2326dependencies = [2327dependencies = [2327 "lock_api",2328 "lock_api",2328 "parking_lot_core",2329 "parking_lot_core",2329]2330]233023312331[[package]]2332[[package]]2332name = "parking_lot_core"2333name = "parking_lot_core"2333version = "0.9.11"2334version = "0.9.12"2334source = "registry+https://github.com/rust-lang/crates.io-index"2335source = "registry+https://github.com/rust-lang/crates.io-index"2335checksum = "bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5"2336checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"2336dependencies = [2337dependencies = [2337 "cfg-if",2338 "cfg-if",2338 "libc",2339 "libc",2339 "redox_syscall",2340 "redox_syscall",2340 "smallvec",2341 "smallvec",2341 "windows-targets 0.52.6",2342 "windows-link 0.2.1",2342]2343]234323442344[[package]]2345[[package]]238623872387[[package]]2388[[package]]2388name = "pem"2389name = "pem"2389version = "3.0.5"2390version = "3.0.6"2390source = "registry+https://github.com/rust-lang/crates.io-index"2391source = "registry+https://github.com/rust-lang/crates.io-index"2391checksum = "38af38e8470ac9dee3ce1bae1af9c1671fffc44ddfd8bd1d0a3445bf349a8ef3"2392checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be"2392dependencies = [2393dependencies = [2393 "base64 0.22.1",2394 "base64 0.22.1",2394 "serde",2395 "serde_core",2395]2396]239623972397[[package]]2398[[package]]2407checksum = "3672b37090dbd86368a4145bc067582552b29c27377cad4e0a306c97f9bd7772"2408checksum = "3672b37090dbd86368a4145bc067582552b29c27377cad4e0a306c97f9bd7772"2408dependencies = [2409dependencies = [2409 "fixedbitset",2410 "fixedbitset",2410 "indexmap 2.11.0",2411 "indexmap 2.11.4",2411]2412]241224132413[[package]]2414[[package]]261726182618[[package]]2619[[package]]2619name = "quote"2620name = "quote"2620version = "1.0.40"2621version = "1.0.41"2621source = "registry+https://github.com/rust-lang/crates.io-index"2622source = "registry+https://github.com/rust-lang/crates.io-index"2622checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"2623checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"2623dependencies = [2624dependencies = [2624 "proc-macro2",2625 "proc-macro2",2625]2626]270427052705[[package]]2706[[package]]2706name = "redox_syscall"2707name = "redox_syscall"2707version = "0.5.17"2708version = "0.5.18"2708source = "registry+https://github.com/rust-lang/crates.io-index"2709source = "registry+https://github.com/rust-lang/crates.io-index"2709checksum = "5407465600fb0548f1442edf71dd20683c6ed326200ace4b1ef0763521bb3b77"2710checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"2710dependencies = [2711dependencies = [2711 "bitflags",2712 "bitflags",2712]2713]271327142714[[package]]2715[[package]]2715name = "regex"2716name = "regex"2716version = "1.11.2"2717version = "1.12.1"2717source = "registry+https://github.com/rust-lang/crates.io-index"2718source = "registry+https://github.com/rust-lang/crates.io-index"2718checksum = "23d7fd106d8c02486a8d64e778353d1cffe08ce79ac2e82f540c86d0facf6912"2719checksum = "4a52d8d02cacdb176ef4678de6c052efb4b3da14b78e4db683a4252762be5433"2719dependencies = [2720dependencies = [2720 "aho-corasick",2721 "aho-corasick",2721 "memchr",2722 "memchr",272527262726[[package]]2727[[package]]2727name = "regex-automata"2728name = "regex-automata"2728version = "0.4.10"2729version = "0.4.12"2729source = "registry+https://github.com/rust-lang/crates.io-index"2730source = "registry+https://github.com/rust-lang/crates.io-index"2730checksum = "6b9458fa0bfeeac22b5ca447c63aaf45f28439a709ccd244698632f9aa6394d6"2731checksum = "722166aa0d7438abbaa4d5cc2c649dac844e8c56d82fb3d33e9c34b5cd268fc6"2731dependencies = [2732dependencies = [2732 "aho-corasick",2733 "aho-corasick",2733 "memchr",2734 "memchr",273627372737[[package]]2738[[package]]2738name = "regex-syntax"2739name = "regex-syntax"2739version = "0.8.6"2740version = "0.8.7"2740source = "registry+https://github.com/rust-lang/crates.io-index"2741source = "registry+https://github.com/rust-lang/crates.io-index"2741checksum = "caf4aa5b0f434c91fe5c7f1ecb6a5ece2130b02ad2a590589dda5146df959001"2742checksum = "c3160422bbd54dd5ecfdca71e5fd59b7b8fe2b1697ab2baf64f6d05dcc66d298"274227432743[[package]]2744[[package]]2744name = "reqwest"2745name = "reqwest"291929202920[[package]]2921[[package]]2921name = "rustix"2922name = "rustix"2922version = "1.0.8"2923version = "1.1.2"2923source = "registry+https://github.com/rust-lang/crates.io-index"2924source = "registry+https://github.com/rust-lang/crates.io-index"2924checksum = "11181fbabf243db407ef8df94a6ce0b2f9a733bd8be4ad02b4eda9602296cac8"2925checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"2925dependencies = [2926dependencies = [2926 "bitflags",2927 "bitflags",2927 "errno",2928 "errno",2928 "libc",2929 "libc",2929 "linux-raw-sys 0.9.4",2930 "linux-raw-sys 0.11.0",2930 "windows-sys 0.60.2",2931 "windows-sys 0.61.2",2931]2932]293229332933[[package]]2934[[package]]2934name = "rustls"2935name = "rustls"2935version = "0.23.31"2936version = "0.23.32"2936source = "registry+https://github.com/rust-lang/crates.io-index"2937source = "registry+https://github.com/rust-lang/crates.io-index"2937checksum = "c0ebcbd2f03de0fc1122ad9bb24b127a5a6cd51d72604a3f3c50ac459762b6cc"2938checksum = "cd3c25631629d034ce7cd9940adc9d45762d46de2b0f57193c4443b92c6d4d40"2938dependencies = [2939dependencies = [2939 "log",2940 "log",2940 "once_cell",2941 "once_cell",296529662966[[package]]2967[[package]]2967name = "rustls-webpki"2968name = "rustls-webpki"2968version = "0.103.4"2969version = "0.103.7"2969source = "registry+https://github.com/rust-lang/crates.io-index"2970source = "registry+https://github.com/rust-lang/crates.io-index"2970checksum = "0a17884ae0c1b773f1ccd2bd4a8c72f16da897310a98b0e84bf349ad5ead92fc"2971checksum = "e10b3f4191e8a80e6b43eebabfac91e5dcecebb27a71f04e820c47ec41d314bf"2971dependencies = [2972dependencies = [2972 "ring",2973 "ring",2973 "rustls-pki-types",2974 "rustls-pki-types",305330543054[[package]]3055[[package]]3055name = "semver"3056name = "semver"3056version = "1.0.26"3057version = "1.0.27"3057source = "registry+https://github.com/rust-lang/crates.io-index"3058source = "registry+https://github.com/rust-lang/crates.io-index"3058checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"3059checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"305930603060[[package]]3061[[package]]3061name = "serde"3062name = "serde"3062version = "1.0.219"3063version = "1.0.228"3063source = "registry+https://github.com/rust-lang/crates.io-index"3064source = "registry+https://github.com/rust-lang/crates.io-index"3064checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"3065checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"3065dependencies = [3066dependencies = [3067 "serde_core",3066 "serde_derive",3068 "serde_derive",3067]3069]30683070307730793078[[package]]3080[[package]]3079name = "serde_bytes"3081name = "serde_bytes"3080version = "0.11.17"3082version = "0.11.19"3081source = "registry+https://github.com/rust-lang/crates.io-index"3083source = "registry+https://github.com/rust-lang/crates.io-index"3082checksum = "8437fd221bde2d4ca316d61b90e337e9e702b3820b87d63caa9ba6c02bd06d96"3084checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"3083dependencies = [3085dependencies = [3084 "serde",3086 "serde",3087 "serde_core",3085]3088]30893090[[package]]3091name = "serde_core"3092version = "1.0.228"3093source = "registry+https://github.com/rust-lang/crates.io-index"3094checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"3095dependencies = [3096 "serde_derive",3097]308630983087[[package]]3099[[package]]3088name = "serde_derive"3100name = "serde_derive"3089version = "1.0.219"3101version = "1.0.228"3090source = "registry+https://github.com/rust-lang/crates.io-index"3102source = "registry+https://github.com/rust-lang/crates.io-index"3091checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"3103checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"3092dependencies = [3104dependencies = [3093 "proc-macro2",3105 "proc-macro2",3094 "quote",3106 "quote",309731093098[[package]]3110[[package]]3099name = "serde_json"3111name = "serde_json"3100version = "1.0.143"3112version = "1.0.145"3101source = "registry+https://github.com/rust-lang/crates.io-index"3113source = "registry+https://github.com/rust-lang/crates.io-index"3102checksum = "d401abef1d108fbd9cbaebc3e46611f4b1021f714a0597a71f41ee463f5f4a5a"3114checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"3103dependencies = [3115dependencies = [3104 "itoa",3116 "itoa",3105 "memchr",3117 "memchr",3106 "ryu",3118 "ryu",3107 "serde",3119 "serde",3120 "serde_core",3108]3121]310931223110[[package]]3123[[package]]3191 "rand_core 0.6.4",3204 "rand_core 0.6.4",3192]3205]32063207[[package]]3208name = "simd-adler32"3209version = "0.3.7"3210source = "registry+https://github.com/rust-lang/crates.io-index"3211checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"319332123194[[package]]3213[[package]]3195name = "slab"3214name = "slab"324132603242[[package]]3261[[package]]3243name = "stable_deref_trait"3262name = "stable_deref_trait"3244version = "1.2.0"3263version = "1.2.1"3245source = "registry+https://github.com/rust-lang/crates.io-index"3264source = "registry+https://github.com/rust-lang/crates.io-index"3246checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"3265checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"324732663248[[package]]3267[[package]]3249name = "strsim"3268name = "strsim"333333523334[[package]]3353[[package]]3335name = "tempfile"3354name = "tempfile"3336version = "3.21.0"3355version = "3.23.0"3337source = "registry+https://github.com/rust-lang/crates.io-index"3356source = "registry+https://github.com/rust-lang/crates.io-index"3338checksum = "15b61f8f20e3a6f7e0649d825294eaf317edce30f82cf6026e7e4cb9222a7d1e"3357checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"3339dependencies = [3358dependencies = [3340 "fastrand",3359 "fastrand",3341 "getrandom 0.3.3",3360 "getrandom 0.3.3",3342 "once_cell",3361 "once_cell",3343 "rustix 1.0.8",3362 "rustix 1.1.2",3344 "windows-sys 0.60.2",3363 "windows-sys 0.61.2",3345]3364]334633653347[[package]]3366[[package]]3359source = "registry+https://github.com/rust-lang/crates.io-index"3378source = "registry+https://github.com/rust-lang/crates.io-index"3360checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0"3379checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0"3361dependencies = [3380dependencies = [3362 "rustix 1.0.8",3381 "rustix 1.1.2",3363 "windows-sys 0.60.2",3382 "windows-sys 0.60.2",3364]3383]336533843402source = "registry+https://github.com/rust-lang/crates.io-index"3421source = "registry+https://github.com/rust-lang/crates.io-index"3403checksum = "0f8daae29995a24f65619e19d8d31dea5b389f3d853d8bf297bbf607cd0014cc"3422checksum = "0f8daae29995a24f65619e19d8d31dea5b389f3d853d8bf297bbf607cd0014cc"3404dependencies = [3423dependencies = [3405 "unicode-width 0.2.1",3424 "unicode-width 0.2.2",3406]3425]340734263408[[package]]3427[[package]]344434633445[[package]]3464[[package]]3446name = "thiserror"3465name = "thiserror"3447version = "2.0.16"3466version = "2.0.17"3448source = "registry+https://github.com/rust-lang/crates.io-index"3467source = "registry+https://github.com/rust-lang/crates.io-index"3449checksum = "3467d614147380f2e4e374161426ff399c91084acd2363eaf549172b3d5e60c0"3468checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"3450dependencies = [3469dependencies = [3451 "thiserror-impl 2.0.16",3470 "thiserror-impl 2.0.17",3452]3471]345334723454[[package]]3473[[package]]346434833465[[package]]3484[[package]]3466name = "thiserror-impl"3485name = "thiserror-impl"3467version = "2.0.16"3486version = "2.0.17"3468source = "registry+https://github.com/rust-lang/crates.io-index"3487source = "registry+https://github.com/rust-lang/crates.io-index"3469checksum = "6c5e1be1c48b9172ee610da68fd9cd2770e7a4056cb3fc98710ee6906f0c7960"3488checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"3470dependencies = [3489dependencies = [3471 "proc-macro2",3490 "proc-macro2",3472 "quote",3491 "quote",348435033485[[package]]3504[[package]]3486name = "time"3505name = "time"3487version = "0.3.42"3506version = "0.3.44"3488source = "registry+https://github.com/rust-lang/crates.io-index"3507source = "registry+https://github.com/rust-lang/crates.io-index"3489checksum = "8ca967379f9d8eb8058d86ed467d81d03e81acd45757e4ca341c24affbe8e8e3"3508checksum = "91e7d9e3bb61134e77bde20dd4825b97c010155709965fedf0f49bb138e52a9d"3490dependencies = [3509dependencies = [3491 "deranged",3510 "deranged",3492 "num-conv",3511 "num-conv",349835173499[[package]]3518[[package]]3500name = "time-core"3519name = "time-core"3501version = "0.1.5"3520version = "0.1.6"3502source = "registry+https://github.com/rust-lang/crates.io-index"3521source = "registry+https://github.com/rust-lang/crates.io-index"3503checksum = "a9108bb380861b07264b950ded55a44a14a4adc68b9f5efd85aafc3aa4d40a68"3522checksum = "40868e7c1d2f0b8d73e4a8c7f0ff63af4f6d19be117e90bd73eb1d62cf831c6b"350435233505[[package]]3524[[package]]3506name = "time-macros"3525name = "time-macros"3507version = "0.2.23"3526version = "0.2.24"3508source = "registry+https://github.com/rust-lang/crates.io-index"3527source = "registry+https://github.com/rust-lang/crates.io-index"3509checksum = "7182799245a7264ce590b349d90338f1c1affad93d2639aed5f8f69c090b334c"3528checksum = "30cfb0125f12d9c277f35663a0a33f8c30190f4e4574868a330595412d34ebf3"3510dependencies = [3529dependencies = [3511 "num-conv",3530 "num-conv",3512 "time-core",3531 "time-core",355435733555[[package]]3574[[package]]3556name = "tokio-rustls"3575name = "tokio-rustls"3557version = "0.26.2"3576version = "0.26.4"3558source = "registry+https://github.com/rust-lang/crates.io-index"3577source = "registry+https://github.com/rust-lang/crates.io-index"3559checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"3578checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"3560dependencies = [3579dependencies = [3561 "rustls",3580 "rustls",3562 "tokio",3581 "tokio",3697dependencies = [3716dependencies = [3698 "futures-core",3717 "futures-core",3699 "futures-util",3718 "futures-util",3700 "indexmap 2.11.0",3719 "indexmap 2.11.4",3701 "pin-project-lite",3720 "pin-project-lite",3702 "slab",3721 "slab",3703 "sync_wrapper",3722 "sync_wrapper",387638953877[[package]]3896[[package]]3878name = "typenum"3897name = "typenum"3879version = "1.18.0"3898version = "1.19.0"3880source = "registry+https://github.com/rust-lang/crates.io-index"3899source = "registry+https://github.com/rust-lang/crates.io-index"3881checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"3900checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"388239013883[[package]]3902[[package]]3884name = "unic-langid"3903name = "unic-langid"390739263908[[package]]3927[[package]]3909name = "unicode-ident"3928name = "unicode-ident"3910version = "1.0.18"3929version = "1.0.19"3911source = "registry+https://github.com/rust-lang/crates.io-index"3930source = "registry+https://github.com/rust-lang/crates.io-index"3912checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"3931checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"391339323914[[package]]3933[[package]]3915name = "unicode-segmentation"3934name = "unicode-segmentation"392539443926[[package]]3945[[package]]3927name = "unicode-width"3946name = "unicode-width"3928version = "0.2.1"3947version = "0.2.2"3929source = "registry+https://github.com/rust-lang/crates.io-index"3948source = "registry+https://github.com/rust-lang/crates.io-index"3930checksum = "4a1a07cc7db3810833284e8d372ccdc6da29741639ecc70c9ec107df0fa6154c"3949checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"393139503932[[package]]3951[[package]]3933name = "unicode_categories"3952name = "unicode_categories"406640854067[[package]]4086[[package]]4068name = "wasi"4087name = "wasi"4069version = "0.14.3+wasi-0.2.4"4088version = "0.14.7+wasi-0.2.4"4070source = "registry+https://github.com/rust-lang/crates.io-index"4089source = "registry+https://github.com/rust-lang/crates.io-index"4090checksum = "883478de20367e224c0090af9cf5f9fa85bed63a95c1abf3afc5c083ebc06e8c"4091dependencies = [4092 "wasip2",4093]40944095[[package]]4096name = "wasip2"4097version = "1.0.1+wasi-0.2.4"4098source = "registry+https://github.com/rust-lang/crates.io-index"4071checksum = "6a51ae83037bdd272a9e28ce236db8c07016dd0d50c27038b3f407533c030c95"4099checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"4072dependencies = [4100dependencies = [4073 "wit-bindgen",4101 "wit-bindgen",4074]4102]407541034076[[package]]4104[[package]]4077name = "wasm-bindgen"4105name = "wasm-bindgen"4078version = "0.2.100"4106version = "0.2.104"4079source = "registry+https://github.com/rust-lang/crates.io-index"4107source = "registry+https://github.com/rust-lang/crates.io-index"4080checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"4108checksum = "c1da10c01ae9f1ae40cbfac0bac3b1e724b320abfcf52229f80b547c0d250e2d"4081dependencies = [4109dependencies = [4082 "cfg-if",4110 "cfg-if",4083 "once_cell",4111 "once_cell",4084 "rustversion",4112 "rustversion",4085 "wasm-bindgen-macro",4113 "wasm-bindgen-macro",4114 "wasm-bindgen-shared",4086]4115]408741164088[[package]]4117[[package]]4089name = "wasm-bindgen-backend"4118name = "wasm-bindgen-backend"4090version = "0.2.100"4119version = "0.2.104"4091source = "registry+https://github.com/rust-lang/crates.io-index"4120source = "registry+https://github.com/rust-lang/crates.io-index"4092checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"4121checksum = "671c9a5a66f49d8a47345ab942e2cb93c7d1d0339065d4f8139c486121b43b19"4093dependencies = [4122dependencies = [4094 "bumpalo",4123 "bumpalo",4095 "log",4124 "log",410141304102[[package]]4131[[package]]4103name = "wasm-bindgen-futures"4132name = "wasm-bindgen-futures"4104version = "0.4.50"4133version = "0.4.54"4105source = "registry+https://github.com/rust-lang/crates.io-index"4134source = "registry+https://github.com/rust-lang/crates.io-index"4106checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61"4135checksum = "7e038d41e478cc73bae0ff9b36c60cff1c98b8f38f8d7e8061e79ee63608ac5c"4107dependencies = [4136dependencies = [4108 "cfg-if",4137 "cfg-if",4109 "js-sys",4138 "js-sys",411441434115[[package]]4144[[package]]4116name = "wasm-bindgen-macro"4145name = "wasm-bindgen-macro"4117version = "0.2.100"4146version = "0.2.104"4118source = "registry+https://github.com/rust-lang/crates.io-index"4147source = "registry+https://github.com/rust-lang/crates.io-index"4119checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"4148checksum = "7ca60477e4c59f5f2986c50191cd972e3a50d8a95603bc9434501cf156a9a119"4120dependencies = [4149dependencies = [4121 "quote",4150 "quote",4122 "wasm-bindgen-macro-support",4151 "wasm-bindgen-macro-support",4123]4152]412441534125[[package]]4154[[package]]4126name = "wasm-bindgen-macro-support"4155name = "wasm-bindgen-macro-support"4127version = "0.2.100"4156version = "0.2.104"4128source = "registry+https://github.com/rust-lang/crates.io-index"4157source = "registry+https://github.com/rust-lang/crates.io-index"4129checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"4158checksum = "9f07d2f20d4da7b26400c9f4a0511e6e0345b040694e8a75bd41d578fa4421d7"4130dependencies = [4159dependencies = [4131 "proc-macro2",4160 "proc-macro2",4132 "quote",4161 "quote",413741664138[[package]]4167[[package]]4139name = "wasm-bindgen-shared"4168name = "wasm-bindgen-shared"4140version = "0.2.100"4169version = "0.2.104"4141source = "registry+https://github.com/rust-lang/crates.io-index"4170source = "registry+https://github.com/rust-lang/crates.io-index"4142checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"4171checksum = "bad67dc8b2a1a6e5448428adec4c3e84c43e561d8c9ee8a9e5aabeb193ec41d1"4143dependencies = [4172dependencies = [4144 "unicode-ident",4173 "unicode-ident",4145]4174]414641754147[[package]]4176[[package]]4148name = "web-sys"4177name = "web-sys"4149version = "0.3.77"4178version = "0.3.81"4150source = "registry+https://github.com/rust-lang/crates.io-index"4179source = "registry+https://github.com/rust-lang/crates.io-index"4151checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"4180checksum = "9367c417a924a74cae129e6a2ae3b47fabb1f8995595ab474029da749a8be120"4152dependencies = [4181dependencies = [4153 "js-sys",4182 "js-sys",4154 "wasm-bindgen",4183 "wasm-bindgen",419442234195[[package]]4224[[package]]4196name = "winapi-util"4225name = "winapi-util"4197version = "0.1.10"4226version = "0.1.11"4198source = "registry+https://github.com/rust-lang/crates.io-index"4227source = "registry+https://github.com/rust-lang/crates.io-index"4199checksum = "0978bf7171b3d90bac376700cb56d606feb40f251a475a5d6634613564460b22"4228checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"4200dependencies = [4229dependencies = [4201 "windows-sys 0.60.2",4230 "windows-sys 0.61.2",4202]4231]420342324204[[package]]4233[[package]]420942384210[[package]]4239[[package]]4211name = "windows-core"4240name = "windows-core"4212version = "0.61.2"4241version = "0.62.2"4213source = "registry+https://github.com/rust-lang/crates.io-index"4242source = "registry+https://github.com/rust-lang/crates.io-index"4214checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"4243checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"4215dependencies = [4244dependencies = [4216 "windows-implement",4245 "windows-implement",4217 "windows-interface",4246 "windows-interface",4218 "windows-link",4247 "windows-link 0.2.1",4219 "windows-result",4248 "windows-result",4220 "windows-strings",4249 "windows-strings",4221]4250]422242514223[[package]]4252[[package]]4224name = "windows-implement"4253name = "windows-implement"4225version = "0.60.0"4254version = "0.60.2"4226source = "registry+https://github.com/rust-lang/crates.io-index"4255source = "registry+https://github.com/rust-lang/crates.io-index"4227checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"4256checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"4228dependencies = [4257dependencies = [4229 "proc-macro2",4258 "proc-macro2",4230 "quote",4259 "quote",423342624234[[package]]4263[[package]]4235name = "windows-interface"4264name = "windows-interface"4236version = "0.59.1"4265version = "0.59.3"4237source = "registry+https://github.com/rust-lang/crates.io-index"4266source = "registry+https://github.com/rust-lang/crates.io-index"4238checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"4267checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"4239dependencies = [4268dependencies = [4240 "proc-macro2",4269 "proc-macro2",4241 "quote",4270 "quote",4248source = "registry+https://github.com/rust-lang/crates.io-index"4277source = "registry+https://github.com/rust-lang/crates.io-index"4249checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"4278checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"42794280[[package]]4281name = "windows-link"4282version = "0.2.1"4283source = "registry+https://github.com/rust-lang/crates.io-index"4284checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"425042854251[[package]]4286[[package]]4252name = "windows-result"4287name = "windows-result"4253version = "0.3.4"4288version = "0.4.1"4254source = "registry+https://github.com/rust-lang/crates.io-index"4289source = "registry+https://github.com/rust-lang/crates.io-index"4255checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"4290checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"4256dependencies = [4291dependencies = [4257 "windows-link",4292 "windows-link 0.2.1",4258]4293]425942944260[[package]]4295[[package]]4261name = "windows-strings"4296name = "windows-strings"4262version = "0.4.2"4297version = "0.5.1"4263source = "registry+https://github.com/rust-lang/crates.io-index"4298source = "registry+https://github.com/rust-lang/crates.io-index"4264checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"4299checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"4265dependencies = [4300dependencies = [4266 "windows-link",4301 "windows-link 0.2.1",4267]4302]426843034269[[package]]4304[[package]]4290source = "registry+https://github.com/rust-lang/crates.io-index"4325source = "registry+https://github.com/rust-lang/crates.io-index"4291checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"4326checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"4292dependencies = [4327dependencies = [4293 "windows-targets 0.53.3",4328 "windows-targets 0.53.5",4294]4329]43304331[[package]]4332name = "windows-sys"4333version = "0.61.2"4334source = "registry+https://github.com/rust-lang/crates.io-index"4335checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"4336dependencies = [4337 "windows-link 0.2.1",4338]429543394296[[package]]4340[[package]]4297name = "windows-targets"4341name = "windows-targets"431143554312[[package]]4356[[package]]4313name = "windows-targets"4357name = "windows-targets"4314version = "0.53.3"4358version = "0.53.5"4315source = "registry+https://github.com/rust-lang/crates.io-index"4359source = "registry+https://github.com/rust-lang/crates.io-index"4316checksum = "d5fe6031c4041849d7c496a8ded650796e7b6ecc19df1a431c1a363342e5dc91"4360checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"4317dependencies = [4361dependencies = [4318 "windows-link",4362 "windows-link 0.2.1",4319 "windows_aarch64_gnullvm 0.53.0",4363 "windows_aarch64_gnullvm 0.53.1",4320 "windows_aarch64_msvc 0.53.0",4364 "windows_aarch64_msvc 0.53.1",4321 "windows_i686_gnu 0.53.0",4365 "windows_i686_gnu 0.53.1",4322 "windows_i686_gnullvm 0.53.0",4366 "windows_i686_gnullvm 0.53.1",4323 "windows_i686_msvc 0.53.0",4367 "windows_i686_msvc 0.53.1",4324 "windows_x86_64_gnu 0.53.0",4368 "windows_x86_64_gnu 0.53.1",4325 "windows_x86_64_gnullvm 0.53.0",4369 "windows_x86_64_gnullvm 0.53.1",4326 "windows_x86_64_msvc 0.53.0",4370 "windows_x86_64_msvc 0.53.1",4327]4371]432843724329[[package]]4373[[package]]433443784335[[package]]4379[[package]]4336name = "windows_aarch64_gnullvm"4380name = "windows_aarch64_gnullvm"4337version = "0.53.0"4381version = "0.53.1"4338source = "registry+https://github.com/rust-lang/crates.io-index"4382source = "registry+https://github.com/rust-lang/crates.io-index"4339checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"4383checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"434043844341[[package]]4385[[package]]4342name = "windows_aarch64_msvc"4386name = "windows_aarch64_msvc"434643904347[[package]]4391[[package]]4348name = "windows_aarch64_msvc"4392name = "windows_aarch64_msvc"4349version = "0.53.0"4393version = "0.53.1"4350source = "registry+https://github.com/rust-lang/crates.io-index"4394source = "registry+https://github.com/rust-lang/crates.io-index"4351checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"4395checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"435243964353[[package]]4397[[package]]4354name = "windows_i686_gnu"4398name = "windows_i686_gnu"435844024359[[package]]4403[[package]]4360name = "windows_i686_gnu"4404name = "windows_i686_gnu"4361version = "0.53.0"4405version = "0.53.1"4362source = "registry+https://github.com/rust-lang/crates.io-index"4406source = "registry+https://github.com/rust-lang/crates.io-index"4363checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"4407checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"436444084365[[package]]4409[[package]]4366name = "windows_i686_gnullvm"4410name = "windows_i686_gnullvm"437044144371[[package]]4415[[package]]4372name = "windows_i686_gnullvm"4416name = "windows_i686_gnullvm"4373version = "0.53.0"4417version = "0.53.1"4374source = "registry+https://github.com/rust-lang/crates.io-index"4418source = "registry+https://github.com/rust-lang/crates.io-index"4375checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"4419checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"437644204377[[package]]4421[[package]]4378name = "windows_i686_msvc"4422name = "windows_i686_msvc"438244264383[[package]]4427[[package]]4384name = "windows_i686_msvc"4428name = "windows_i686_msvc"4385version = "0.53.0"4429version = "0.53.1"4386source = "registry+https://github.com/rust-lang/crates.io-index"4430source = "registry+https://github.com/rust-lang/crates.io-index"4387checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"4431checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"438844324389[[package]]4433[[package]]4390name = "windows_x86_64_gnu"4434name = "windows_x86_64_gnu"439444384395[[package]]4439[[package]]4396name = "windows_x86_64_gnu"4440name = "windows_x86_64_gnu"4397version = "0.53.0"4441version = "0.53.1"4398source = "registry+https://github.com/rust-lang/crates.io-index"4442source = "registry+https://github.com/rust-lang/crates.io-index"4399checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"4443checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"440044444401[[package]]4445[[package]]4402name = "windows_x86_64_gnullvm"4446name = "windows_x86_64_gnullvm"440644504407[[package]]4451[[package]]4408name = "windows_x86_64_gnullvm"4452name = "windows_x86_64_gnullvm"4409version = "0.53.0"4453version = "0.53.1"4410source = "registry+https://github.com/rust-lang/crates.io-index"4454source = "registry+https://github.com/rust-lang/crates.io-index"4411checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"4455checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"441244564413[[package]]4457[[package]]4414name = "windows_x86_64_msvc"4458name = "windows_x86_64_msvc"441844624419[[package]]4463[[package]]4420name = "windows_x86_64_msvc"4464name = "windows_x86_64_msvc"4421version = "0.53.0"4465version = "0.53.1"4422source = "registry+https://github.com/rust-lang/crates.io-index"4466source = "registry+https://github.com/rust-lang/crates.io-index"4423checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"4467checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"442444684425[[package]]4469[[package]]4426name = "wit-bindgen"4470name = "wit-bindgen"4427version = "0.45.0"4471version = "0.46.0"4428source = "registry+https://github.com/rust-lang/crates.io-index"4472source = "registry+https://github.com/rust-lang/crates.io-index"4429checksum = "052283831dbae3d879dc7f51f3d92703a316ca49f91540417d38591826127814"4473checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"443044744431[[package]]4475[[package]]4432name = "writeable"4476name = "writeable"449345374494[[package]]4538[[package]]4495name = "zerocopy"4539name = "zerocopy"4496version = "0.8.26"4540version = "0.8.27"4497source = "registry+https://github.com/rust-lang/crates.io-index"4541source = "registry+https://github.com/rust-lang/crates.io-index"4498checksum = "1039dd0d3c310cf05de012d8a39ff557cb0d23087fd44cad61df08fc31907a2f"4542checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"4499dependencies = [4543dependencies = [4500 "zerocopy-derive",4544 "zerocopy-derive",4501]4545]450245464503[[package]]4547[[package]]4504name = "zerocopy-derive"4548name = "zerocopy-derive"4505version = "0.8.26"4549version = "0.8.27"4506source = "registry+https://github.com/rust-lang/crates.io-index"4550source = "registry+https://github.com/rust-lang/crates.io-index"4507checksum = "9ecf5b4cc5364572d7f4c329661bcc82724222973f2cab6f050a4e5c22f75181"4551checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"4508dependencies = [4552dependencies = [4509 "proc-macro2",4553 "proc-macro2",4510 "quote",4554 "quote",453445784535[[package]]4579[[package]]4536name = "zeroize"4580name = "zeroize"4537version = "1.8.1"4581version = "1.8.2"4538source = "registry+https://github.com/rust-lang/crates.io-index"4582source = "registry+https://github.com/rust-lang/crates.io-index"4539checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"4583checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"4540dependencies = [4584dependencies = [4541 "zeroize_derive",4585 "zeroize_derive",4542]4586]Cargo.tomldiffbeforeafterboth--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,6 +21,5 @@
tempfile = "3.20"
thiserror = "2.0.12"
tokio = { version = "1.45.1", features = ["fs", "macros", "rt", "rt-multi-thread", "sync", "time"] }
-tokio-util = { version = "0.7.15", features = ["codec"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter", "fmt"] }
flake.lockdiffbeforeafterboth--- a/flake.lock
+++ b/flake.lock
@@ -2,11 +2,10 @@
"nodes": {
"crane": {
"locked": {
- "lastModified": 1753316655,
- "narHash": "sha256-tzWa2kmTEN69OEMhxFy+J2oWSvZP5QhEgXp3TROOzl0=",
+ "lastModified": 1759893430,
"owner": "ipetkov",
"repo": "crane",
- "rev": "f35a3372d070c9e9ccb63ba7ce347f0634ddf3d2",
+ "rev": "1979a2524cb8c801520bd94c38bb3d5692419d93",
"type": "github"
},
"original": {
@@ -38,11 +37,10 @@
]
},
"locked": {
- "lastModified": 1753121425,
- "narHash": "sha256-TVcTNvOeWWk1DXljFxVRp+E0tzG1LhrVjOGGoMHuXio=",
+ "lastModified": 1759362264,
"owner": "hercules-ci",
"repo": "flake-parts",
- "rev": "644e0fc48951a860279da645ba77fe4a6e814c5e",
+ "rev": "758cf7296bee11f1706a574c77d072b8a7baa881",
"type": "github"
},
"original": {
@@ -129,10 +127,10 @@
"nixpkgs-regression": "nixpkgs-regression"
},
"locked": {
- "lastModified": 1757031817,
+ "lastModified": 1760470562,
"owner": "deltarocks",
"repo": "nix",
- "rev": "2261305161dc02496c8aedcdda14ace04b9b1dc1",
+ "rev": "afd343b6cb750db3b774b6d35c4124f57812b382",
"type": "github"
},
"original": {
@@ -190,11 +188,10 @@
},
"nixpkgs_2": {
"locked": {
- "lastModified": 1753320130,
- "narHash": "sha256-KCuv6iYQ0XTVAEJvDLIsk99CJm7fuqIE0/KknyeYPtM=",
+ "lastModified": 1760466351,
"owner": "nixos",
"repo": "nixpkgs",
- "rev": "788cc7374af486168b8aab6ca49e316c03508a86",
+ "rev": "4fd03286e6963e64806af2b3cc8e4cb813a5303c",
"type": "github"
},
"original": {
@@ -223,11 +220,10 @@
]
},
"locked": {
- "lastModified": 1753238793,
- "narHash": "sha256-jmQeEpgX+++MEgrcikcwoSiI7vDZWLP0gci7XiWb9uQ=",
+ "lastModified": 1760409263,
"owner": "oxalica",
"repo": "rust-overlay",
- "rev": "0ad7ab4ca8e83febf147197e65c006dff60623ab",
+ "rev": "5694018463c2134e2369996b38deed41b1b9afc1",
"type": "github"
},
"original": {
@@ -238,11 +234,10 @@
},
"shelly": {
"locked": {
- "lastModified": 1737089050,
- "narHash": "sha256-SQ22z9L7fSC8FWNIlImpKeBGBUPoWpsTy9uc75o7uK0=",
+ "lastModified": 1756323923,
"owner": "CertainLach",
"repo": "shelly",
- "rev": "b5fa6bb56dcd1541ec399ceab1e95a74872ecd34",
+ "rev": "b5dd29a500db04f54a9f1c2bf81cdd84df8b0cd7",
"type": "github"
},
"original": {
@@ -258,11 +253,10 @@
]
},
"locked": {
- "lastModified": 1753006367,
- "narHash": "sha256-tzbhc4XttkyEhswByk5R38l+ztN9UDbnj0cTcP6Hp9A=",
+ "lastModified": 1760120816,
"owner": "numtide",
"repo": "treefmt-nix",
- "rev": "421b56313c65a0815a52b424777f55acf0b56ddf",
+ "rev": "761ae7aff00907b607125b2f57338b74177697ed",
"type": "github"
},
"original": {
flake.nixdiffbeforeafterboth--- a/flake.nix
+++ b/flake.nix
@@ -172,11 +172,6 @@
factory = craneLib.devShell;
packages = with pkgs; [
rust
- cargo-edit
- cargo-udeps
- cargo-fuzz
- cargo-watch
- cargo-outdated
pkg-config
openssl
@@ -184,6 +179,9 @@
inputs'.nix.packages.nix-expr-c
inputs'.nix.packages.nix-flake-c
inputs'.nix.packages.nix-fetchers-c
+ inputs'.nix.packages.nix-store-c
+
+ (rage.overrideAttrs {cargoFeatures = ["plugin"];})
];
environment.PROTOC = "${pkgs.protobuf}/bin/protoc";
};