diff --git a/Cargo.lock b/Cargo.lock index 7fd7b40..c7874a2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -137,12 +137,6 @@ version = "1.0.89" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6" -[[package]] -name = "arrayvec" -version = "0.7.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" - [[package]] name = "async-channel" version = "1.9.0" @@ -291,6 +285,7 @@ dependencies = [ "cool_asserts", "serde 1.0.210", "sha2", + "sqlformat", "sqlx", "thiserror", "tokio", @@ -333,15 +328,6 @@ dependencies = [ "windows-targets 0.52.6", ] -[[package]] -name = "bare-metal" -version = "0.2.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5deb64efa5bd81e31fcd1938615a6d98c82eafcbcd787162b6f63b91d6bac5b3" -dependencies = [ - "rustc_version 0.2.3", -] - [[package]] name = "base64" version = "0.9.3" @@ -364,22 +350,6 @@ version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" -[[package]] -name = "bike" -version = "0.1.0" -dependencies = [ - "az", - "cortex-m", - "cortex-m-rt", - "embedded-alloc", - "embedded-hal", - "fixed", - "fugit", - "lights-core", - "panic-halt", - "rp-pico", -] - [[package]] name = "bindgen" version = "0.69.5" @@ -390,7 +360,7 @@ dependencies = [ "bitflags 2.6.0", "cexpr", "clang-sys", - "itertools 0.12.1", + "itertools", "lazy_static", "lazycell", "proc-macro2", @@ -422,12 +392,6 @@ version = "0.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61" -[[package]] -name = "bitfield" -version = "0.13.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46afbd2983a5d5a7bd740ccb198caf5b82f45c40c09c0eed36052d91cb92e719" - [[package]] name = "bitflags" version = "1.3.2" @@ -522,9 +486,9 @@ dependencies = [ [[package]] name = "cc" -version = "1.1.28" +version = "1.1.34" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e80e3b6a3ab07840e1cae9b0666a63970dc28e8ed5ffbcdacbfc760c281bfc1" +checksum = "67b9470d453346108f93a59222a9a1a5724db32d0a4727b7ab7ace4b4d822dc9" dependencies = [ "shlex", ] @@ -767,38 +731,6 @@ version = "0.8.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" -[[package]] -name = "cortex-m" -version = "0.7.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ec610d8f49840a5b376c69663b6369e71f4b34484b9b2eb29fb918d92516cb9" -dependencies = [ - "bare-metal", - "bitfield", - "embedded-hal", - "volatile-register", -] - -[[package]] -name = "cortex-m-rt" -version = "0.7.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee84e813d593101b1723e13ec38b6ab6abbdbaaa4546553f5395ed274079ddb1" -dependencies = [ - "cortex-m-rt-macros", -] - -[[package]] -name = "cortex-m-rt-macros" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0f6f3e36f203cfedbc78b357fb28730aa2c6dc1ab060ee5c2405e843988d3c7" -dependencies = [ - "proc-macro2", - "quote", - "syn 1.0.109", -] - [[package]] name = "cpufeatures" version = "0.2.14" @@ -817,15 +749,6 @@ dependencies = [ "crc-catalog", ] -[[package]] -name = "crc-any" -version = "2.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a62ec9ff5f7965e4d7280bd5482acd20aadb50d632cf6c1d74493856b011fa73" -dependencies = [ - "debug-helper", -] - [[package]] name = "crc-catalog" version = "2.4.0" @@ -841,12 +764,6 @@ dependencies = [ "cfg-if", ] -[[package]] -name = "critical-section" -version = "1.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f64009896348fc5af4222e9cf7d7d82a95a256c634ebcf61c53e4ea461422242" - [[package]] name = "crossbeam-deque" version = "0.8.5" @@ -964,12 +881,6 @@ version = "2.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2" -[[package]] -name = "debug-helper" -version = "0.3.13" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f578e8e2c440e7297e008bb5486a3a8a194775224bbc23729b0dbdfaeebf162e" - [[package]] name = "deflate" version = "0.8.6" @@ -1062,35 +973,6 @@ dependencies = [ "serde 1.0.210", ] -[[package]] -name = "embedded-alloc" -version = "0.5.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ddae17915accbac2cfbc64ea0ae6e3b330e6ea124ba108dada63646fd3c6f815" -dependencies = [ - "critical-section", - "linked_list_allocator", -] - -[[package]] -name = "embedded-dma" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "994f7e5b5cb23521c22304927195f236813053eb9c065dd2226a32ba64695446" -dependencies = [ - "stable_deref_trait", -] - -[[package]] -name = "embedded-hal" -version = "0.2.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "35949884794ad573cf46071e41c9b60efb0cb311e3ca01f7af807af1debc66ff" -dependencies = [ - "nb 0.1.3", - "void", -] - [[package]] name = "emseries" version = "0.6.0" @@ -1220,7 +1102,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "38e2275cc4e4fc009b0669731a1e5ab7ebf11f469eaede2bab9309a5b4d6057f" dependencies = [ "memoffset", - "rustc_version 0.4.1", + "rustc_version", ] [[package]] @@ -1392,45 +1274,6 @@ dependencies = [ "percent-encoding 2.3.1", ] -[[package]] -name = "frunk" -version = "0.4.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "874b6a17738fc273ec753618bac60ddaeac48cb1d7684c3e7bd472e57a28b817" -dependencies = [ - "frunk_core", - "frunk_derives", -] - -[[package]] -name = "frunk_core" -version = "0.4.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3529a07095650187788833d585c219761114005d5976185760cf794d265b6a5c" - -[[package]] -name = "frunk_derives" -version = "0.4.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e99b8b3c28ae0e84b604c75f721c21dc77afb3706076af5e8216d15fd1deaae3" -dependencies = [ - "frunk_proc_macro_helpers", - "quote", - "syn 2.0.79", -] - -[[package]] -name = "frunk_proc_macro_helpers" -version = "0.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "05a956ef36c377977e512e227dcad20f68c2786ac7a54dacece3746046fea5ce" -dependencies = [ - "frunk_core", - "proc-macro2", - "quote", - "syn 2.0.79", -] - [[package]] name = "ft-core" version = "0.1.0" @@ -1450,15 +1293,6 @@ version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba" -[[package]] -name = "fugit" -version = "0.3.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17186ad64927d5ac8f02c1e77ccefa08ccd9eaa314d5a4772278aa204a22f7e7" -dependencies = [ - "gcd", -] - [[package]] name = "futures" version = "0.3.31" @@ -1572,12 +1406,6 @@ dependencies = [ "slab", ] -[[package]] -name = "gcd" -version = "2.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d758ba1b47b00caf47f24925c0074ecb20d6dfcffe7f6d53395c0465674841a" - [[package]] name = "gdk-pixbuf" version = "0.18.5" @@ -2406,15 +2234,6 @@ version = "1.70.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" -[[package]] -name = "itertools" -version = "0.10.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" -dependencies = [ - "either", -] - [[package]] name = "itertools" version = "0.12.1" @@ -2604,12 +2423,6 @@ dependencies = [ "fixed", ] -[[package]] -name = "linked_list_allocator" -version = "0.10.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9afa463f5405ee81cdb9cc2baf37e08ec7e4c8209442b5d72c04cfb2cd6e6286" - [[package]] name = "linux-raw-sys" version = "0.4.14" @@ -2841,21 +2654,6 @@ dependencies = [ "tempfile", ] -[[package]] -name = "nb" -version = "0.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "801d31da0513b6ec5214e9bf433a77966320625a37860f910be265be6e18d06f" -dependencies = [ - "nb 1.1.0", -] - -[[package]] -name = "nb" -version = "1.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d5439c4ad607c3c23abf66de8c8bf57ba8adcd1f129e699851a6e43935d339d" - [[package]] name = "nix" version = "0.27.1" @@ -2965,26 +2763,6 @@ dependencies = [ "libc", ] -[[package]] -name = "num_enum" -version = "0.5.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1f646caf906c20226733ed5b1374287eb97e3c2a5c227ce668c1f2ce20ae57c9" -dependencies = [ - "num_enum_derive", -] - -[[package]] -name = "num_enum_derive" -version = "0.5.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dcbff9bc912032c62bf65ef1d5aea88983b420f4f839db1e9b0c281a25c9c799" -dependencies = [ - "proc-macro2", - "quote", - "syn 1.0.109", -] - [[package]] name = "object" version = "0.36.5" @@ -3107,12 +2885,6 @@ dependencies = [ "system-deps", ] -[[package]] -name = "panic-halt" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "de96540e0ebde571dc55c73d60ef407c653844e6f9a1e2fdbd40c07b9252d812" - [[package]] name = "parking" version = "2.2.1" @@ -3257,18 +3029,18 @@ dependencies = [ [[package]] name = "pin-project" -version = "1.1.6" +version = "1.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "baf123a161dde1e524adf36f90bc5d8d3462824a9c43553ad07a8183161189ec" +checksum = "be57f64e946e500c8ee36ef6331845d40a93055567ec57e8fae13efd33759b95" dependencies = [ "pin-project-internal", ] [[package]] name = "pin-project-internal" -version = "1.1.6" +version = "1.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4502d8515ca9f32f1fb543d987f63d95a14934883db45bdb48060b6b69257f8" +checksum = "3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c" dependencies = [ "proc-macro2", "quote", @@ -3287,17 +3059,6 @@ version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" -[[package]] -name = "pio" -version = "0.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "76e09694b50f89f302ed531c1f2a7569f0be5867aee4ab4f8f729bbeec0078e3" -dependencies = [ - "arrayvec", - "num_enum", - "paste", -] - [[package]] name = "piper" version = "0.2.4" @@ -3484,9 +3245,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.87" +version = "1.0.89" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3e4daa0dcf6feba26f985457cdf104d4b4256fc5a09547140f3631bb076b19a" +checksum = "f139b0662de085916d1fb67d2b4169d1addddda1919e696f3252b740b629986e" dependencies = [ "unicode-ident", ] @@ -3826,76 +3587,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "rp-pico" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6341771e6f8e5d130b2b3cbc23435b7847761adf198af09f4b2a60407d43bd56" -dependencies = [ - "cortex-m-rt", - "fugit", - "rp2040-boot2", - "rp2040-hal", - "usb-device", -] - -[[package]] -name = "rp2040-boot2" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c92f344f63f950ee36cf4080050e4dce850839b9175da38f9d2ffb69b4dbb21" -dependencies = [ - "crc-any", -] - -[[package]] -name = "rp2040-hal" -version = "0.9.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ff2b9ae7e6dd6720fd9f64250c9087260e50fe98b6b032ccca65be3581167ca" -dependencies = [ - "cortex-m", - "critical-section", - "embedded-dma", - "embedded-hal", - "frunk", - "fugit", - "itertools 0.10.5", - "nb 1.1.0", - "paste", - "pio", - "rand_core 0.6.4", - "rp2040-hal-macros", - "rp2040-pac", - "usb-device", - "vcell", - "void", -] - -[[package]] -name = "rp2040-hal-macros" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86479063e497efe1ae81995ef9071f54fd1c7427e04d6c5b84cde545ff672a5e" -dependencies = [ - "cortex-m-rt", - "proc-macro2", - "quote", - "syn 1.0.109", -] - -[[package]] -name = "rp2040-pac" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "12d9d8375815f543f54835d01160d4e47f9e2cae75f17ff8f1ec19ce1da96e4c" -dependencies = [ - "cortex-m", - "cortex-m-rt", - "critical-section", - "vcell", -] - [[package]] name = "rsa" version = "0.9.6" @@ -3928,22 +3619,13 @@ version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" -[[package]] -name = "rustc_version" -version = "0.2.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" -dependencies = [ - "semver 0.9.0", -] - [[package]] name = "rustc_version" version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" dependencies = [ - "semver 1.0.23", + "semver", ] [[package]] @@ -4065,27 +3747,12 @@ version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d369a96f978623eb3dc28807c4852d6cc617fed53da5d3c400feff1ef34a714a" -[[package]] -name = "semver" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" -dependencies = [ - "semver-parser", -] - [[package]] name = "semver" version = "1.0.23" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b" -[[package]] -name = "semver-parser" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" - [[package]] name = "serde" version = "0.9.15" @@ -4506,12 +4173,6 @@ dependencies = [ "urlencoding", ] -[[package]] -name = "stable_deref_trait" -version = "1.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" - [[package]] name = "stringprep" version = "0.1.5" @@ -5120,12 +4781,6 @@ version = "2.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da" -[[package]] -name = "usb-device" -version = "0.2.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1f6cc3adc849b5292b4075fc0d5fdcf2f24866e88e336dd27a8943090a520508" - [[package]] name = "utf-8" version = "0.7.6" @@ -5173,12 +4828,6 @@ version = "1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5a84c137d37ab0142f0f2ddfe332651fdbf252e7b7dbb4e67b6c1f1b2e925101" -[[package]] -name = "vcell" -version = "0.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77439c1b53d2303b20d9459b1ade71a83c716e3f9c34f3228c00e6f185d6c002" - [[package]] name = "vcpkg" version = "0.2.15" @@ -5215,21 +4864,6 @@ dependencies = [ "warp", ] -[[package]] -name = "void" -version = "1.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" - -[[package]] -name = "volatile-register" -version = "0.2.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "de437e2a6208b014ab52972a27e59b33fa2920d3e00fe05026167a1c509d19cc" -dependencies = [ - "vcell", -] - [[package]] name = "wait-timeout" version = "0.2.0" diff --git a/Cargo.nix b/Cargo.nix index 804fd8c..7a1a4af 100644 --- a/Cargo.nix +++ b/Cargo.nix @@ -45,16 +45,6 @@ rec { # File a bug if you depend on any for non-debug work! debug = internal.debugCrate { inherit packageId; }; }; - "bike" = rec { - packageId = "bike"; - build = internal.buildRustCrateWithFeatures { - packageId = "bike"; - }; - - # Debug support which might change between releases. - # File a bug if you depend on any for non-debug work! - debug = internal.debugCrate { inherit packageId; }; - }; "changeset" = rec { packageId = "changeset"; build = internal.buildRustCrateWithFeatures { @@ -547,6 +537,7 @@ rec { version = "0.2.18"; edition = "2018"; sha256 = "0kr6lfnxvnj164j1x38g97qjlhb7akppqzvgfs0697140ixbav2w"; + libName = "allocator_api2"; authors = [ "Zakarum " ]; @@ -562,6 +553,7 @@ rec { version = "0.1.1"; edition = "2018"; sha256 = "1w7ynjxrfs97xg3qlcdns4kgfpwcdv824g611fq32cag4cdr96g9"; + libName = "android_tzdata"; authors = [ "RumovZ" ]; @@ -588,6 +580,7 @@ rec { version = "0.9.2"; edition = "2018"; sha256 = "07p8r6jzb7nqydq0kr5pllckqcdxlyld2g275v425axnzffpxbyc"; + libName = "annotate_snippets"; authors = [ "Zibi Braniecki " ]; @@ -739,26 +732,12 @@ rec { }; resolvedDefaultFeatures = [ "default" "std" ]; }; - "arrayvec" = rec { - crateName = "arrayvec"; - version = "0.7.6"; - edition = "2018"; - sha256 = "0l1fz4ccgv6pm609rif37sl5nv5k6lbzi7kkppgzqzh1vwix20kw"; - authors = [ - "bluss" - ]; - features = { - "borsh" = [ "dep:borsh" ]; - "default" = [ "std" ]; - "serde" = [ "dep:serde" ]; - "zeroize" = [ "dep:zeroize" ]; - }; - }; "async-channel 1.9.0" = rec { crateName = "async-channel"; version = "1.9.0"; edition = "2018"; sha256 = "0dbdlkzlncbibd3ij6y6jmvjd0cmdn48ydcfdpfhw09njd93r5c1"; + libName = "async_channel"; authors = [ "Stjepan Glavina " ]; @@ -783,6 +762,7 @@ rec { version = "2.3.1"; edition = "2021"; sha256 = "0skvwxj6ysfc6d7bhczz9a2550260g62bm5gl0nmjxxyn007id49"; + libName = "async_channel"; authors = [ "Stjepan Glavina " ]; @@ -871,6 +851,7 @@ rec { version = "2.4.1"; edition = "2021"; sha256 = "1762s45cc134d38rrv0hyp41hv4iv6nmx59vswid2p0il8rvdc85"; + libName = "async_global_executor"; authors = [ "Marc-Antoine Perennou " ]; @@ -987,6 +968,7 @@ rec { version = "3.4.0"; edition = "2021"; sha256 = "060vh45i809wcqyxzs5g69nqiqah7ydz0hpkcjys9258vqn4fvpz"; + libName = "async_lock"; authors = [ "Stjepan Glavina " ]; @@ -1166,6 +1148,7 @@ rec { version = "4.7.1"; edition = "2021"; sha256 = "1pp3avr4ri2nbh7s6y9ws0397nkx1zymmcr14sq761ljarh3axcb"; + libName = "async_task"; authors = [ "Stjepan Glavina " ]; @@ -1229,6 +1212,7 @@ rec { version = "1.1.2"; edition = "2018"; sha256 = "1h5av1lw56m0jf0fd3bchxq8a30xv0b4wv8s4zkp4s0i7mfvs18m"; + libName = "atomic_waker"; authors = [ "Stjepan Glavina " "Contributors to futures-rs" @@ -1273,6 +1257,10 @@ rec { name = "sha2"; packageId = "sha2"; } + { + name = "sqlformat"; + packageId = "sqlformat"; + } { name = "sqlx"; packageId = "sqlx"; @@ -1391,24 +1379,6 @@ rec { }; resolvedDefaultFeatures = [ "default" "std" ]; }; - "bare-metal" = rec { - crateName = "bare-metal"; - version = "0.2.5"; - edition = "2015"; - sha256 = "1cy5pbb92fznnri72y6drfpjxj4qdmd62f0rrlgy70dxlppn9ssx"; - authors = [ - "Jorge Aparicio " - ]; - buildDependencies = [ - { - name = "rustc_version"; - packageId = "rustc_version 0.2.3"; - } - ]; - features = { - }; - resolvedDefaultFeatures = [ "const-fn" ]; - }; "base64 0.21.7" = rec { crateName = "base64"; version = "0.21.7"; @@ -1458,66 +1428,6 @@ rec { }; resolvedDefaultFeatures = [ "alloc" ]; }; - "bike" = rec { - crateName = "bike"; - version = "0.1.0"; - edition = "2021"; - crateBin = [ - { - name = "bike"; - path = "src/main.rs"; - requiredFeatures = [ ]; - } - ]; - # We can't filter paths with references in Nix 2.4 - # See https://github.com/NixOS/nix/issues/5410 - src = if ((lib.versionOlder builtins.nixVersion "2.4pre20211007") || (lib.versionOlder "2.5" builtins.nixVersion )) - then lib.cleanSourceWith { filter = sourceFilter; src = ./bike-lights/bike; } - else ./bike-lights/bike; - dependencies = [ - { - name = "az"; - packageId = "az"; - } - { - name = "cortex-m"; - packageId = "cortex-m"; - } - { - name = "cortex-m-rt"; - packageId = "cortex-m-rt"; - } - { - name = "embedded-alloc"; - packageId = "embedded-alloc"; - } - { - name = "embedded-hal"; - packageId = "embedded-hal"; - } - { - name = "fixed"; - packageId = "fixed"; - } - { - name = "fugit"; - packageId = "fugit"; - } - { - name = "lights-core"; - packageId = "lights-core"; - } - { - name = "panic-halt"; - packageId = "panic-halt"; - } - { - name = "rp-pico"; - packageId = "rp-pico"; - } - ]; - - }; "bindgen" = rec { crateName = "bindgen"; version = "0.69.5"; @@ -1552,7 +1462,7 @@ rec { } { name = "itertools"; - packageId = "itertools 0.12.1"; + packageId = "itertools"; usesDefaultFeatures = false; } { @@ -1609,6 +1519,7 @@ rec { version = "0.5.3"; edition = "2015"; sha256 = "1wcm9vxi00ma4rcxkl3pzzjli6ihrpn9cfdi0c5b4cvga2mxs007"; + libName = "bit_set"; authors = [ "Alexis Beingessner " ]; @@ -1630,6 +1541,7 @@ rec { version = "0.6.3"; edition = "2015"; sha256 = "1ywqjnv60cdh1slhz67psnp422md6jdliji6alq0gmly2xm9p7rl"; + libName = "bit_vec"; authors = [ "Alexis Beingessner " ]; @@ -1650,16 +1562,6 @@ rec { "Philipp Oppermann " ]; - }; - "bitfield" = rec { - crateName = "bitfield"; - version = "0.13.2"; - edition = "2015"; - sha256 = "06g7jb5r2b856vnhx76081fg90jvmy61kjqcfjysgmd5hclvvbs6"; - authors = [ - "Loïc Damien " - ]; - }; "bitflags 1.3.2" = rec { crateName = "bitflags"; @@ -1707,6 +1609,7 @@ rec { version = "0.10.4"; edition = "2018"; sha256 = "0w9sa2ypmrsqqvc20nhwr75wbb5cjr4kkyhpjm1z1lv2kdicfy1h"; + libName = "block_buffer"; authors = [ "RustCrypto Developers" ]; @@ -1925,9 +1828,9 @@ rec { }; "cc" = rec { crateName = "cc"; - version = "1.1.28"; + version = "1.1.34"; edition = "2018"; - sha256 = "1hdzh7161ixzmk6znpzdx0ldqw1rlrk0d6xf3h7881xblfvf701f"; + sha256 = "1j9dh96lpkksmfvjfiqa5nrlswm5l6lj54m5jf7i0iik8l6lgfb7"; authors = [ "Alex Crichton " ]; @@ -1964,6 +1867,7 @@ rec { version = "0.15.8"; edition = "2021"; sha256 = "00lgf717pmf5qd2qsxxzs815v6baqg38d6m5i6wlh235p14asryh"; + libName = "cfg_expr"; authors = [ "Embark " "Jake Shadle " @@ -1990,6 +1894,7 @@ rec { version = "1.0.0"; edition = "2018"; sha256 = "1za0vb97n4brpzpv8lsbnzmq5r8f2b0cpqqr0sy8h5bn751xxwds"; + libName = "cfg_if"; authors = [ "Alex Crichton " ]; @@ -2095,6 +2000,7 @@ rec { version = "0.8.6"; edition = "2021"; sha256 = "0vlksnmpb6rd4h55245agnfhphnpslwnq9al3aw3is43dd3f16nm"; + libName = "chrono_tz"; dependencies = [ { name = "chrono"; @@ -2141,6 +2047,7 @@ rec { version = "0.2.1"; edition = "2021"; sha256 = "03rmzd69cn7fp0fgkjr5042b3g54s2l941afjm3001ls7kqkjgj3"; + libName = "chrono_tz_build"; dependencies = [ { name = "parse-zoneinfo"; @@ -2169,6 +2076,7 @@ rec { version = "1.8.1"; edition = "2021"; sha256 = "1x1r9yqss76z8xwpdanw313ss6fniwc1r7dzb5ycjn0ph53kj0hb"; + libName = "clang_sys"; authors = [ "Kyle Mayes " ]; @@ -2387,6 +2295,7 @@ rec { version = "2.5.0"; edition = "2021"; sha256 = "0wrr3mzq2ijdkxwndhf79k952cp4zkz35ray8hvsxl96xrx1k82c"; + libName = "concurrent_queue"; authors = [ "Stjepan Glavina " "Taiki Endo " @@ -2452,6 +2361,7 @@ rec { then lib.cleanSourceWith { filter = sourceFilter; src = ./config-derive; } else ./config-derive; procMacro = true; + libName = "config_derive"; dependencies = [ { name = "quote"; @@ -2470,6 +2380,7 @@ rec { version = "0.9.6"; edition = "2021"; sha256 = "1y0jnqaq7p2wvspnx7qj76m7hjcqpz73qzvr9l2p9n2s51vr6if2"; + libName = "const_oid"; authors = [ "RustCrypto Developers" ]; @@ -2540,6 +2451,7 @@ rec { version = "0.3.3"; edition = "2018"; sha256 = "18mka6fk3843qq3jw1fdfvzyv05kx7kcmirfbs2vg2kbw9qzm1cq"; + libName = "cookie_factory"; authors = [ "Geoffroy Couprie " "Pierre Chifflier " @@ -2612,6 +2524,7 @@ rec { version = "0.9.4"; edition = "2018"; sha256 = "13zvbbj07yk3b61b8fhwfzhy35535a583irf23vlcg59j7h9bqci"; + libName = "core_foundation"; authors = [ "The Servo Project Developers" ]; @@ -2652,87 +2565,6 @@ rec { }; resolvedDefaultFeatures = [ "default" "link" ]; }; - "cortex-m" = rec { - crateName = "cortex-m"; - version = "0.7.7"; - edition = "2018"; - sha256 = "1fbca698v4gv57mv5fc48jrz8wcy6sv675n6fsrsah4qykc11ilf"; - authors = [ - "The Cortex-M Team " - "Jorge Aparicio " - ]; - dependencies = [ - { - name = "bare-metal"; - packageId = "bare-metal"; - features = [ "const-fn" ]; - } - { - name = "bitfield"; - packageId = "bitfield"; - } - { - name = "embedded-hal"; - packageId = "embedded-hal"; - } - { - name = "volatile-register"; - packageId = "volatile-register"; - } - ]; - features = { - "cm7-r0p1" = [ "cm7" ]; - "critical-section" = [ "dep:critical-section" ]; - "critical-section-single-core" = [ "critical-section/restore-state-bool" ]; - "serde" = [ "dep:serde" ]; - }; - }; - "cortex-m-rt" = rec { - crateName = "cortex-m-rt"; - version = "0.7.3"; - edition = "2021"; - sha256 = "1cfxg502gvcmaczmaij5maxbvaxnda5w6gp14cbin44ksl9yi17f"; - authors = [ - "The Cortex-M Team " - "Jorge Aparicio " - "Hideki Sekine " - ]; - dependencies = [ - { - name = "cortex-m-rt-macros"; - packageId = "cortex-m-rt-macros"; - } - ]; - features = { - }; - resolvedDefaultFeatures = [ "device" ]; - }; - "cortex-m-rt-macros" = rec { - crateName = "cortex-m-rt-macros"; - version = "0.7.0"; - edition = "2018"; - sha256 = "1iyki0wq8pj0qbjhw1mbq5njraihhyr7ydcbqzdzwg10dziz7xph"; - procMacro = true; - authors = [ - "Jorge Aparicio " - ]; - dependencies = [ - { - name = "proc-macro2"; - packageId = "proc-macro2"; - } - { - name = "quote"; - packageId = "quote"; - } - { - name = "syn"; - packageId = "syn 1.0.109"; - features = [ "extra-traits" "full" ]; - } - ]; - - }; "cpufeatures" = rec { crateName = "cpufeatures"; version = "0.2.14"; @@ -2782,35 +2614,12 @@ rec { ]; }; - "crc-any" = rec { - crateName = "crc-any"; - version = "2.5.0"; - edition = "2021"; - sha256 = "0wzs26q5cf29fhfnrkrjsr8dpai0rlm4im8b53by8rbrbzzwjbm6"; - authors = [ - "Magic Len " - ]; - dependencies = [ - { - name = "debug-helper"; - packageId = "debug-helper"; - optional = true; - } - ]; - features = { - "alloc" = [ "debug-helper" ]; - "debug-helper" = [ "dep:debug-helper" ]; - "default" = [ "alloc" ]; - "development" = [ "std" ]; - "heapless" = [ "dep:heapless" ]; - }; - resolvedDefaultFeatures = [ "alloc" "debug-helper" "default" ]; - }; "crc-catalog" = rec { crateName = "crc-catalog"; version = "2.4.0"; edition = "2018"; sha256 = "1xg7sz82w3nxp1jfn425fvn1clvbzb3zgblmxsyqpys0dckp9lqr"; + libName = "crc_catalog"; authors = [ "Akhil Velagapudi " ]; @@ -2836,22 +2645,12 @@ rec { }; resolvedDefaultFeatures = [ "default" "std" ]; }; - "critical-section" = rec { - crateName = "critical-section"; - version = "1.1.3"; - edition = "2018"; - sha256 = "0hi289hs8kiyqmhwzsrlqrba559av3bzg71f4bs5mz28cf4hjh7n"; - libName = "critical_section"; - features = { - "std" = [ "restore-state-bool" ]; - }; - resolvedDefaultFeatures = [ "restore-state-u8" ]; - }; "crossbeam-deque" = rec { crateName = "crossbeam-deque"; version = "0.8.5"; edition = "2021"; sha256 = "03bp38ljx4wj6vvy4fbhx41q8f585zyqix6pncz1mkz93z08qgv1"; + libName = "crossbeam_deque"; dependencies = [ { name = "crossbeam-epoch"; @@ -2875,6 +2674,7 @@ rec { version = "0.9.18"; edition = "2021"; sha256 = "03j2np8llwf376m3fxqx859mgp9f83hj1w34153c7a9c7i5ar0jv"; + libName = "crossbeam_epoch"; dependencies = [ { name = "crossbeam-utils"; @@ -2896,6 +2696,7 @@ rec { version = "0.3.11"; edition = "2021"; sha256 = "0d8y8y3z48r9javzj67v3p2yfswd278myz1j9vzc4sp7snslc0yz"; + libName = "crossbeam_queue"; dependencies = [ { name = "crossbeam-utils"; @@ -2915,6 +2716,7 @@ rec { version = "0.8.20"; edition = "2021"; sha256 = "100fksq5mm1n7zj242cclkw6yf7a4a8ix3lvpfkhxvdhbda9kv12"; + libName = "crossbeam_utils"; features = { "default" = [ "std" ]; "loom" = [ "dep:loom" ]; @@ -2939,6 +2741,7 @@ rec { version = "0.1.6"; edition = "2018"; sha256 = "1cvby95a6xg7kxdz5ln3rl9xh66nz66w46mm3g56ri1z5x815yqv"; + libName = "crypto_common"; authors = [ "RustCrypto Developers" ]; @@ -3199,6 +3002,7 @@ rec { version = "2.6.0"; edition = "2018"; sha256 = "1qnn68n4vragxaxlkqcb1r28d3hhj43wch67lm4rpxlw89wnjmp8"; + libName = "data_encoding"; authors = [ "Julien Cretin " ]; @@ -3208,16 +3012,6 @@ rec { }; resolvedDefaultFeatures = [ "alloc" "default" "std" ]; }; - "debug-helper" = rec { - crateName = "debug-helper"; - version = "0.3.13"; - edition = "2021"; - sha256 = "0bhnpzpgmg8dkdr27g2b49slf6ca79m4idcb01z2krs0qkifhy7m"; - authors = [ - "Magic Len " - ]; - - }; "deflate" = rec { crateName = "deflate"; version = "0.8.6"; @@ -3505,75 +3299,6 @@ rec { }; resolvedDefaultFeatures = [ "default" "serde" "use_std" ]; }; - "embedded-alloc" = rec { - crateName = "embedded-alloc"; - version = "0.5.1"; - edition = "2018"; - sha256 = "05gqqv9nyr33vbd0i8ab2bmfcc5kwgk0msk4pk7w5fncba8igbnx"; - authors = [ - "The Cortex-M Team " - "Jonathan Pallant " - "Jorge Aparicio " - "Sébastien Béchet " - ]; - dependencies = [ - { - name = "critical-section"; - packageId = "critical-section"; - } - { - name = "linked_list_allocator"; - packageId = "linked_list_allocator"; - usesDefaultFeatures = false; - } - ]; - features = { - }; - }; - "embedded-dma" = rec { - crateName = "embedded-dma"; - version = "0.2.0"; - edition = "2018"; - sha256 = "0ijld5jblcka4b95s1lwxd9k109nyaap34h44g122ddjbidpwkwr"; - authors = [ - "Jan Teske " - "Thales Fragoso " - ]; - dependencies = [ - { - name = "stable_deref_trait"; - packageId = "stable_deref_trait"; - usesDefaultFeatures = false; - } - ]; - - }; - "embedded-hal" = rec { - crateName = "embedded-hal"; - version = "0.2.7"; - edition = "2015"; - sha256 = "1zv6pkgg2yl0mzvh3jp326rhryqfnv4l27h78v7p7maag629i51m"; - authors = [ - "The Embedded HAL Team " - "Jorge Aparicio " - "Jonathan 'theJPster' Pallant " - ]; - dependencies = [ - { - name = "nb"; - packageId = "nb 0.1.3"; - } - { - name = "void"; - packageId = "void"; - usesDefaultFeatures = false; - } - ]; - features = { - "unproven" = [ "nb/unstable" ]; - }; - resolvedDefaultFeatures = [ "unproven" ]; - }; "emseries" = rec { crateName = "emseries"; version = "0.6.0"; @@ -3773,6 +3498,7 @@ rec { version = "2.5.3"; edition = "2018"; sha256 = "1q4w3pndc518crld6zsqvvpy9lkzwahp2zgza9kbzmmqh9gif1h2"; + libName = "event_listener"; authors = [ "Stjepan Glavina " ]; @@ -3783,6 +3509,7 @@ rec { version = "5.3.1"; edition = "2021"; sha256 = "1fkm6q4hjn61wl52xyqyyxai0x9w0ngrzi0wf1qsf8vhsadvwck0"; + libName = "event_listener"; authors = [ "Stjepan Glavina " "John Nunley " @@ -3820,6 +3547,7 @@ rec { version = "0.5.2"; edition = "2021"; sha256 = "18f5ri227khkayhv3ndv7yl4rnasgwksl2jhwgafcxzr7324s88g"; + libName = "event_listener_strategy"; authors = [ "John Nunley " ]; @@ -3924,6 +3652,7 @@ rec { version = "0.3.6"; edition = "2015"; sha256 = "0zq5sssaa2ckmcmxxbly8qgz3sxpb8g1lwv90sdh1z74qif2gqiq"; + libName = "field_offset"; authors = [ "Diggory Blake " ]; @@ -3936,7 +3665,7 @@ rec { buildDependencies = [ { name = "rustc_version"; - packageId = "rustc_version 0.4.1"; + packageId = "rustc_version"; } ]; @@ -4329,6 +4058,7 @@ rec { src = if ((lib.versionOlder builtins.nixVersion "2.4pre20211007") || (lib.versionOlder "2.5" builtins.nixVersion )) then lib.cleanSourceWith { filter = sourceFilter; src = ./fluent-ergonomics; } else ./fluent-ergonomics; + libName = "fluent_ergonomics"; authors = [ "Savanni D'Gerinel " ]; @@ -4357,6 +4087,7 @@ rec { version = "0.13.0"; edition = "2018"; sha256 = "152yxplc11vmxkslvmaqak9x86xnavnhdqyhrh38ym37jscd0jic"; + libName = "fluent_langneg"; authors = [ "Zibi Braniecki " ]; @@ -4384,6 +4115,7 @@ rec { edition = "2021"; crateBin = []; sha256 = "0gd3cdvsx9ymbb8hijcsc9wyf8h1pbcbpsafg4ldba56ji30qlra"; + libName = "fluent_syntax"; authors = [ "Zibi Braniecki " "Staś Małolepszy " @@ -4458,6 +4190,7 @@ rec { version = "0.3.2"; edition = "2015"; sha256 = "1cgk0vyd7r45cj769jym4a6s7vwshvd0z4bqrb92q1fwibmkkwzn"; + libName = "foreign_types"; authors = [ "Steven Fackler " ]; @@ -4474,6 +4207,7 @@ rec { version = "0.1.1"; edition = "2015"; sha256 = "0jxgzd04ra4imjv8jgkmdq59kj8fsz6w4zxsbmlai34h26225c00"; + libName = "foreign_types_shared"; authors = [ "Steven Fackler " ]; @@ -4501,106 +4235,6 @@ rec { }; resolvedDefaultFeatures = [ "alloc" "default" "std" ]; }; - "frunk" = rec { - crateName = "frunk"; - version = "0.4.3"; - edition = "2021"; - sha256 = "05xq51xfawnlgcz4qs6pn66c9sns1p3bl61nfpn77hlgfcbnljw7"; - authors = [ - "Lloyd " - ]; - dependencies = [ - { - name = "frunk_core"; - packageId = "frunk_core"; - usesDefaultFeatures = false; - } - { - name = "frunk_derives"; - packageId = "frunk_derives"; - usesDefaultFeatures = false; - } - ]; - features = { - "alloc" = [ "frunk_core/alloc" "serde?/alloc" ]; - "default" = [ "validated" "proc-macros" "alloc" ]; - "frunk_proc_macros" = [ "dep:frunk_proc_macros" ]; - "proc-macros" = [ "frunk_proc_macros" ]; - "serde" = [ "dep:serde" ]; - "std" = [ "alloc" "serde?/std" ]; - "validated" = [ "alloc" ]; - }; - }; - "frunk_core" = rec { - crateName = "frunk_core"; - version = "0.4.3"; - edition = "2021"; - sha256 = "0p3abck4syfgc1bihxjrbl0184bn3718bm9ki1w8f0b5jmqa0a9m"; - authors = [ - "Lloyd " - ]; - features = { - "alloc" = [ "serde?/alloc" ]; - "default" = [ "alloc" ]; - "serde" = [ "dep:serde" ]; - "std" = [ "alloc" ]; - }; - }; - "frunk_derives" = rec { - crateName = "frunk_derives"; - version = "0.4.3"; - edition = "2021"; - sha256 = "1qxavv8mzl8nh9gayxk0f2rsyxyw44f74py70jv883mf50y8p6z9"; - procMacro = true; - authors = [ - "Lloyd " - ]; - dependencies = [ - { - name = "frunk_proc_macro_helpers"; - packageId = "frunk_proc_macro_helpers"; - usesDefaultFeatures = false; - } - { - name = "quote"; - packageId = "quote"; - } - { - name = "syn"; - packageId = "syn 2.0.79"; - } - ]; - - }; - "frunk_proc_macro_helpers" = rec { - crateName = "frunk_proc_macro_helpers"; - version = "0.1.3"; - edition = "2021"; - sha256 = "1km5zr360x73xjn4v9f7d9wc4s0gsb57s8ifa5z9fxy36vpmda85"; - authors = [ - "Lloyd " - ]; - dependencies = [ - { - name = "frunk_core"; - packageId = "frunk_core"; - usesDefaultFeatures = false; - } - { - name = "proc-macro2"; - packageId = "proc-macro2"; - } - { - name = "quote"; - packageId = "quote"; - } - { - name = "syn"; - packageId = "syn 2.0.79"; - } - ]; - - }; "ft-core" = rec { crateName = "ft-core"; version = "0.1.0"; @@ -4617,6 +4251,7 @@ rec { src = if ((lib.versionOlder builtins.nixVersion "2.4pre20211007") || (lib.versionOlder "2.5" builtins.nixVersion )) then lib.cleanSourceWith { filter = sourceFilter; src = ./fitnesstrax/core; } else ./fitnesstrax/core; + libName = "ft_core"; dependencies = [ { name = "chrono"; @@ -4658,29 +4293,12 @@ rec { version = "0.1.1"; edition = "2018"; sha256 = "1fnkqrbz7ixxzsb04bsz9p0zzazanma8znfdqjvh39n14vapfvx0"; + libName = "fuchsia_cprng"; authors = [ "Erick Tryzelaar " ]; }; - "fugit" = rec { - crateName = "fugit"; - version = "0.3.7"; - edition = "2021"; - sha256 = "1rzp49521akq49vs9m8llgmdkk08zb77rry10a7srm9797b6l60p"; - authors = [ - "Emil Fresk " - ]; - dependencies = [ - { - name = "gcd"; - packageId = "gcd"; - } - ]; - features = { - "defmt" = [ "dep:defmt" ]; - }; - }; "futures" = rec { crateName = "futures"; version = "0.3.31"; @@ -4863,6 +4481,7 @@ rec { version = "2.3.0"; edition = "2021"; sha256 = "19gk4my8zhfym6gwnpdjiyv2hw8cc098skkbkhryjdaf0yspwljj"; + libName = "futures_lite"; authors = [ "Stjepan Glavina " "Contributors to futures-rs" @@ -5039,16 +4658,6 @@ rec { }; resolvedDefaultFeatures = [ "alloc" "async-await" "async-await-macro" "channel" "default" "futures-channel" "futures-io" "futures-macro" "futures-sink" "io" "memchr" "sink" "slab" "std" ]; }; - "gcd" = rec { - crateName = "gcd"; - version = "2.3.0"; - edition = "2021"; - sha256 = "06l4fib4dh4m6gazdrzzzinhvcpcfh05r4i4gzscl03vnjhqnx8x"; - authors = [ - "Corey Farwell " - ]; - - }; "gdk-pixbuf" = rec { crateName = "gdk-pixbuf"; version = "0.18.5"; @@ -5300,6 +4909,7 @@ rec { src = if ((lib.versionOlder builtins.nixVersion "2.4pre20211007") || (lib.versionOlder "2.5" builtins.nixVersion )) then lib.cleanSourceWith { filter = sourceFilter; src = ./geo-types; } else ./geo-types; + libName = "geo_types"; }; "getrandom" = rec { @@ -5636,6 +5246,7 @@ rec { version = "0.16.3"; edition = "2021"; sha256 = "1z73bl10zmxwrv16v4f5wcky1f3z5a2v0hknca54al4k2p5ka695"; + libName = "glib_build_tools"; authors = [ "The gtk-rs Project Developers" ]; @@ -5649,6 +5260,7 @@ rec { version = "0.17.10"; edition = "2021"; sha256 = "05p7ab2vn8962cbchi7a6hndhvw64nqk4w5kpg5z53iizsgdfrbs"; + libName = "glib_build_tools"; authors = [ "The gtk-rs Project Developers" ]; @@ -5662,6 +5274,7 @@ rec { version = "0.18.0"; edition = "2021"; sha256 = "0p5c2ayiam5bkp9wvq9f9ihwp06nqs5j801npjlwnhrl8rpwac9l"; + libName = "glib_build_tools"; authors = [ "The gtk-rs Project Developers" ]; @@ -5675,6 +5288,7 @@ rec { edition = "2021"; sha256 = "1p5cla53fcp195zp0hkqpmnn7iwmkdswhy7xh34002bw8y7j5c0b"; procMacro = true; + libName = "glib_macros"; authors = [ "The gtk-rs Project Developers" ]; @@ -5757,6 +5371,7 @@ rec { version = "0.3.0"; edition = "2021"; sha256 = "1519157n7xppkk6pdw5w52vy1llzn5iljkqd7q1h5609jv7l7cdv"; + libName = "gloo_timers"; authors = [ "Rust and WebAssembly Working Group" ]; @@ -6235,6 +5850,7 @@ rec { edition = "2021"; sha256 = "0bw3cchiycf7dw1bw4p8946gv38azxy05a5w0ndgcmxnz6fc8znm"; procMacro = true; + libName = "gtk4_macros"; authors = [ "The gtk-rs Project Developers" ]; @@ -6584,6 +6200,7 @@ rec { version = "0.2.0"; edition = "2015"; sha256 = "0ab469xfpd411mc3dhmjhmzrhqikzyj8a17jn5bkj9zfpy0n9xp7"; + libName = "headers_core"; authors = [ "Sean McArthur " ]; @@ -6628,6 +6245,7 @@ rec { version = "0.3.9"; edition = "2021"; sha256 = "092hxjbjnq5fmz66grd9plxd0sh6ssg5fhgwwwqbrzgzkjwdycfj"; + libName = "hermit_abi"; authors = [ "Stefan Lankes" ]; @@ -6644,6 +6262,7 @@ rec { version = "0.4.0"; edition = "2021"; sha256 = "1k1zwllx6nfq417hy38x4akw1ivlv68ymvnzyxs76ffgsqcskxpv"; + libName = "hermit_abi"; authors = [ "Stefan Lankes" ]; @@ -6731,6 +6350,7 @@ rec { version = "0.1.0"; edition = "2015"; sha256 = "02sgrgrbp693jv0v5iga7z47y6aj93cq0ia39finby9x17fw53l4"; + libName = "hex_string"; authors = [ "Savanni D'Gerinel " ]; @@ -6859,6 +6479,7 @@ rec { version = "0.4.6"; edition = "2018"; sha256 = "1lmyjfk6bqk6k9gkn1dxq770sb78pqbqshga241hr5p995bb5skw"; + libName = "http_body"; authors = [ "Carl Lerche " "Lucio Franco " @@ -7083,6 +6704,7 @@ rec { version = "0.5.0"; edition = "2018"; sha256 = "01crgy13102iagakf6q4mb75dprzr7ps1gj0l5hxm1cvm7gks66n"; + libName = "hyper_tls"; authors = [ "Sean McArthur " ]; @@ -7179,6 +6801,7 @@ rec { version = "0.1.2"; edition = "2018"; sha256 = "17r6jmj31chn7xs9698r122mapq85mfnv98bb4pg6spm0si2f67k"; + libName = "iana_time_zone_haiku"; authors = [ "René Kijewski " ]; @@ -7533,6 +7156,7 @@ rec { version = "0.5.2"; edition = "2021"; sha256 = "1nkvql7c7b76axv4g68di1p2m9bnxq1cbn6mlqcawf72zhhf08py"; + libName = "intl_memoizer"; authors = [ "Zibi Braniecki " "Manish Goregaokar " @@ -7687,27 +7311,7 @@ rec { }; resolvedDefaultFeatures = [ "default" ]; }; - "itertools 0.10.5" = rec { - crateName = "itertools"; - version = "0.10.5"; - edition = "2018"; - sha256 = "0ww45h7nxx5kj6z2y6chlskxd1igvs4j507anr6dzg99x1h25zdh"; - authors = [ - "bluss" - ]; - dependencies = [ - { - name = "either"; - packageId = "either"; - usesDefaultFeatures = false; - } - ]; - features = { - "default" = [ "use_std" ]; - "use_std" = [ "use_alloc" "either/use_std" ]; - }; - }; - "itertools 0.12.1" = rec { + "itertools" = rec { crateName = "itertools"; version = "0.12.1"; edition = "2018"; @@ -7744,6 +7348,7 @@ rec { version = "0.1.22"; edition = "2015"; sha256 = "1wnh0bmmswpgwhgmlizz545x8334nlbmkq8imy9k224ri3am7792"; + libName = "jpeg_decoder"; authors = [ "Ulf Nilsson " ]; @@ -7765,6 +7370,7 @@ rec { version = "0.3.1"; edition = "2021"; sha256 = "1c1k53svpdyfhibkmm0ir5w0v3qmcmca8xr8vnnmizwf6pdagm7m"; + libName = "jpeg_decoder"; authors = [ "The image-rs Developers" ]; @@ -7803,6 +7409,7 @@ rec { version = "1.0.7"; edition = "2018"; sha256 = "0zwp4bxkkp87rl7xy2dain77z977rvcry1gmr5bssdbn541v7s0d"; + libName = "kv_log_macro"; authors = [ "Yoshua Wuyts " ]; @@ -7820,6 +7427,7 @@ rec { version = "0.2.2"; edition = "2015"; sha256 = "16hrjdpa827carq5x4b8zhas24d8kg4s16m6nmmn1kb7cr5qh7d9"; + libName = "language_tags"; authors = [ "Pyfisch " ]; @@ -8103,6 +7711,7 @@ rec { version = "0.8.0"; edition = "2021"; sha256 = "07yh4i5grzbxkchg6dnxlwbdw2wm5jnd7ffbhl77jr0388b9f3dz"; + libName = "libspa_sys"; authors = [ "Tom Wagner " @@ -8131,6 +7740,7 @@ rec { version = "0.27.0"; edition = "2021"; sha256 = "05pp60ncrmyjlxxjj187808jkvpxm06w5lvvdwwvxd2qrmnj4kng"; + libName = "libsqlite3_sys"; authors = [ "The rusqlite developers" ]; @@ -8207,6 +7817,7 @@ rec { src = if ((lib.versionOlder builtins.nixVersion "2.4pre20211007") || (lib.versionOlder "2.5" builtins.nixVersion )) then lib.cleanSourceWith { filter = sourceFilter; src = ./bike-lights/core; } else ./bike-lights/core; + libName = "lights_core"; dependencies = [ { name = "az"; @@ -8219,26 +7830,12 @@ rec { ]; }; - "linked_list_allocator" = rec { - crateName = "linked_list_allocator"; - version = "0.10.5"; - edition = "2015"; - sha256 = "11k2dv6v5kq45kbvahll434f9iwfw0vsyaycp76q3vh5ahzldyls"; - authors = [ - "Philipp Oppermann " - ]; - features = { - "default" = [ "use_spin" ]; - "spinning_top" = [ "dep:spinning_top" ]; - "use_spin" = [ "spinning_top" ]; - "use_spin_nightly" = [ "use_spin" ]; - }; - }; "linux-raw-sys" = rec { crateName = "linux-raw-sys"; version = "0.4.14"; edition = "2021"; sha256 = "12gsjgbhhjwywpqcrizv80vrp7p7grsz5laqq773i33wphjsxcvq"; + libName = "linux_raw_sys"; authors = [ "Dan Gohman " ]; @@ -8595,6 +8192,7 @@ rec { version = "0.2.1"; edition = "2018"; sha256 = "16ppc5g84aijpri4jzv14rvcnslvlpphbszc7zzp6vfkddf4qdb8"; + libName = "minimal_lexical"; authors = [ "Alex Huszagh " ]; @@ -8859,6 +8457,7 @@ rec { version = "0.2.12"; edition = "2015"; sha256 = "0rkl65z70n7sy4d5w0qa99klg1hr43wx6kcprk4d2n9xr2r4wqd8"; + libName = "native_tls"; authors = [ "Steven Fackler " ]; @@ -8920,36 +8519,6 @@ rec { "vendored" = [ "openssl/vendored" ]; }; }; - "nb 0.1.3" = rec { - crateName = "nb"; - version = "0.1.3"; - edition = "2015"; - sha256 = "0vyh31pbwrg21f8hz1ipb9i20qwnfwx47gz92i9frdhk0pd327c0"; - authors = [ - "Jorge Aparicio " - ]; - dependencies = [ - { - name = "nb"; - packageId = "nb 1.1.0"; - } - ]; - features = { - }; - resolvedDefaultFeatures = [ "unstable" ]; - }; - "nb 1.1.0" = rec { - crateName = "nb"; - version = "1.1.0"; - edition = "2018"; - sha256 = "179kbn9l6vhshncycagis7f8mfjppz4fhvgnmcikqz30mp23jm4d"; - authors = [ - "Jorge Aparicio " - ]; - features = { - "defmt-0-3" = [ "dep:defmt" ]; - }; - }; "nix" = rec { crateName = "nix"; version = "0.27.1"; @@ -8996,6 +8565,7 @@ rec { version = "0.4.1"; edition = "2018"; sha256 = "132vrf710zsdp40yp1z3kgc2ss8pi0z4gmihsz3y7hl4dpd56f5r"; + libName = "no_std_compat"; authors = [ "jD91mZM2 " ]; @@ -9042,6 +8612,7 @@ rec { src = if ((lib.versionOlder builtins.nixVersion "2.4pre20211007") || (lib.versionOlder "2.5" builtins.nixVersion )) then lib.cleanSourceWith { filter = sourceFilter; src = ./nom-training; } else ./nom-training; + libName = "nom_training"; dependencies = [ { name = "cool_asserts"; @@ -9059,6 +8630,7 @@ rec { version = "0.8.4"; edition = "2021"; sha256 = "0lb12df24wgxxbspz4gw1sf1kdqwvpdcpwq4fdlwg4gj41c1k16w"; + libName = "num_bigint_dig"; authors = [ "dignifiedquire " "The Rust Project Developers" @@ -9138,6 +8710,7 @@ rec { version = "0.1.0"; edition = "2021"; sha256 = "1ndiyg82q73783jq18isi71a7mjh56wxrk52rlvyx0mi5z9ibmai"; + libName = "num_conv"; authors = [ "Jacob Pratt " ]; @@ -9148,6 +8721,7 @@ rec { version = "0.1.46"; edition = "2018"; sha256 = "13w5g54a9184cqlbsq80rnxw4jj4s0d8wv75jsq5r2lms8gncsbr"; + libName = "num_integer"; authors = [ "The Rust Project Developers" ]; @@ -9170,6 +8744,7 @@ rec { version = "0.1.45"; edition = "2018"; sha256 = "1gzm7vc5g9qsjjl3bqk9rz1h6raxhygbrcpbfl04swlh0i506a8l"; + libName = "num_iter"; authors = [ "The Rust Project Developers" ]; @@ -9204,6 +8779,7 @@ rec { version = "0.3.2"; edition = "2018"; sha256 = "01sgiwny9iflyxh2xz02sak71v2isc3x608hfdpwwzxi3j5l5b0j"; + libName = "num_rational"; authors = [ "The Rust Project Developers" ]; @@ -9240,6 +8816,7 @@ rec { version = "0.2.19"; edition = "2021"; sha256 = "0h984rhdkkqd4ny9cif7y2azl3xdfb7768hb9irhpsch4q3gq787"; + libName = "num_traits"; authors = [ "The Rust Project Developers" ]; @@ -9284,62 +8861,6 @@ rec { ]; }; - "num_enum" = rec { - crateName = "num_enum"; - version = "0.5.11"; - edition = "2018"; - sha256 = "1japmqhcxwn1d3k7q8jw58y7xfby51s16nzd6dkj483cj2pnqr0z"; - authors = [ - "Daniel Wagner-Hall " - "Daniel Henry-Mantilla " - "Vincent Esche " - ]; - dependencies = [ - { - name = "num_enum_derive"; - packageId = "num_enum_derive"; - usesDefaultFeatures = false; - } - ]; - features = { - "complex-expressions" = [ "num_enum_derive/complex-expressions" ]; - "default" = [ "std" ]; - "std" = [ "num_enum_derive/std" ]; - }; - }; - "num_enum_derive" = rec { - crateName = "num_enum_derive"; - version = "0.5.11"; - edition = "2018"; - sha256 = "16f7r4jila0ckcgdnfgqyhhb90w9m2pdbwayyqmwcci0j6ygkgyw"; - procMacro = true; - authors = [ - "Daniel Wagner-Hall " - "Daniel Henry-Mantilla " - "Vincent Esche " - ]; - dependencies = [ - { - name = "proc-macro2"; - packageId = "proc-macro2"; - } - { - name = "quote"; - packageId = "quote"; - } - { - name = "syn"; - packageId = "syn 1.0.109"; - features = [ "parsing" ]; - } - ]; - features = { - "complex-expressions" = [ "syn/full" ]; - "default" = [ "std" ]; - "proc-macro-crate" = [ "dep:proc-macro-crate" ]; - "std" = [ "proc-macro-crate" ]; - }; - }; "object" = rec { crateName = "object"; version = "0.36.5"; @@ -9445,6 +8966,7 @@ rec { edition = "2018"; sha256 = "173xxvfc63rr5ybwqwylsir0vq6xsj4kxiv4hmg4c3vscdmncj59"; procMacro = true; + libName = "openssl_macros"; dependencies = [ { name = "proc-macro2"; @@ -9467,6 +8989,7 @@ rec { version = "0.1.5"; edition = "2015"; sha256 = "1kq18qm48rvkwgcggfkqq6pm948190czqc94d6bm2sir5hq1l0gz"; + libName = "openssl_probe"; authors = [ "Alex Crichton " ]; @@ -9478,6 +9001,7 @@ rec { edition = "2018"; sha256 = "1mi9r5vbgqqwfa2nqlh2m0r1v5abhzjigfbi7ja0mx0xx7p8v7kz"; build = "build/main.rs"; + libName = "openssl_sys"; authors = [ "Alex Crichton " "Steven Fackler " @@ -9519,6 +9043,7 @@ rec { src = if ((lib.versionOlder builtins.nixVersion "2.4pre20211007") || (lib.versionOlder "2.5" builtins.nixVersion )) then lib.cleanSourceWith { filter = sourceFilter; src = ./otg/core; } else ./otg/core; + libName = "otg_core"; dependencies = [ { name = "async-std"; @@ -9591,6 +9116,7 @@ rec { src = if ((lib.versionOlder builtins.nixVersion "2.4pre20211007") || (lib.versionOlder "2.5" builtins.nixVersion )) then lib.cleanSourceWith { filter = sourceFilter; src = ./otg/gtk; } else ./otg/gtk; + libName = "otg_gtk"; dependencies = [ { name = "async-channel"; @@ -9742,16 +9268,6 @@ rec { }; resolvedDefaultFeatures = [ "v1_42" "v1_44" "v1_46" "v1_48" "v1_50" ]; }; - "panic-halt" = rec { - crateName = "panic-halt"; - version = "0.2.0"; - edition = "2015"; - sha256 = "04nqaa97ph20ppyy58grwr23hrbw83pn0gf7apf73rdx1q7595ny"; - authors = [ - "Emil Fresk " - ]; - - }; "parking" = rec { crateName = "parking"; version = "2.2.1"; @@ -9837,6 +9353,7 @@ rec { version = "0.3.1"; edition = "2021"; sha256 = "093cs8slbd6kyfi6h12isz0mnaayf5ha8szri1xrbqj4inqhaahz"; + libName = "parse_zoneinfo"; dependencies = [ { name = "regex"; @@ -9863,6 +9380,7 @@ rec { version = "0.7.0"; edition = "2021"; sha256 = "04l4852scl4zdva31c1z6jafbak0ni5pi0j38ml108zwzjdrrcw8"; + libName = "pem_rfc7468"; authors = [ "RustCrypto Developers" ]; @@ -9883,6 +9401,7 @@ rec { version = "1.0.1"; edition = "2015"; sha256 = "0cgq08v1fvr6bs5fvy390cz830lq4fak8havdasdacxcw790s09i"; + libName = "percent_encoding"; libPath = "lib.rs"; authors = [ "The rust-url developers" @@ -9894,6 +9413,7 @@ rec { version = "2.3.1"; edition = "2018"; sha256 = "0gi8wgx0dcy8rnv1kywdv98lwcx67hz0a0zwpib5v2i08r88y573"; + libName = "percent_encoding"; authors = [ "The rust-url developers" ]; @@ -10083,9 +9603,9 @@ rec { }; "pin-project" = rec { crateName = "pin-project"; - version = "1.1.6"; + version = "1.1.7"; edition = "2021"; - sha256 = "1v4924b870bss0x5ahww9a164d4dbny90vzkmljfbqfxc6hj7wds"; + sha256 = "15cvflrzsgp1zbl5gv37al2r62nl8lc37xkfwf70ql3fji7gcmxy"; libName = "pin_project"; dependencies = [ { @@ -10097,9 +9617,9 @@ rec { }; "pin-project-internal" = rec { crateName = "pin-project-internal"; - version = "1.1.6"; + version = "1.1.7"; edition = "2021"; - sha256 = "1y2pjavbcq40njylbnw3929i8nnrcdzrhgalzgqk57ya2n2jsl54"; + sha256 = "133mxf5vmvnvw4idw2y2lb5bxsza2xlyfl6psjy7mz3l12nmy3rw"; procMacro = true; libName = "pin_project_internal"; dependencies = [ @@ -10125,6 +9645,7 @@ rec { version = "0.2.14"; edition = "2018"; sha256 = "00nx3f04agwjlsmd3mc5rx5haibj2v8q9b52b0kwn63wcv4nz9mx"; + libName = "pin_project_lite"; }; "pin-utils" = rec { @@ -10132,37 +9653,11 @@ rec { version = "0.1.0"; edition = "2018"; sha256 = "117ir7vslsl2z1a7qzhws4pd01cg2d3338c47swjyvqv2n60v1wb"; + libName = "pin_utils"; authors = [ "Josef Brandl " ]; - }; - "pio" = rec { - crateName = "pio"; - version = "0.2.1"; - edition = "2018"; - sha256 = "1qvq03nbx6vjix7spr5fcxcbxw39flm1y72kxl1g728gnna9dq3n"; - authors = [ - "snek" - "The rp-rs developers" - ]; - dependencies = [ - { - name = "arrayvec"; - packageId = "arrayvec"; - usesDefaultFeatures = false; - } - { - name = "num_enum"; - packageId = "num_enum"; - usesDefaultFeatures = false; - } - { - name = "paste"; - packageId = "paste"; - } - ]; - }; "piper" = rec { crateName = "piper"; @@ -10278,6 +9773,7 @@ rec { version = "0.8.0"; edition = "2021"; sha256 = "04hiy3rl8v3j2dfzp04gr7r8l5azzqqsvqdzwa7sipdij27ii7l4"; + libName = "pipewire_sys"; authors = [ "Tom Wagner " @@ -10576,6 +10072,7 @@ rec { version = "1.3.1"; edition = "2021"; sha256 = "069r1k56bvgk0f58dm5swlssfcp79im230affwk6d9ck20g04k3z"; + libName = "proc_macro_crate"; authors = [ "Bastian Köcher " ]; @@ -10596,6 +10093,7 @@ rec { version = "2.0.2"; edition = "2021"; sha256 = "092x5acqnic14cw6vacqap5kgknq3jn4c6jij9zi6j85839jc3xh"; + libName = "proc_macro_crate"; authors = [ "Bastian Köcher " ]; @@ -10616,6 +10114,7 @@ rec { version = "1.0.4"; edition = "2018"; sha256 = "1373bhxaf0pagd8zkyd03kkx6bchzf6g0dkwrwzsnal9z47lj9fs"; + libName = "proc_macro_error"; authors = [ "CreepySkeleton " ]; @@ -10658,6 +10157,7 @@ rec { edition = "2018"; sha256 = "0sgq6m5jfmasmwwy8x4mjygx5l7kp8s4j60bv25ckv2j1qc41gm1"; procMacro = true; + libName = "proc_macro_error_attr"; authors = [ "CreepySkeleton " ]; @@ -10681,9 +10181,9 @@ rec { }; "proc-macro2" = rec { crateName = "proc-macro2"; - version = "1.0.87"; + version = "1.0.89"; edition = "2021"; - sha256 = "16mifsq1nqzk81qm82aszib44jsd23gpqic5z4kbmzpnvjhdmr5k"; + sha256 = "0vlq56v41dsj69pnk7lil7fxvbfid50jnzdn3xnr31g05mkb0fgi"; libName = "proc_macro2"; authors = [ "David Tolnay " @@ -10812,6 +10312,7 @@ rec { version = "1.2.3"; edition = "2015"; sha256 = "1q6za3v78hsspisc197bg3g7rpc989qycy8ypr8ap8igv10ikl51"; + libName = "quick_error"; authors = [ "Paul Colomiets " "Colin Kiegel " @@ -11360,6 +10861,7 @@ rec { version = "1.12.1"; edition = "2021"; sha256 = "1qpwim68ai5h0j7axa8ai8z0payaawv3id0lrgkqmapx7lx8fr8l"; + libName = "rayon_core"; authors = [ "Niko Matsakis " "Josh Stone " @@ -11843,6 +11345,7 @@ rec { src = if ((lib.versionOlder builtins.nixVersion "2.4pre20211007") || (lib.versionOlder "2.5" builtins.nixVersion )) then lib.cleanSourceWith { filter = sourceFilter; src = ./result-extended; } else ./result-extended; + libName = "result_extended"; devDependencies = [ { name = "thiserror"; @@ -11851,228 +11354,6 @@ rec { ]; }; - "rp-pico" = rec { - crateName = "rp-pico"; - version = "0.8.0"; - edition = "2018"; - sha256 = "0mmx8dyl0q1a9fgz12hrvwd7civqbd1j7g1w5c5i6pcfdwg7fhb3"; - authors = [ - "evan " - "The rp-rs Developers" - ]; - dependencies = [ - { - name = "cortex-m-rt"; - packageId = "cortex-m-rt"; - optional = true; - } - { - name = "fugit"; - packageId = "fugit"; - } - { - name = "rp2040-boot2"; - packageId = "rp2040-boot2"; - optional = true; - } - { - name = "rp2040-hal"; - packageId = "rp2040-hal"; - } - { - name = "usb-device"; - packageId = "usb-device"; - } - ]; - devDependencies = [ - { - name = "rp2040-hal"; - packageId = "rp2040-hal"; - features = [ "defmt" ]; - } - ]; - features = { - "boot2" = [ "rp2040-boot2" ]; - "cortex-m-rt" = [ "dep:cortex-m-rt" ]; - "critical-section-impl" = [ "rp2040-hal/critical-section-impl" ]; - "default" = [ "boot2" "rt" "critical-section-impl" "rom-func-cache" ]; - "disable-intrinsics" = [ "rp2040-hal/disable-intrinsics" ]; - "rom-func-cache" = [ "rp2040-hal/rom-func-cache" ]; - "rom-v2-intrinsics" = [ "rp2040-hal/rom-v2-intrinsics" ]; - "rp2040-boot2" = [ "dep:rp2040-boot2" ]; - "rp2040-e5" = [ "rp2040-hal/rp2040-e5" ]; - "rt" = [ "cortex-m-rt" "rp2040-hal/rt" ]; - }; - resolvedDefaultFeatures = [ "boot2" "cortex-m-rt" "critical-section-impl" "default" "rom-func-cache" "rp2040-boot2" "rt" ]; - }; - "rp2040-boot2" = rec { - crateName = "rp2040-boot2"; - version = "0.3.0"; - edition = "2018"; - sha256 = "08dv9ndvdzyjz4wdlxcikf1m1s6wwi80027ldkihx59zyr2g74kw"; - authors = [ - "The rp-rs Team" - ]; - buildDependencies = [ - { - name = "crc-any"; - packageId = "crc-any"; - } - ]; - features = { - }; - }; - "rp2040-hal" = rec { - crateName = "rp2040-hal"; - version = "0.9.2"; - edition = "2021"; - sha256 = "1jk725cf6nx6rhn06swbx47yaq3j134m0hpnv47p5mkdgspbkwhz"; - authors = [ - "The rp-rs Developers" - ]; - dependencies = [ - { - name = "cortex-m"; - packageId = "cortex-m"; - } - { - name = "critical-section"; - packageId = "critical-section"; - } - { - name = "embedded-dma"; - packageId = "embedded-dma"; - } - { - name = "embedded-hal"; - packageId = "embedded-hal"; - features = [ "unproven" ]; - } - { - name = "frunk"; - packageId = "frunk"; - usesDefaultFeatures = false; - } - { - name = "fugit"; - packageId = "fugit"; - } - { - name = "itertools"; - packageId = "itertools 0.10.5"; - usesDefaultFeatures = false; - } - { - name = "nb"; - packageId = "nb 1.1.0"; - } - { - name = "paste"; - packageId = "paste"; - } - { - name = "pio"; - packageId = "pio"; - } - { - name = "rand_core"; - packageId = "rand_core 0.6.4"; - } - { - name = "rp2040-hal-macros"; - packageId = "rp2040-hal-macros"; - } - { - name = "rp2040-pac"; - packageId = "rp2040-pac"; - features = [ "critical-section" ]; - } - { - name = "usb-device"; - packageId = "usb-device"; - } - { - name = "vcell"; - packageId = "vcell"; - } - { - name = "void"; - packageId = "void"; - usesDefaultFeatures = false; - } - ]; - features = { - "chrono" = [ "dep:chrono" ]; - "critical-section-impl" = [ "critical-section/restore-state-u8" ]; - "defmt" = [ "dep:defmt" ]; - "eh1_0_alpha" = [ "dep:eh1_0_alpha" "dep:eh_nb_1_0_alpha" ]; - "rt" = [ "rp2040-pac/rt" ]; - "rtic-monotonic" = [ "dep:rtic-monotonic" ]; - }; - resolvedDefaultFeatures = [ "critical-section-impl" "rom-func-cache" "rt" ]; - }; - "rp2040-hal-macros" = rec { - crateName = "rp2040-hal-macros"; - version = "0.1.0"; - edition = "2021"; - sha256 = "0piaczzlbrfdhidnqkg04xs1rzal3w3zjplrh6pf3vwpwiir0iw6"; - procMacro = true; - dependencies = [ - { - name = "cortex-m-rt"; - packageId = "cortex-m-rt"; - } - { - name = "proc-macro2"; - packageId = "proc-macro2"; - } - { - name = "quote"; - packageId = "quote"; - } - { - name = "syn"; - packageId = "syn 1.0.109"; - features = [ "extra-traits" "full" ]; - } - ]; - - }; - "rp2040-pac" = rec { - crateName = "rp2040-pac"; - version = "0.5.0"; - edition = "2018"; - sha256 = "0k3fm4fww6gcy7w7zwbmmqn9wzz4sih13l1m93sl7x8mb0vxin8j"; - authors = [ - "The RP-RS team" - ]; - dependencies = [ - { - name = "cortex-m"; - packageId = "cortex-m"; - } - { - name = "cortex-m-rt"; - packageId = "cortex-m-rt"; - optional = true; - } - { - name = "critical-section"; - packageId = "critical-section"; - optional = true; - } - { - name = "vcell"; - packageId = "vcell"; - } - ]; - features = { - "cortex-m-rt" = [ "dep:cortex-m-rt" ]; - "critical-section" = [ "dep:critical-section" ]; - "rt" = [ "cortex-m-rt/device" ]; - }; - resolvedDefaultFeatures = [ "cortex-m-rt" "critical-section" "rt" ]; - }; "rsa" = rec { crateName = "rsa"; version = "0.9.6"; @@ -12193,6 +11474,7 @@ rec { version = "1.1.0"; edition = "2015"; sha256 = "1qkc5khrmv5pqi5l5ca9p5nl5hs742cagrndhbrlk3dhlrx3zm08"; + libName = "rustc_hash"; authors = [ "The Rust Project Developers" ]; @@ -12201,23 +11483,7 @@ rec { }; resolvedDefaultFeatures = [ "default" "std" ]; }; - "rustc_version 0.2.3" = rec { - crateName = "rustc_version"; - version = "0.2.3"; - edition = "2015"; - sha256 = "02h3x57lcr8l2pm0a645s9whdh33pn5cnrwvn5cb57vcrc53x3hk"; - authors = [ - "Marvin Löbel " - ]; - dependencies = [ - { - name = "semver"; - packageId = "semver 0.9.0"; - } - ]; - - }; - "rustc_version 0.4.1" = rec { + "rustc_version" = rec { crateName = "rustc_version"; version = "0.4.1"; edition = "2018"; @@ -12225,7 +11491,7 @@ rec { dependencies = [ { name = "semver"; - packageId = "semver 1.0.23"; + packageId = "semver"; } ]; @@ -12346,6 +11612,7 @@ rec { version = "1.0.4"; edition = "2018"; sha256 = "1324n5bcns0rnw6vywr5agff3rwfvzphi7rmbyzwnv6glkhclx0w"; + libName = "rustls_pemfile"; dependencies = [ { name = "base64"; @@ -12359,6 +11626,7 @@ rec { version = "0.3.0"; edition = "2018"; sha256 = "0kxwq5c480gg6q0j3bg4zzyfh2kwmc3v2ba94jw8ncjc8mpcqgfb"; + libName = "rusty_fork"; authors = [ "Jason Lingle" ]; @@ -12443,6 +11711,7 @@ rec { version = "1.0.1"; edition = "2015"; sha256 = "15524h04mafihcvfpgxd8f4bgc3k95aclz8grjkg9a0rxcvn9kz1"; + libName = "scoped_tls"; authors = [ "Alex Crichton " ]; @@ -12498,6 +11767,7 @@ rec { version = "2.11.1"; edition = "2021"; sha256 = "00ldclwx78dm61v7wkach9lcx76awlrv0fdgjdwch4dmy12j4yw9"; + libName = "security_framework"; authors = [ "Steven Fackler " "Kornel " @@ -12602,28 +11872,7 @@ rec { "rustversion" = [ "dep:rustversion" ]; }; }; - "semver 0.9.0" = rec { - crateName = "semver"; - version = "0.9.0"; - edition = "2015"; - sha256 = "00q4lkcj0rrgbhviv9sd4p6qmdsipkwkbra7rh11jrhq5kpvjzhx"; - authors = [ - "Steve Klabnik " - "The Rust Project Developers" - ]; - dependencies = [ - { - name = "semver-parser"; - packageId = "semver-parser"; - } - ]; - features = { - "ci" = [ "serde" ]; - "serde" = [ "dep:serde" ]; - }; - resolvedDefaultFeatures = [ "default" ]; - }; - "semver 1.0.23" = rec { + "semver" = rec { crateName = "semver"; version = "1.0.23"; edition = "2018"; @@ -12637,16 +11886,6 @@ rec { }; resolvedDefaultFeatures = [ "default" "std" ]; }; - "semver-parser" = rec { - crateName = "semver-parser"; - version = "0.7.0"; - edition = "2015"; - sha256 = "18vhypw6zgccnrlm5ps1pwa0khz7ry927iznpr88b87cagr1v2iq"; - authors = [ - "Steve Klabnik " - ]; - - }; "serde 0.9.15" = rec { crateName = "serde"; version = "0.9.15"; @@ -13041,6 +12280,7 @@ rec { version = "1.4.2"; edition = "2015"; sha256 = "1cb5akgq8ajnd5spyn587srvs4n26ryq0p78nswffwhv46sf1sd9"; + libName = "signal_hook_registry"; authors = [ "Michal 'vorner' Vaner " "Masaki Hara " @@ -13088,6 +12328,7 @@ rec { version = "0.3.7"; edition = "2018"; sha256 = "1zkq40c3iajcnr5936gjp9jjh1lpzhy44p3dq3fiw75iwr1w2vfn"; + libName = "simd_adler32"; authors = [ "Marvin Countryman " ]; @@ -13419,6 +12660,7 @@ rec { version = "0.7.4"; edition = "2021"; sha256 = "1xiyr35dq10sf7lq00291svcj9wbaaz1ihandjmrng9a6jlmkfi4"; + libName = "sqlx_core"; authors = [ "Ryan Leckey " "Austin Bonander " @@ -13624,6 +12866,7 @@ rec { edition = "2021"; sha256 = "09rih250868nfkax022y5dyk24a7qfw6scjy3sgalbzb8lihx92f"; procMacro = true; + libName = "sqlx_macros"; authors = [ "Ryan Leckey " "Austin Bonander " @@ -13683,6 +12926,7 @@ rec { version = "0.7.4"; edition = "2021"; sha256 = "1j7k0fw7n6pgabqnj6cbp8s3rmd3yvqr4chjj878cvd1m99yycsq"; + libName = "sqlx_macros_core"; authors = [ "Ryan Leckey " "Austin Bonander " @@ -13806,6 +13050,7 @@ rec { version = "0.7.4"; edition = "2021"; sha256 = "066lxhb80xgb8r5m2yy3a7ydjvp0b6wsk9s7whwfa83d46817lqy"; + libName = "sqlx_mysql"; authors = [ "Ryan Leckey " "Austin Bonander " @@ -13993,6 +13238,7 @@ rec { version = "0.7.4"; edition = "2021"; sha256 = "0zjp30wj4n2f25dnb32vsg6jfpa3gw6dmfd0i5pr4kw91fw4x0kw"; + libName = "sqlx_postgres"; authors = [ "Ryan Leckey " "Austin Bonander " @@ -14166,6 +13412,7 @@ rec { version = "0.7.4"; edition = "2021"; sha256 = "1ap0bb2hazbrdgd7mhnckdg9xcchx0k094di9gnhpnhlhh5fyi5j"; + libName = "sqlx_sqlite"; authors = [ "Ryan Leckey " "Austin Bonander " @@ -14260,19 +13507,6 @@ rec { }; resolvedDefaultFeatures = [ "any" "json" "migrate" "offline" "serde" ]; }; - "stable_deref_trait" = rec { - crateName = "stable_deref_trait"; - version = "1.2.0"; - edition = "2015"; - sha256 = "1lxjr8q2n534b2lhkxd6l6wcddzjvnksi58zv11f9y0jjmr15wd8"; - authors = [ - "Robert Grosse " - ]; - features = { - "default" = [ "std" ]; - "std" = [ "alloc" ]; - }; - }; "stringprep" = rec { crateName = "stringprep"; version = "0.1.5"; @@ -14406,6 +13640,7 @@ rec { version = "0.5.1"; edition = "2021"; sha256 = "1rz0r30xn7fiyqay2dvzfy56cvaa3km74hnbz2d72p97bkf3lfms"; + libName = "system_configuration"; authors = [ "Mullvad VPN" ]; @@ -14430,6 +13665,7 @@ rec { version = "0.5.0"; edition = "2021"; sha256 = "1jckxvdr37bay3i9v52izgy52dg690x5xfg3hd394sv2xf4b2px7"; + libName = "system_configuration_sys"; authors = [ "Mullvad VPN" ]; @@ -14450,6 +13686,7 @@ rec { version = "6.2.2"; edition = "2018"; sha256 = "0j93ryw031n3h8b0nfpj5xwh3ify636xmv8kxianvlyyipmkbrd3"; + libName = "system_deps"; authors = [ "Guillaume Desmottes " "Josh Triplett " @@ -14799,6 +14036,7 @@ rec { version = "0.1.2"; edition = "2021"; sha256 = "1wx3qizcihw6z151hywfzzyd1y5dl804ydyxci6qm07vbakpr4pg"; + libName = "time_core"; authors = [ "Jacob Pratt " "Time contributors" @@ -14811,6 +14049,7 @@ rec { edition = "2021"; sha256 = "1kqwxvfh2jkpg38fy673d6danh1bhcmmbsmffww3mphgail2l99z"; procMacro = true; + libName = "time_macros"; authors = [ "Jacob Pratt " "Time contributors" @@ -14838,6 +14077,7 @@ rec { src = if ((lib.versionOlder builtins.nixVersion "2.4pre20211007") || (lib.versionOlder "2.5" builtins.nixVersion )) then lib.cleanSourceWith { filter = sourceFilter; src = ./timezone-testing; } else ./timezone-testing; + libName = "timezone_testing"; dependencies = [ { name = "chrono"; @@ -15019,6 +14259,7 @@ rec { edition = "2021"; sha256 = "0lnpg14h1v3fh2jvnc8cz7cjf0m7z1xgkwfpcyy632g829imjgb9"; procMacro = true; + libName = "tokio_macros"; authors = [ "Tokio Contributors " ]; @@ -15044,6 +14285,7 @@ rec { version = "0.3.1"; edition = "2018"; sha256 = "1wkfg6zn85zckmv4im7mv20ca6b1vmlib5xwz9p7g19wjfmpdbmv"; + libName = "tokio_native_tls"; authors = [ "Tokio Contributors " ]; @@ -15117,6 +14359,7 @@ rec { version = "0.21.0"; edition = "2018"; sha256 = "0f5wj0crsx74rlll97lhw0wk6y12nhdnqvmnjx002hjn08fmcfy8"; + libName = "tokio_tungstenite"; authors = [ "Daniel Abramov " "Alexey Galakhov " @@ -15427,6 +14670,7 @@ rec { edition = "2018"; sha256 = "1rvb5dn9z6d0xdj14r403z0af0bbaqhg02hq4jc97g5wds6lqw1l"; procMacro = true; + libName = "tracing_attributes"; authors = [ "Tokio Contributors " "Eliza Weisman " @@ -15456,6 +14700,7 @@ rec { version = "0.1.32"; edition = "2018"; sha256 = "0m5aglin3cdwxpvbg6kz0r9r0k31j48n0kcfwsp6l49z26k3svf0"; + libName = "tracing_core"; authors = [ "Tokio Contributors " ]; @@ -15500,6 +14745,7 @@ rec { version = "0.2.5"; edition = "2015"; sha256 = "0jqijrrvm1pyq34zn1jmy2vihd4jcrjlvsh4alkjahhssjnsn8g4"; + libName = "try_lock"; authors = [ "Sean McArthur " ]; @@ -15597,6 +14843,7 @@ rec { version = "0.5.0"; edition = "2018"; sha256 = "17qaga12nkankr7hi2mv43f4lnc78hg480kz6j9zmy4g0h28ddny"; + libName = "type_map"; authors = [ "Jacob Brown " ]; @@ -15683,6 +14930,7 @@ rec { edition = "2021"; sha256 = "0kx38ah6638pkqq5cac7nmvbg6x43v7fj5jgibla4lj8fv1dc5d6"; procMacro = true; + libName = "typeshare_annotation"; dependencies = [ { name = "quote"; @@ -15900,6 +15148,7 @@ rec { version = "0.4.2"; edition = "2015"; sha256 = "0zwwphsqkw5qaiqmjwngnfpv9ym85qcsyj7adip9qplzjzbn00zk"; + libName = "unsafe_any"; authors = [ "Jonathan Reem " ]; @@ -15980,18 +15229,6 @@ rec { ]; }; - "usb-device" = rec { - crateName = "usb-device"; - version = "0.2.9"; - edition = "2018"; - sha256 = "0205a850jhw9gb96scwfx1k4iwpjvighvz3m80mjkda9r2nw6v0z"; - authors = [ - "Matti Virkkunen " - ]; - features = { - "defmt" = [ "dep:defmt" ]; - }; - }; "utf-8" = rec { crateName = "utf-8"; version = "0.7.6"; @@ -16133,6 +15370,7 @@ rec { version = "1.9.0"; edition = "2021"; sha256 = "00aij8p1n7vcggkb9nxpwx9g5nqzclrf7prd1wpi9c3sscvw312s"; + libName = "value_bag"; authors = [ "Ashley Mannix " ]; @@ -16151,17 +15389,6 @@ rec { }; resolvedDefaultFeatures = [ "inline-i128" ]; }; - "vcell" = rec { - crateName = "vcell"; - version = "0.1.3"; - edition = "2015"; - sha256 = "00n0ss2z3rh0ihig6d4w7xp72g58f7g1m6s5v4h3nc6jacdrqhvp"; - authors = [ - "Jorge Aparicio " - ]; - features = { - }; - }; "vcpkg" = rec { crateName = "vcpkg"; version = "0.2.15"; @@ -16177,6 +15404,7 @@ rec { version = "0.2.0"; edition = "2021"; sha256 = "12y9262fhjm1wp0aj3mwhads7kv0jz8h168nn5fb8b43nwf9abl5"; + libName = "version_compare"; authors = [ "Tim Visee <3a4fb3964f@sinenomine.email>" ]; @@ -16246,35 +15474,6 @@ rec { } ]; - }; - "void" = rec { - crateName = "void"; - version = "1.0.2"; - edition = "2015"; - sha256 = "0zc8f0ksxvmhvgx4fdg0zyn6vdnbxd2xv9hfx4nhzg6kbs4f80ka"; - authors = [ - "Jonathan Reem " - ]; - features = { - "default" = [ "std" ]; - }; - }; - "volatile-register" = rec { - crateName = "volatile-register"; - version = "0.2.2"; - edition = "2015"; - sha256 = "1k0rkm81qyhn4r8f03z0sch2kyikkgjjfalpaami9c08c8m7whyy"; - authors = [ - "Jorge Aparicio " - "Jonathan 'theJPster' Pallant " - ]; - dependencies = [ - { - name = "vcell"; - packageId = "vcell"; - } - ]; - }; "wait-timeout" = rec { crateName = "wait-timeout"; @@ -16282,6 +15481,7 @@ rec { edition = "2015"; crateBin = []; sha256 = "1xpkk0j5l9pfmjfh1pi0i89invlavfrd9av5xp0zhxgb29dhy84z"; + libName = "wait_timeout"; authors = [ "Alex Crichton " ]; @@ -17211,6 +16411,7 @@ rec { version = "0.4.0"; edition = "2015"; sha256 = "1dmpa6mvcvzz16zg6d5vrfy4bxgg541wxrcip7cnshi06v38ffxc"; + libName = "winapi_i686_pc_windows_gnu"; authors = [ "Peter Atashian " ]; @@ -17240,6 +16441,7 @@ rec { version = "0.4.0"; edition = "2015"; sha256 = "0gqq64czqb64kskjryj8isp62m2sgvx25yyj3kpc2myh85w24bki"; + libName = "winapi_x86_64_pc_windows_gnu"; authors = [ "Peter Atashian " ]; @@ -17250,6 +16452,7 @@ rec { version = "0.52.0"; edition = "2021"; sha256 = "1nc3qv7sy24x0nlnb32f7alzpd6f72l4p24vl65vydbyil669ark"; + libName = "windows_core"; authors = [ "Microsoft" ]; @@ -17268,6 +16471,7 @@ rec { version = "0.48.0"; edition = "2018"; sha256 = "1aan23v5gs7gya1lc46hqn9mdh8yph3fhxmhxlw36pn6pqc28zb7"; + libName = "windows_sys"; authors = [ "Microsoft" ]; @@ -17561,6 +16765,7 @@ rec { version = "0.52.0"; edition = "2021"; sha256 = "0gd3v4ji88490zgb6b5mq5zgbvwv7zx1ibn8v3x83rwcdbryaar8"; + libName = "windows_sys"; authors = [ "Microsoft" ]; @@ -18067,6 +17272,7 @@ rec { version = "0.48.5"; edition = "2018"; sha256 = "034ljxqshifs1lan89xwpcy1hp0lhdh4b5n0d2z4fwjx2piacbws"; + libName = "windows_targets"; authors = [ "Microsoft" ]; @@ -18364,6 +17570,7 @@ rec { version = "0.1.2"; edition = "2018"; sha256 = "1w8vjlvxba6yvidqdvxddx3crl6z66h39qxj8xi6aqayw2nk0p7y"; + libName = "yansi_term"; authors = [ "ogham@bsago.me" "Ryan Scheel (Havvy) " @@ -18431,6 +17638,7 @@ rec { edition = "2018"; sha256 = "0gnf2ap2y92nwdalzz3x7142f2b83sni66l39vxp2ijd6j080kzs"; procMacro = true; + libName = "zerocopy_derive"; authors = [ "Joshua Liebow-Feeser " ]; @@ -18472,6 +17680,7 @@ rec { version = "0.2.54"; edition = "2021"; sha256 = "00kg24jh3zqa3i6rg6yksnb71bch9yi1casqydl00s7nw8pk7avk"; + libName = "zune_inflate"; dependencies = [ { name = "simd-adler32"; diff --git a/Cargo.toml b/Cargo.toml index 973a4db..db1cddf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ resolver = "2" members = [ "authdb", - "bike-lights/bike", + # "bike-lights/bike", "bike-lights/core", "bike-lights/simulator", "changeset", diff --git a/authdb/Cargo.toml b/authdb/Cargo.toml index 66b4cbf..2144874 100644 --- a/authdb/Cargo.toml +++ b/authdb/Cargo.toml @@ -19,6 +19,8 @@ clap = { version = "4", features = [ "derive" ] } serde = { version = "1.0", features = ["derive"] } sha2 = { version = "0.10" } sqlx = { version = "0.7", features = [ "runtime-tokio", "sqlite" ] } +# sqlformat introduced a mistaken breaking change in 0.2.7 +sqlformat = { version = "=0.2.6" } thiserror = { version = "1" } tokio = { version = "1", features = [ "full" ] } uuid = { version = "0.4", features = [ "serde", "v4" ] } diff --git a/crate-hashes.json b/crate-hashes.json index b3d489c..0bad19f 100644 --- a/crate-hashes.json +++ b/crate-hashes.json @@ -15,7 +15,6 @@ "registry+https://github.com/rust-lang/crates.io-index#anstyle-wincon@3.0.4": "1y2pkvsrdxbcwircahb4wimans2pzmwwxad7ikdhj5lpdqdlxxsv", "registry+https://github.com/rust-lang/crates.io-index#anstyle@1.0.8": "1cfmkza63xpn1kkz844mgjwm9miaiz4jkyczmwxzivcsypk1vv0v", "registry+https://github.com/rust-lang/crates.io-index#anyhow@1.0.89": "1xh1vg89n56h6nqikcmgbpmkixjds33492klrp9m96xrbmhgizc6", - "registry+https://github.com/rust-lang/crates.io-index#arrayvec@0.7.6": "0l1fz4ccgv6pm609rif37sl5nv5k6lbzi7kkppgzqzh1vwix20kw", "registry+https://github.com/rust-lang/crates.io-index#async-channel@1.9.0": "0dbdlkzlncbibd3ij6y6jmvjd0cmdn48ydcfdpfhw09njd93r5c1", "registry+https://github.com/rust-lang/crates.io-index#async-channel@2.3.1": "0skvwxj6ysfc6d7bhczz9a2550260g62bm5gl0nmjxxyn007id49", "registry+https://github.com/rust-lang/crates.io-index#async-executor@1.13.1": "1v6w1dbvsmw6cs4dk4lxj5dvrikc6xi479wikwaab2qy3h09mjih", @@ -31,7 +30,6 @@ "registry+https://github.com/rust-lang/crates.io-index#autocfg@1.4.0": "09lz3by90d2hphbq56znag9v87gfpd9gb8nr82hll8z6x2nhprdc", "registry+https://github.com/rust-lang/crates.io-index#az@1.2.1": "0ww9k1w3al7x5qmb7f13v3s9c2pg1pdxbs8xshqy6zyrchj4qzkv", "registry+https://github.com/rust-lang/crates.io-index#backtrace@0.3.74": "06pfif7nwx66qf2zaanc2fcq7m64i91ki9imw9xd3bnz5hrwp0ld", - "registry+https://github.com/rust-lang/crates.io-index#bare-metal@0.2.5": "1cy5pbb92fznnri72y6drfpjxj4qdmd62f0rrlgy70dxlppn9ssx", "registry+https://github.com/rust-lang/crates.io-index#base64@0.21.7": "0rw52yvsk75kar9wgqfwgb414kvil1gn7mqkrhn9zf1537mpsacx", "registry+https://github.com/rust-lang/crates.io-index#base64@0.9.3": "0hs62r35bgxslawyrn1vp9rmvrkkm76fqv0vqcwd048vs876r7a8", "registry+https://github.com/rust-lang/crates.io-index#base64ct@1.6.0": "0nvdba4jb8aikv60az40x2w1y96sjdq8z3yp09rwzmkhiwv1lg4c", @@ -39,7 +37,6 @@ "registry+https://github.com/rust-lang/crates.io-index#bit-set@0.5.3": "1wcm9vxi00ma4rcxkl3pzzjli6ihrpn9cfdi0c5b4cvga2mxs007", "registry+https://github.com/rust-lang/crates.io-index#bit-vec@0.6.3": "1ywqjnv60cdh1slhz67psnp422md6jdliji6alq0gmly2xm9p7rl", "registry+https://github.com/rust-lang/crates.io-index#bit_field@0.10.2": "0qav5rpm4hqc33vmf4vc4r0mh51yjx5vmd9zhih26n9yjs3730nw", - "registry+https://github.com/rust-lang/crates.io-index#bitfield@0.13.2": "06g7jb5r2b856vnhx76081fg90jvmy61kjqcfjysgmd5hclvvbs6", "registry+https://github.com/rust-lang/crates.io-index#bitflags@1.3.2": "12ki6w8gn1ldq7yz9y680llwk5gmrhrzszaa17g1sbrw2r2qvwxy", "registry+https://github.com/rust-lang/crates.io-index#bitflags@2.6.0": "1pkidwzn3hnxlsl8zizh0bncgbjnw7c41cx7bby26ncbzmiznj5h", "registry+https://github.com/rust-lang/crates.io-index#block-buffer@0.10.4": "0w9sa2ypmrsqqvc20nhwr75wbb5cjr4kkyhpjm1z1lv2kdicfy1h", @@ -51,7 +48,7 @@ "registry+https://github.com/rust-lang/crates.io-index#bytes@1.7.2": "1wzs7l57iwqmrszdpr2mmqf1b1hgvpxafc30imxhnry0zfl9m3a2", "registry+https://github.com/rust-lang/crates.io-index#cairo-rs@0.18.5": "1qjfkcq3mrh3p01nnn71dy3kn99g21xx3j8xcdvzn8ll2pq6x8lc", "registry+https://github.com/rust-lang/crates.io-index#cairo-sys-rs@0.18.2": "0lfsxl7ylw3phbnwmz3k58j1gnqi6kc2hdc7g3bb7f4hwnl9yp38", - "registry+https://github.com/rust-lang/crates.io-index#cc@1.1.28": "1hdzh7161ixzmk6znpzdx0ldqw1rlrk0d6xf3h7881xblfvf701f", + "registry+https://github.com/rust-lang/crates.io-index#cc@1.1.34": "1j9dh96lpkksmfvjfiqa5nrlswm5l6lj54m5jf7i0iik8l6lgfb7", "registry+https://github.com/rust-lang/crates.io-index#cexpr@0.6.0": "0rl77bwhs5p979ih4r0202cn5jrfsrbgrksp40lkfz5vk1x3ib3g", "registry+https://github.com/rust-lang/crates.io-index#cfg-expr@0.15.8": "00lgf717pmf5qd2qsxxzs815v6baqg38d6m5i6wlh235p14asryh", "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.0": "1za0vb97n4brpzpv8lsbnzmq5r8f2b0cpqqr0sy8h5bn751xxwds", @@ -74,15 +71,10 @@ "registry+https://github.com/rust-lang/crates.io-index#cool_asserts@2.0.3": "1v18dg7ifx41k2f82j3gsnpm1fg9wk5s4zv7sf42c7pnad72b7zf", "registry+https://github.com/rust-lang/crates.io-index#core-foundation-sys@0.8.7": "12w8j73lazxmr1z0h98hf3z623kl8ms7g07jch7n4p8f9nwlhdkp", "registry+https://github.com/rust-lang/crates.io-index#core-foundation@0.9.4": "13zvbbj07yk3b61b8fhwfzhy35535a583irf23vlcg59j7h9bqci", - "registry+https://github.com/rust-lang/crates.io-index#cortex-m-rt-macros@0.7.0": "1iyki0wq8pj0qbjhw1mbq5njraihhyr7ydcbqzdzwg10dziz7xph", - "registry+https://github.com/rust-lang/crates.io-index#cortex-m-rt@0.7.3": "1cfxg502gvcmaczmaij5maxbvaxnda5w6gp14cbin44ksl9yi17f", - "registry+https://github.com/rust-lang/crates.io-index#cortex-m@0.7.7": "1fbca698v4gv57mv5fc48jrz8wcy6sv675n6fsrsah4qykc11ilf", "registry+https://github.com/rust-lang/crates.io-index#cpufeatures@0.2.14": "1q3qd9qkw94vs7n5i0y3zz2cqgzcxvdgyb54ryngwmjhfbgrg1k0", - "registry+https://github.com/rust-lang/crates.io-index#crc-any@2.5.0": "0wzs26q5cf29fhfnrkrjsr8dpai0rlm4im8b53by8rbrbzzwjbm6", "registry+https://github.com/rust-lang/crates.io-index#crc-catalog@2.4.0": "1xg7sz82w3nxp1jfn425fvn1clvbzb3zgblmxsyqpys0dckp9lqr", "registry+https://github.com/rust-lang/crates.io-index#crc32fast@1.4.2": "1czp7vif73b8xslr3c9yxysmh9ws2r8824qda7j47ffs9pcnjxx9", "registry+https://github.com/rust-lang/crates.io-index#crc@3.2.1": "0dnn23x68qakzc429s1y9k9y3g8fn5v9jwi63jcz151sngby9rk9", - "registry+https://github.com/rust-lang/crates.io-index#critical-section@1.1.3": "0hi289hs8kiyqmhwzsrlqrba559av3bzg71f4bs5mz28cf4hjh7n", "registry+https://github.com/rust-lang/crates.io-index#crossbeam-deque@0.8.5": "03bp38ljx4wj6vvy4fbhx41q8f585zyqix6pncz1mkz93z08qgv1", "registry+https://github.com/rust-lang/crates.io-index#crossbeam-epoch@0.9.18": "03j2np8llwf376m3fxqx859mgp9f83hj1w34153c7a9c7i5ar0jv", "registry+https://github.com/rust-lang/crates.io-index#crossbeam-queue@0.3.11": "0d8y8y3z48r9javzj67v3p2yfswd278myz1j9vzc4sp7snslc0yz", @@ -90,7 +82,6 @@ "registry+https://github.com/rust-lang/crates.io-index#crunchy@0.2.2": "1dx9mypwd5mpfbbajm78xcrg5lirqk7934ik980mmaffg3hdm0bs", "registry+https://github.com/rust-lang/crates.io-index#crypto-common@0.1.6": "1cvby95a6xg7kxdz5ln3rl9xh66nz66w46mm3g56ri1z5x815yqv", "registry+https://github.com/rust-lang/crates.io-index#data-encoding@2.6.0": "1qnn68n4vragxaxlkqcb1r28d3hhj43wch67lm4rpxlw89wnjmp8", - "registry+https://github.com/rust-lang/crates.io-index#debug-helper@0.3.13": "0bhnpzpgmg8dkdr27g2b49slf6ca79m4idcb01z2krs0qkifhy7m", "registry+https://github.com/rust-lang/crates.io-index#deflate@0.8.6": "0x6iqlayg129w63999kz97m279m0jj4x4sm6gkqlvmp73y70yxvk", "registry+https://github.com/rust-lang/crates.io-index#der@0.7.9": "1h4vzjfa1lczxdf8avfj9qlwh1qianqlxdy1g5rn762qnvkzhnzm", "registry+https://github.com/rust-lang/crates.io-index#deranged@0.3.11": "1d1ibqqnr5qdrpw8rclwrf1myn3wf0dygl04idf4j2s49ah6yaxl", @@ -100,9 +91,6 @@ "registry+https://github.com/rust-lang/crates.io-index#displaydoc@0.2.5": "1q0alair462j21iiqwrr21iabkfnb13d6x5w95lkdg21q2xrqdlp", "registry+https://github.com/rust-lang/crates.io-index#dotenvy@0.15.7": "16s3n973n5aqym02692i1npb079n5mb0fwql42ikmwn8wnrrbbqs", "registry+https://github.com/rust-lang/crates.io-index#either@1.13.0": "1w2c1mybrd7vljyxk77y9f4w9dyjrmp3yp82mk7bcm8848fazcb0", - "registry+https://github.com/rust-lang/crates.io-index#embedded-alloc@0.5.1": "05gqqv9nyr33vbd0i8ab2bmfcc5kwgk0msk4pk7w5fncba8igbnx", - "registry+https://github.com/rust-lang/crates.io-index#embedded-dma@0.2.0": "0ijld5jblcka4b95s1lwxd9k109nyaap34h44g122ddjbidpwkwr", - "registry+https://github.com/rust-lang/crates.io-index#embedded-hal@0.2.7": "1zv6pkgg2yl0mzvh3jp326rhryqfnv4l27h78v7p7maag629i51m", "registry+https://github.com/rust-lang/crates.io-index#encoding_rs@0.8.34": "0nagpi1rjqdpvakymwmnlxzq908ncg868lml5b70n08bm82fjpdl", "registry+https://github.com/rust-lang/crates.io-index#env_logger@0.10.2": "1005v71kay9kbz1d5907l0y7vh9qn2fqsp2yfgb8bjvin6m0bm2c", "registry+https://github.com/rust-lang/crates.io-index#equivalent@1.0.1": "1malmx5f4lkfvqasz319lq6gb3ddg19yzf9s8cykfsgzdmyq0hsl", @@ -126,12 +114,7 @@ "registry+https://github.com/rust-lang/crates.io-index#foreign-types-shared@0.1.1": "0jxgzd04ra4imjv8jgkmdq59kj8fsz6w4zxsbmlai34h26225c00", "registry+https://github.com/rust-lang/crates.io-index#foreign-types@0.3.2": "1cgk0vyd7r45cj769jym4a6s7vwshvd0z4bqrb92q1fwibmkkwzn", "registry+https://github.com/rust-lang/crates.io-index#form_urlencoded@1.2.1": "0milh8x7nl4f450s3ddhg57a3flcv6yq8hlkyk6fyr3mcb128dp1", - "registry+https://github.com/rust-lang/crates.io-index#frunk@0.4.3": "05xq51xfawnlgcz4qs6pn66c9sns1p3bl61nfpn77hlgfcbnljw7", - "registry+https://github.com/rust-lang/crates.io-index#frunk_core@0.4.3": "0p3abck4syfgc1bihxjrbl0184bn3718bm9ki1w8f0b5jmqa0a9m", - "registry+https://github.com/rust-lang/crates.io-index#frunk_derives@0.4.3": "1qxavv8mzl8nh9gayxk0f2rsyxyw44f74py70jv883mf50y8p6z9", - "registry+https://github.com/rust-lang/crates.io-index#frunk_proc_macro_helpers@0.1.3": "1km5zr360x73xjn4v9f7d9wc4s0gsb57s8ifa5z9fxy36vpmda85", "registry+https://github.com/rust-lang/crates.io-index#fuchsia-cprng@0.1.1": "1fnkqrbz7ixxzsb04bsz9p0zzazanma8znfdqjvh39n14vapfvx0", - "registry+https://github.com/rust-lang/crates.io-index#fugit@0.3.7": "1rzp49521akq49vs9m8llgmdkk08zb77rry10a7srm9797b6l60p", "registry+https://github.com/rust-lang/crates.io-index#futures-channel@0.3.31": "040vpqpqlbk099razq8lyn74m0f161zd0rp36hciqrwcg2zibzrd", "registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.31": "0gk6yrxgi5ihfanm2y431jadrll00n5ifhnpx090c2f2q1cr1wh5", "registry+https://github.com/rust-lang/crates.io-index#futures-executor@0.3.31": "17vcci6mdfzx4gbk0wx64chr2f13wwwpvyf3xd5fb1gmjzcx2a0y", @@ -143,7 +126,6 @@ "registry+https://github.com/rust-lang/crates.io-index#futures-task@0.3.31": "124rv4n90f5xwfsm9qw6y99755y021cmi5dhzh253s920z77s3zr", "registry+https://github.com/rust-lang/crates.io-index#futures-util@0.3.31": "10aa1ar8bgkgbr4wzxlidkqkcxf77gffyj8j7768h831pcaq784z", "registry+https://github.com/rust-lang/crates.io-index#futures@0.3.31": "0xh8ddbkm9jy8kc5gbvjp9a4b6rqqxvc8471yb2qaz5wm2qhgg35", - "registry+https://github.com/rust-lang/crates.io-index#gcd@2.3.0": "06l4fib4dh4m6gazdrzzzinhvcpcfh05r4i4gzscl03vnjhqnx8x", "registry+https://github.com/rust-lang/crates.io-index#gdk-pixbuf-sys@0.18.0": "1xya543c4ffd2n7aiwwrdxsyc9casdbasafi6ixcknafckm3k61z", "registry+https://github.com/rust-lang/crates.io-index#gdk-pixbuf@0.18.5": "1v7svvl0g7zybndmis5inaqqgi1mvcc6s1n8rkb31f5zn3qzbqah", "registry+https://github.com/rust-lang/crates.io-index#gdk4-sys@0.7.2": "1w7yvir565sjrrw828lss07749hfpfsr19jdjzwivkx36brl7ayv", @@ -212,7 +194,6 @@ "registry+https://github.com/rust-lang/crates.io-index#iron@0.6.1": "1s4mf8395f693nhwsr0znw3j5frzn56gzllypyl50il85p50ily6", "registry+https://github.com/rust-lang/crates.io-index#is-terminal@0.4.13": "0jwgjjz33kkmnwai3nsdk1pz9vb6gkqvw1d1vq7bs3q48kinh7r6", "registry+https://github.com/rust-lang/crates.io-index#is_terminal_polyfill@1.70.1": "1kwfgglh91z33kl0w5i338mfpa3zs0hidq5j4ny4rmjwrikchhvr", - "registry+https://github.com/rust-lang/crates.io-index#itertools@0.10.5": "0ww45h7nxx5kj6z2y6chlskxd1igvs4j507anr6dzg99x1h25zdh", "registry+https://github.com/rust-lang/crates.io-index#itertools@0.12.1": "0s95jbb3ndj1lvfxyq5wanc0fm0r6hg6q4ngb92qlfdxvci10ads", "registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.11": "0nv9cqjwzr3q58qz84dcz63ggc54yhf1yqar1m858m1kfd4g3wa9", "registry+https://github.com/rust-lang/crates.io-index#jpeg-decoder@0.1.22": "1wnh0bmmswpgwhgmlizz545x8334nlbmkq8imy9k224ri3am7792", @@ -232,7 +213,6 @@ "registry+https://github.com/rust-lang/crates.io-index#libspa@0.8.0": "044qs48yl0llp2dmrgwxj9y1pgfy09i6fhq661zqqb9a3fwa9wv5", "registry+https://github.com/rust-lang/crates.io-index#libsqlite3-sys@0.27.0": "05pp60ncrmyjlxxjj187808jkvpxm06w5lvvdwwvxd2qrmnj4kng", "registry+https://github.com/rust-lang/crates.io-index#libyml@0.0.5": "106963pwg1gc3165bdlk8bbspmk919gk10vshhqglks3z8m700ik", - "registry+https://github.com/rust-lang/crates.io-index#linked_list_allocator@0.10.5": "11k2dv6v5kq45kbvahll434f9iwfw0vsyaycp76q3vh5ahzldyls", "registry+https://github.com/rust-lang/crates.io-index#linux-raw-sys@0.4.14": "12gsjgbhhjwywpqcrizv80vrp7p7grsz5laqq773i33wphjsxcvq", "registry+https://github.com/rust-lang/crates.io-index#lock_api@0.4.12": "05qvxa6g27yyva25a5ghsg85apdxkvr77yhkyhapj6r8vnf8pbq7", "registry+https://github.com/rust-lang/crates.io-index#log@0.3.9": "0jq23hhn5h35k7pa8r7wqnsywji6x3wn1q5q7lif5q536if8v7p1", @@ -256,8 +236,6 @@ "registry+https://github.com/rust-lang/crates.io-index#multer@2.1.0": "1hjiphaypj3phqaj5igrzcia9xfmf4rr4ddigbh8zzb96k1bvb01", "registry+https://github.com/rust-lang/crates.io-index#nary_tree@0.4.3": "1iqray1a716995l9mmvz5sfqrwg9a235bvrkpcn8bcqwjnwfv1pv", "registry+https://github.com/rust-lang/crates.io-index#native-tls@0.2.12": "0rkl65z70n7sy4d5w0qa99klg1hr43wx6kcprk4d2n9xr2r4wqd8", - "registry+https://github.com/rust-lang/crates.io-index#nb@0.1.3": "0vyh31pbwrg21f8hz1ipb9i20qwnfwx47gz92i9frdhk0pd327c0", - "registry+https://github.com/rust-lang/crates.io-index#nb@1.1.0": "179kbn9l6vhshncycagis7f8mfjppz4fhvgnmcikqz30mp23jm4d", "registry+https://github.com/rust-lang/crates.io-index#nix@0.27.1": "0ly0kkmij5f0sqz35lx9czlbk6zpihb7yh1bsy4irzwfd2f4xc1f", "registry+https://github.com/rust-lang/crates.io-index#no-std-compat@0.4.1": "132vrf710zsdp40yp1z3kgc2ss8pi0z4gmihsz3y7hl4dpd56f5r", "registry+https://github.com/rust-lang/crates.io-index#nom@7.1.3": "0jha9901wxam390jcf5pfa0qqfrgh8li787jx2ip0yk5b8y9hwyj", @@ -268,8 +246,6 @@ "registry+https://github.com/rust-lang/crates.io-index#num-rational@0.3.2": "01sgiwny9iflyxh2xz02sak71v2isc3x608hfdpwwzxi3j5l5b0j", "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19": "0h984rhdkkqd4ny9cif7y2azl3xdfb7768hb9irhpsch4q3gq787", "registry+https://github.com/rust-lang/crates.io-index#num_cpus@1.16.0": "0hra6ihpnh06dvfvz9ipscys0xfqa9ca9hzp384d5m02ssvgqqa1", - "registry+https://github.com/rust-lang/crates.io-index#num_enum@0.5.11": "1japmqhcxwn1d3k7q8jw58y7xfby51s16nzd6dkj483cj2pnqr0z", - "registry+https://github.com/rust-lang/crates.io-index#num_enum_derive@0.5.11": "16f7r4jila0ckcgdnfgqyhhb90w9m2pdbwayyqmwcci0j6ygkgyw", "registry+https://github.com/rust-lang/crates.io-index#object@0.36.5": "0gk8lhbs229c68lapq6w6qmnm4jkj48hrcw5ilfyswy514nhmpxf", "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.20.2": "0xb7rw1aqr7pa4z3b00y7786gyf8awx2gca3md73afy76dzgwq8j", "registry+https://github.com/rust-lang/crates.io-index#openssl-macros@0.1.1": "173xxvfc63rr5ybwqwylsir0vq6xsj4kxiv4hmg4c3vscdmncj59", @@ -278,7 +254,6 @@ "registry+https://github.com/rust-lang/crates.io-index#openssl@0.10.66": "1hfr9ffx67j455aqrmyys3c8l65ngbqrl5qi3v3fi8vhddwg8acm", "registry+https://github.com/rust-lang/crates.io-index#pango-sys@0.18.0": "1iaxalcaaj59cl9n10svh4g50v8jrc1a36kd7n9yahx8j7ikfrs3", "registry+https://github.com/rust-lang/crates.io-index#pango@0.18.3": "1r5ygq7036sv7w32kp8yxr6vgggd54iaavh3yckanmq4xg0px8kw", - "registry+https://github.com/rust-lang/crates.io-index#panic-halt@0.2.0": "04nqaa97ph20ppyy58grwr23hrbw83pn0gf7apf73rdx1q7595ny", "registry+https://github.com/rust-lang/crates.io-index#parking@2.2.1": "1fnfgmzkfpjd69v4j9x737b1k8pnn054bvzcn5dm3pkgq595d3gk", "registry+https://github.com/rust-lang/crates.io-index#parking_lot@0.12.3": "09ws9g6245iiq8z975h8ycf818a66q3c6zv4b5h8skpm7hc1igzi", "registry+https://github.com/rust-lang/crates.io-index#parking_lot_core@0.9.10": "1y3cf9ld9ijf7i4igwzffcn0xl16dxyn4c5bwgjck1dkgabiyh0y", @@ -295,11 +270,10 @@ "registry+https://github.com/rust-lang/crates.io-index#phf_generator@0.7.24": "0qi62gxk3x3whrmw5c4i71406icqk11qmpgln438p6qm7k4lqdh9", "registry+https://github.com/rust-lang/crates.io-index#phf_shared@0.11.2": "0azphb0a330ypqx3qvyffal5saqnks0xvl8rj73jlk3qxxgbkz4h", "registry+https://github.com/rust-lang/crates.io-index#phf_shared@0.7.24": "18371fla0vsj7d6d5rlfb747xbr2in11ar9vgv5qna72bnhp2kr3", - "registry+https://github.com/rust-lang/crates.io-index#pin-project-internal@1.1.6": "1y2pjavbcq40njylbnw3929i8nnrcdzrhgalzgqk57ya2n2jsl54", + "registry+https://github.com/rust-lang/crates.io-index#pin-project-internal@1.1.7": "133mxf5vmvnvw4idw2y2lb5bxsza2xlyfl6psjy7mz3l12nmy3rw", "registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.14": "00nx3f04agwjlsmd3mc5rx5haibj2v8q9b52b0kwn63wcv4nz9mx", - "registry+https://github.com/rust-lang/crates.io-index#pin-project@1.1.6": "1v4924b870bss0x5ahww9a164d4dbny90vzkmljfbqfxc6hj7wds", + "registry+https://github.com/rust-lang/crates.io-index#pin-project@1.1.7": "15cvflrzsgp1zbl5gv37al2r62nl8lc37xkfwf70ql3fji7gcmxy", "registry+https://github.com/rust-lang/crates.io-index#pin-utils@0.1.0": "117ir7vslsl2z1a7qzhws4pd01cg2d3338c47swjyvqv2n60v1wb", - "registry+https://github.com/rust-lang/crates.io-index#pio@0.2.1": "1qvq03nbx6vjix7spr5fcxcbxw39flm1y72kxl1g728gnna9dq3n", "registry+https://github.com/rust-lang/crates.io-index#piper@0.2.4": "0rn0mjjm0cwagdkay77wgmz3sqf8fqmv9d9czm79mvr2yj8c9j4n", "registry+https://github.com/rust-lang/crates.io-index#pipewire-sys@0.8.0": "04hiy3rl8v3j2dfzp04gr7r8l5azzqqsvqdzwa7sipdij27ii7l4", "registry+https://github.com/rust-lang/crates.io-index#pipewire@0.8.0": "1nldg1hz4v0qr26lzdxqpvrac4zbc3pb6436sl392425bjx4brh8", @@ -317,7 +291,7 @@ "registry+https://github.com/rust-lang/crates.io-index#proc-macro-crate@2.0.2": "092x5acqnic14cw6vacqap5kgknq3jn4c6jij9zi6j85839jc3xh", "registry+https://github.com/rust-lang/crates.io-index#proc-macro-error-attr@1.0.4": "0sgq6m5jfmasmwwy8x4mjygx5l7kp8s4j60bv25ckv2j1qc41gm1", "registry+https://github.com/rust-lang/crates.io-index#proc-macro-error@1.0.4": "1373bhxaf0pagd8zkyd03kkx6bchzf6g0dkwrwzsnal9z47lj9fs", - "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.87": "16mifsq1nqzk81qm82aszib44jsd23gpqic5z4kbmzpnvjhdmr5k", + "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.89": "0vlq56v41dsj69pnk7lil7fxvbfid50jnzdn3xnr31g05mkb0fgi", "registry+https://github.com/rust-lang/crates.io-index#proptest@1.5.0": "13gm7mphs95cw4gbgk5qiczkmr68dvcwhp58gmiz33dq2ccm3hml", "registry+https://github.com/rust-lang/crates.io-index#qoi@0.4.1": "00c0wkb112annn2wl72ixyd78mf56p4lxkhlmsggx65l3v3n8vbz", "registry+https://github.com/rust-lang/crates.io-index#quick-error@1.2.3": "1q6za3v78hsspisc197bg3g7rpc989qycy8ypr8ap8igv10ikl51", @@ -347,15 +321,9 @@ "registry+https://github.com/rust-lang/crates.io-index#regex@1.11.0": "1n5imk7yxam409ik5nagsjpwqvbg3f0g0mznd5drf549x1g0w81q", "registry+https://github.com/rust-lang/crates.io-index#remove_dir_all@0.5.3": "1rzqbsgkmr053bxxl04vmvsd1njyz0nxvly97aip6aa2cmb15k9s", "registry+https://github.com/rust-lang/crates.io-index#reqwest@0.11.27": "0qjary4hpplpgdi62d2m0xvbn6lnzckwffm0rgkm2x51023m6ryx", - "registry+https://github.com/rust-lang/crates.io-index#rp-pico@0.8.0": "0mmx8dyl0q1a9fgz12hrvwd7civqbd1j7g1w5c5i6pcfdwg7fhb3", - "registry+https://github.com/rust-lang/crates.io-index#rp2040-boot2@0.3.0": "08dv9ndvdzyjz4wdlxcikf1m1s6wwi80027ldkihx59zyr2g74kw", - "registry+https://github.com/rust-lang/crates.io-index#rp2040-hal-macros@0.1.0": "0piaczzlbrfdhidnqkg04xs1rzal3w3zjplrh6pf3vwpwiir0iw6", - "registry+https://github.com/rust-lang/crates.io-index#rp2040-hal@0.9.2": "1jk725cf6nx6rhn06swbx47yaq3j134m0hpnv47p5mkdgspbkwhz", - "registry+https://github.com/rust-lang/crates.io-index#rp2040-pac@0.5.0": "0k3fm4fww6gcy7w7zwbmmqn9wzz4sih13l1m93sl7x8mb0vxin8j", "registry+https://github.com/rust-lang/crates.io-index#rsa@0.9.6": "1z0d1aavfm0v4pv8jqmqhhvvhvblla1ydzlvwykpc3mkzhj523jx", "registry+https://github.com/rust-lang/crates.io-index#rustc-demangle@0.1.24": "07zysaafgrkzy2rjgwqdj2a8qdpsm6zv6f5pgpk9x0lm40z9b6vi", "registry+https://github.com/rust-lang/crates.io-index#rustc-hash@1.1.0": "1qkc5khrmv5pqi5l5ca9p5nl5hs742cagrndhbrlk3dhlrx3zm08", - "registry+https://github.com/rust-lang/crates.io-index#rustc_version@0.2.3": "02h3x57lcr8l2pm0a645s9whdh33pn5cnrwvn5cb57vcrc53x3hk", "registry+https://github.com/rust-lang/crates.io-index#rustc_version@0.4.1": "14lvdsmr5si5qbqzrajgb6vfn69k0sfygrvfvr2mps26xwi3mjyg", "registry+https://github.com/rust-lang/crates.io-index#rustix@0.38.37": "04b8f99c2g36gyggf4aphw8742k2b1vls3364n2z493whj5pijwa", "registry+https://github.com/rust-lang/crates.io-index#rustls-pemfile@1.0.4": "1324n5bcns0rnw6vywr5agff3rwfvzphi7rmbyzwnv6glkhclx0w", @@ -370,8 +338,6 @@ "registry+https://github.com/rust-lang/crates.io-index#security-framework@2.11.1": "00ldclwx78dm61v7wkach9lcx76awlrv0fdgjdwch4dmy12j4yw9", "registry+https://github.com/rust-lang/crates.io-index#self_cell@0.10.3": "0pci3zh23b7dg6jmlxbn8k4plb7hcg5jprd1qiz0rp04p1ilskp1", "registry+https://github.com/rust-lang/crates.io-index#self_cell@1.0.4": "0jki9brixzzy032d799xspz1gikc5n2w81w8q8yyn8w6jxpsjsfk", - "registry+https://github.com/rust-lang/crates.io-index#semver-parser@0.7.0": "18vhypw6zgccnrlm5ps1pwa0khz7ry927iznpr88b87cagr1v2iq", - "registry+https://github.com/rust-lang/crates.io-index#semver@0.9.0": "00q4lkcj0rrgbhviv9sd4p6qmdsipkwkbra7rh11jrhq5kpvjzhx", "registry+https://github.com/rust-lang/crates.io-index#semver@1.0.23": "12wqpxfflclbq4dv8sa6gchdh92ahhwn4ci1ls22wlby3h57wsb1", "registry+https://github.com/rust-lang/crates.io-index#serde@0.9.15": "1bsla8l5xr9pp5sirkal6mngxcq6q961km88jvf339j5ff8j7dil", "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.210": "0flc0z8wgax1k4j5bf2zyq48bgzyv425jkd5w0i6wbh7f8j5kqy8", @@ -402,7 +368,6 @@ "registry+https://github.com/rust-lang/crates.io-index#sqlx-postgres@0.7.4": "0zjp30wj4n2f25dnb32vsg6jfpa3gw6dmfd0i5pr4kw91fw4x0kw", "registry+https://github.com/rust-lang/crates.io-index#sqlx-sqlite@0.7.4": "1ap0bb2hazbrdgd7mhnckdg9xcchx0k094di9gnhpnhlhh5fyi5j", "registry+https://github.com/rust-lang/crates.io-index#sqlx@0.7.4": "1ahadprvyhjraq0c5712x3kdkp1gkwfm9nikrmcml2h03bzwr8n9", - "registry+https://github.com/rust-lang/crates.io-index#stable_deref_trait@1.2.0": "1lxjr8q2n534b2lhkxd6l6wcddzjvnksi58zv11f9y0jjmr15wd8", "registry+https://github.com/rust-lang/crates.io-index#stringprep@0.1.5": "1cb3jis4h2b767csk272zw92lc6jzfzvh8d6m1cd86yqjb9z6kbv", "registry+https://github.com/rust-lang/crates.io-index#strsim@0.11.1": "0kzvqlw8hxqb7y598w1s0hxlnmi84sg5vsipp3yg5na5d1rvba3x", "registry+https://github.com/rust-lang/crates.io-index#subtle@2.6.1": "14ijxaymghbl1p0wql9cib5zlwiina7kall6w7g89csprkgbvhhk", @@ -466,20 +431,16 @@ "registry+https://github.com/rust-lang/crates.io-index#url@1.7.2": "0nim1c90mxpi9wgdw2xh8dqd72vlklwlzam436akcrhjac6pqknx", "registry+https://github.com/rust-lang/crates.io-index#url@2.5.2": "0v2dx50mx7xzl9454cl5qmpjnhkbahmn59gd3apyipbgyyylsy12", "registry+https://github.com/rust-lang/crates.io-index#urlencoding@2.1.3": "1nj99jp37k47n0hvaz5fvz7z6jd0sb4ppvfy3nphr1zbnyixpy6s", - "registry+https://github.com/rust-lang/crates.io-index#usb-device@0.2.9": "0205a850jhw9gb96scwfx1k4iwpjvighvz3m80mjkda9r2nw6v0z", "registry+https://github.com/rust-lang/crates.io-index#utf-8@0.7.6": "1a9ns3fvgird0snjkd3wbdhwd3zdpc2h5gpyybrfr6ra5pkqxk09", "registry+https://github.com/rust-lang/crates.io-index#utf8parse@0.2.2": "088807qwjq46azicqwbhlmzwrbkz7l4hpw43sdkdyyk524vdxaq6", "registry+https://github.com/rust-lang/crates.io-index#uuid@0.4.0": "0cdj2v6v2yy3zyisij69waksd17cyir1n58kwyk1n622105wbzkw", "registry+https://github.com/rust-lang/crates.io-index#uuid@0.8.2": "1dy4ldcp7rnzjy56dxh7d2sgrcvn4q77y0a8r0a48946h66zjp5w", "registry+https://github.com/rust-lang/crates.io-index#uuid@1.10.0": "0503gvp08dh5mnm3f0ffqgisj6x3mbs53dmnn1lm19pga43a1pw1", "registry+https://github.com/rust-lang/crates.io-index#value-bag@1.9.0": "00aij8p1n7vcggkb9nxpwx9g5nqzclrf7prd1wpi9c3sscvw312s", - "registry+https://github.com/rust-lang/crates.io-index#vcell@0.1.3": "00n0ss2z3rh0ihig6d4w7xp72g58f7g1m6s5v4h3nc6jacdrqhvp", "registry+https://github.com/rust-lang/crates.io-index#vcpkg@0.2.15": "09i4nf5y8lig6xgj3f7fyrvzd3nlaw4znrihw8psidvv5yk4xkdc", "registry+https://github.com/rust-lang/crates.io-index#version-compare@0.2.0": "12y9262fhjm1wp0aj3mwhads7kv0jz8h168nn5fb8b43nwf9abl5", "registry+https://github.com/rust-lang/crates.io-index#version_check@0.1.5": "1pf91pvj8n6akh7w6j5ypka6aqz08b3qpzgs0ak2kjf4frkiljwi", "registry+https://github.com/rust-lang/crates.io-index#version_check@0.9.5": "0nhhi4i5x89gm911azqbn7avs9mdacw2i3vcz3cnmz3mv4rqz4hb", - "registry+https://github.com/rust-lang/crates.io-index#void@1.0.2": "0zc8f0ksxvmhvgx4fdg0zyn6vdnbxd2xv9hfx4nhzg6kbs4f80ka", - "registry+https://github.com/rust-lang/crates.io-index#volatile-register@0.2.2": "1k0rkm81qyhn4r8f03z0sch2kyikkgjjfalpaami9c08c8m7whyy", "registry+https://github.com/rust-lang/crates.io-index#wait-timeout@0.2.0": "1xpkk0j5l9pfmjfh1pi0i89invlavfrd9av5xp0zhxgb29dhy84z", "registry+https://github.com/rust-lang/crates.io-index#want@0.3.1": "03hbfrnvqqdchb5kgxyavb9jabwza0dmh2vw5kg0dq8rxl57d9xz", "registry+https://github.com/rust-lang/crates.io-index#warp@0.3.7": "07137zd13lchy5hxpspd0hs6sl19b0fv2zc1chf02nwnzw1d4y23", diff --git a/rust-toolchain b/rust-toolchain index 10e3c69..635cbe4 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1,3 +1,3 @@ [toolchain] -channel = "1.77.0" +channel = "1.81.0" targets = [ "wasm32-unknown-unknown", "thumbv6m-none-eabi" ]