don't
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: enable cross compile

Switch to bundled sqlite and rustls (instead of native-tls) to get
around build errors on cross compile container.

Signed-off-by: tjh <x@tjh.dev>

tjh 7ed15e8d 7d5338f6

+70 -245
+66 -238
Cargo.lock
··· 179 179 180 180 [[package]] 181 181 name = "aws-lc-rs" 182 - version = "1.15.3" 182 + version = "1.15.4" 183 183 source = "registry+https://github.com/rust-lang/crates.io-index" 184 - checksum = "e84ce723ab67259cfeb9877c6a639ee9eb7a27b28123abd71db7f0d5d0cc9d86" 184 + checksum = "7b7b6141e96a8c160799cc2d5adecd5cbbe5054cb8c7c4af53da0f83bb7ad256" 185 185 dependencies = [ 186 186 "aws-lc-sys", 187 187 "zeroize", ··· 189 189 190 190 [[package]] 191 191 name = "aws-lc-sys" 192 - version = "0.36.0" 192 + version = "0.37.0" 193 193 source = "registry+https://github.com/rust-lang/crates.io-index" 194 - checksum = "43a442ece363113bd4bd4c8b18977a7798dd4d3c3383f34fb61936960e8f4ad8" 194 + checksum = "5c34dda4df7017c8db52132f0f8a2e0f8161649d15723ed63fc00c82d0f2081a" 195 195 dependencies = [ 196 196 "cc", 197 197 "cmake", ··· 312 312 checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06" 313 313 314 314 [[package]] 315 - name = "bindgen" 316 - version = "0.69.5" 317 - source = "registry+https://github.com/rust-lang/crates.io-index" 318 - checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088" 319 - dependencies = [ 320 - "bitflags", 321 - "cexpr", 322 - "clang-sys", 323 - "itertools", 324 - "lazy_static", 325 - "lazycell", 326 - "proc-macro2", 327 - "quote", 328 - "regex", 329 - "rustc-hash 1.1.0", 330 - "shlex", 331 - "syn", 332 - ] 333 - 334 - [[package]] 335 315 name = "bitflags" 336 316 version = "2.10.0" 337 317 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 366 386 367 387 [[package]] 368 388 name = "cc" 369 - version = "1.2.53" 389 + version = "1.2.54" 370 390 source = "registry+https://github.com/rust-lang/crates.io-index" 371 - checksum = "755d2fce177175ffca841e9a06afdb2c4ab0f593d53b4dee48147dfaade85932" 391 + checksum = "6354c81bbfd62d9cfa9cb3c773c2b7b2a3a482d569de977fd0e961f6e7c00583" 372 392 dependencies = [ 373 393 "find-msvc-tools", 374 394 "jobserver", ··· 381 401 version = "1.1.0" 382 402 source = "registry+https://github.com/rust-lang/crates.io-index" 383 403 checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c" 384 - 385 - [[package]] 386 - name = "cexpr" 387 - version = "0.6.0" 388 - source = "registry+https://github.com/rust-lang/crates.io-index" 389 - checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766" 390 - dependencies = [ 391 - "nom", 392 - ] 393 404 394 405 [[package]] 395 406 name = "cfg-if" ··· 402 431 dependencies = [ 403 432 "crypto-common", 404 433 "inout", 405 - ] 406 - 407 - [[package]] 408 - name = "clang-sys" 409 - version = "1.8.1" 410 - source = "registry+https://github.com/rust-lang/crates.io-index" 411 - checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4" 412 - dependencies = [ 413 - "glob", 414 - "libc", 415 - "libloading", 416 434 ] 417 435 418 436 [[package]] ··· 1052 1092 version = "0.2.0" 1053 1093 source = "registry+https://github.com/rust-lang/crates.io-index" 1054 1094 checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb" 1055 - 1056 - [[package]] 1057 - name = "foreign-types" 1058 - version = "0.3.2" 1059 - source = "registry+https://github.com/rust-lang/crates.io-index" 1060 - checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 1061 - dependencies = [ 1062 - "foreign-types-shared", 1063 - ] 1064 - 1065 - [[package]] 1066 - name = "foreign-types-shared" 1067 - version = "0.1.1" 1068 - source = "registry+https://github.com/rust-lang/crates.io-index" 1069 - checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 1070 1095 1071 1096 [[package]] 1072 1097 name = "form_urlencoded" ··· 2097 2152 ] 2098 2153 2099 2154 [[package]] 2100 - name = "glob" 2101 - version = "0.3.3" 2102 - source = "registry+https://github.com/rust-lang/crates.io-index" 2103 - checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280" 2104 - 2105 - [[package]] 2106 2155 name = "group" 2107 2156 version = "0.13.0" 2108 2157 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2381 2442 "libc", 2382 2443 "percent-encoding", 2383 2444 "pin-project-lite", 2384 - "socket2 0.6.1", 2445 + "socket2 0.6.2", 2385 2446 "system-configuration", 2386 2447 "tokio", 2387 2448 "tower-service", ··· 2612 2673 checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695" 2613 2674 2614 2675 [[package]] 2615 - name = "itertools" 2616 - version = "0.12.1" 2617 - source = "registry+https://github.com/rust-lang/crates.io-index" 2618 - checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" 2619 - dependencies = [ 2620 - "either", 2621 - ] 2622 - 2623 - [[package]] 2624 2676 name = "itoa" 2625 2677 version = "1.0.17" 2626 2678 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2750 2820 "rand 0.9.2", 2751 2821 "rayon", 2752 2822 "reqwest", 2753 - "rustc-hash 2.1.1", 2823 + "rustc-hash", 2754 2824 "serde", 2755 2825 "serde_json", 2756 2826 "sqlx", ··· 2789 2859 ] 2790 2860 2791 2861 [[package]] 2792 - name = "lazycell" 2793 - version = "1.3.0" 2794 - source = "registry+https://github.com/rust-lang/crates.io-index" 2795 - checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" 2796 - 2797 - [[package]] 2798 2862 name = "lexicon" 2799 2863 version = "0.0.0" 2800 2864 dependencies = [ ··· 2809 2885 checksum = "bcc35a38544a891a5f7c865aca548a982ccb3b8650a5b06d0fd33a10283c56fc" 2810 2886 2811 2887 [[package]] 2812 - name = "libloading" 2813 - version = "0.8.9" 2814 - source = "registry+https://github.com/rust-lang/crates.io-index" 2815 - checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55" 2816 - dependencies = [ 2817 - "cfg-if", 2818 - "windows-link", 2819 - ] 2820 - 2821 - [[package]] 2822 2888 name = "libm" 2823 - version = "0.2.15" 2889 + version = "0.2.16" 2824 2890 source = "registry+https://github.com/rust-lang/crates.io-index" 2825 - checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de" 2891 + checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981" 2826 2892 2827 2893 [[package]] 2828 2894 name = "libredox" ··· 2831 2917 source = "registry+https://github.com/rust-lang/crates.io-index" 2832 2918 checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149" 2833 2919 dependencies = [ 2834 - "bindgen", 2835 2920 "cc", 2836 2921 "pkg-config", 2837 2922 "vcpkg", ··· 2938 3025 checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 2939 3026 2940 3027 [[package]] 2941 - name = "minimal-lexical" 2942 - version = "0.2.1" 2943 - source = "registry+https://github.com/rust-lang/crates.io-index" 2944 - checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 2945 - 2946 - [[package]] 2947 3028 name = "miniz_oxide" 2948 3029 version = "0.8.9" 2949 3030 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2960 3053 2961 3054 [[package]] 2962 3055 name = "moka" 2963 - version = "0.12.12" 3056 + version = "0.12.13" 2964 3057 source = "registry+https://github.com/rust-lang/crates.io-index" 2965 - checksum = "a3dec6bd31b08944e08b58fd99373893a6c17054d6f3ea5006cc894f4f4eee2a" 3058 + checksum = "b4ac832c50ced444ef6be0767a008b02c106a909ba79d1d830501e94b96f6b7e" 2966 3059 dependencies = [ 2967 3060 "async-lock", 2968 3061 "crossbeam-channel", ··· 2988 3081 "base256emoji", 2989 3082 "data-encoding", 2990 3083 "data-encoding-macro", 2991 - ] 2992 - 2993 - [[package]] 2994 - name = "native-tls" 2995 - version = "0.2.14" 2996 - source = "registry+https://github.com/rust-lang/crates.io-index" 2997 - checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e" 2998 - dependencies = [ 2999 - "libc", 3000 - "log", 3001 - "openssl", 3002 - "openssl-probe 0.1.6", 3003 - "openssl-sys", 3004 - "schannel", 3005 - "security-framework 2.11.1", 3006 - "security-framework-sys", 3007 - "tempfile", 3008 - ] 3009 - 3010 - [[package]] 3011 - name = "nom" 3012 - version = "7.1.3" 3013 - source = "registry+https://github.com/rust-lang/crates.io-index" 3014 - checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 3015 - dependencies = [ 3016 - "memchr", 3017 - "minimal-lexical", 3018 3084 ] 3019 3085 3020 3086 [[package]] ··· 3017 3137 3018 3138 [[package]] 3019 3139 name = "num-conv" 3020 - version = "0.1.0" 3140 + version = "0.2.0" 3021 3141 source = "registry+https://github.com/rust-lang/crates.io-index" 3022 - checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" 3142 + checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050" 3023 3143 3024 3144 [[package]] 3025 3145 name = "num-integer" ··· 3068 3188 checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" 3069 3189 3070 3190 [[package]] 3071 - name = "openssl" 3072 - version = "0.10.75" 3073 - source = "registry+https://github.com/rust-lang/crates.io-index" 3074 - checksum = "08838db121398ad17ab8531ce9de97b244589089e290a384c900cb9ff7434328" 3075 - dependencies = [ 3076 - "bitflags", 3077 - "cfg-if", 3078 - "foreign-types", 3079 - "libc", 3080 - "once_cell", 3081 - "openssl-macros", 3082 - "openssl-sys", 3083 - ] 3084 - 3085 - [[package]] 3086 - name = "openssl-macros" 3087 - version = "0.1.1" 3088 - source = "registry+https://github.com/rust-lang/crates.io-index" 3089 - checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" 3090 - dependencies = [ 3091 - "proc-macro2", 3092 - "quote", 3093 - "syn", 3094 - ] 3095 - 3096 - [[package]] 3097 - name = "openssl-probe" 3098 - version = "0.1.6" 3099 - source = "registry+https://github.com/rust-lang/crates.io-index" 3100 - checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e" 3101 - 3102 - [[package]] 3103 3191 name = "openssl-probe" 3104 3192 version = "0.2.1" 3105 3193 source = "registry+https://github.com/rust-lang/crates.io-index" 3106 3194 checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe" 3107 - 3108 - [[package]] 3109 - name = "openssl-sys" 3110 - version = "0.9.111" 3111 - source = "registry+https://github.com/rust-lang/crates.io-index" 3112 - checksum = "82cab2d520aa75e3c58898289429321eb788c3106963d0dc886ec7a5f4adc321" 3113 - dependencies = [ 3114 - "cc", 3115 - "libc", 3116 - "pkg-config", 3117 - "vcpkg", 3118 - ] 3119 3195 3120 3196 [[package]] 3121 3197 name = "option-ext" ··· 3289 3453 "pin-project-lite", 3290 3454 "quinn-proto", 3291 3455 "quinn-udp", 3292 - "rustc-hash 2.1.1", 3456 + "rustc-hash", 3293 3457 "rustls", 3294 - "socket2 0.6.1", 3458 + "socket2 0.6.2", 3295 3459 "thiserror 2.0.18", 3296 3460 "tokio", 3297 3461 "tracing", ··· 3310 3474 "lru-slab", 3311 3475 "rand 0.9.2", 3312 3476 "ring", 3313 - "rustc-hash 2.1.1", 3477 + "rustc-hash", 3314 3478 "rustls", 3315 3479 "rustls-pki-types", 3316 3480 "slab", ··· 3329 3493 "cfg_aliases", 3330 3494 "libc", 3331 3495 "once_cell", 3332 - "socket2 0.6.1", 3496 + "socket2 0.6.2", 3333 3497 "tracing", 3334 3498 "windows-sys 0.60.2", 3335 3499 ] 3336 3500 3337 3501 [[package]] 3338 3502 name = "quote" 3339 - version = "1.0.43" 3503 + version = "1.0.44" 3340 3504 source = "registry+https://github.com/rust-lang/crates.io-index" 3341 - checksum = "dc74d9a594b72ae6656596548f56f667211f8a97b3d4c3d467150794690dc40a" 3505 + checksum = "21b2ebcf727b7760c461f091f9f0f539b77b8e87f2fd88131e7f1b433b3cece4" 3342 3506 dependencies = [ 3343 3507 "proc-macro2", 3344 3508 ] ··· 3585 3749 3586 3750 [[package]] 3587 3751 name = "rustc-hash" 3588 - version = "1.1.0" 3589 - source = "registry+https://github.com/rust-lang/crates.io-index" 3590 - checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" 3591 - 3592 - [[package]] 3593 - name = "rustc-hash" 3594 3752 version = "2.1.1" 3595 3753 source = "registry+https://github.com/rust-lang/crates.io-index" 3596 3754 checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d" ··· 3631 3801 source = "registry+https://github.com/rust-lang/crates.io-index" 3632 3802 checksum = "612460d5f7bea540c490b2b6395d8e34a953e52b491accd6c86c8164c5932a63" 3633 3803 dependencies = [ 3634 - "openssl-probe 0.2.1", 3804 + "openssl-probe", 3635 3805 "rustls-pki-types", 3636 3806 "schannel", 3637 - "security-framework 3.5.1", 3807 + "security-framework", 3638 3808 ] 3639 3809 3640 3810 [[package]] ··· 3662 3832 "rustls-native-certs", 3663 3833 "rustls-platform-verifier-android", 3664 3834 "rustls-webpki", 3665 - "security-framework 3.5.1", 3835 + "security-framework", 3666 3836 "security-framework-sys", 3667 3837 "webpki-root-certs", 3668 3838 "windows-sys 0.61.2", ··· 3734 3904 "pkcs8", 3735 3905 "subtle", 3736 3906 "zeroize", 3737 - ] 3738 - 3739 - [[package]] 3740 - name = "security-framework" 3741 - version = "2.11.1" 3742 - source = "registry+https://github.com/rust-lang/crates.io-index" 3743 - checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" 3744 - dependencies = [ 3745 - "bitflags", 3746 - "core-foundation 0.9.4", 3747 - "core-foundation-sys", 3748 - "libc", 3749 - "security-framework-sys", 3750 3907 ] 3751 3908 3752 3909 [[package]] ··· 3895 4078 3896 4079 [[package]] 3897 4080 name = "signal-hook" 3898 - version = "0.4.1" 4081 + version = "0.4.3" 3899 4082 source = "registry+https://github.com/rust-lang/crates.io-index" 3900 - checksum = "2a37d01603c37b5466f808de79f845c7116049b0579adb70a6b7d47c1fa3a952" 4083 + checksum = "3b57709da74f9ff9f4a27dce9526eec25ca8407c45a7887243b031a58935fb8e" 3901 4084 dependencies = [ 3902 4085 "libc", 3903 4086 "signal-hook-registry", ··· 3965 4148 3966 4149 [[package]] 3967 4150 name = "socket2" 3968 - version = "0.6.1" 4151 + version = "0.6.2" 3969 4152 source = "registry+https://github.com/rust-lang/crates.io-index" 3970 - checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881" 4153 + checksum = "86f4aa3ad99f2088c990dfa82d367e19cb29268ed67c574d10d0a4bfe71f07e0" 3971 4154 dependencies = [ 3972 4155 "libc", 3973 4156 "windows-sys 0.60.2", ··· 4437 4620 4438 4621 [[package]] 4439 4622 name = "time" 4440 - version = "0.3.45" 4623 + version = "0.3.46" 4441 4624 source = "registry+https://github.com/rust-lang/crates.io-index" 4442 - checksum = "f9e442fc33d7fdb45aa9bfeb312c095964abdf596f7567261062b2a7107aaabd" 4625 + checksum = "9da98b7d9b7dad93488a84b8248efc35352b0b2657397d4167e7ad67e5d535e5" 4443 4626 dependencies = [ 4444 4627 "deranged", 4445 4628 "itoa", ··· 4452 4635 4453 4636 [[package]] 4454 4637 name = "time-core" 4455 - version = "0.1.7" 4638 + version = "0.1.8" 4456 4639 source = "registry+https://github.com/rust-lang/crates.io-index" 4457 - checksum = "8b36ee98fd31ec7426d599183e8fe26932a8dc1fb76ddb6214d05493377d34ca" 4640 + checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca" 4458 4641 4459 4642 [[package]] 4460 4643 name = "time-macros" 4461 - version = "0.2.25" 4644 + version = "0.2.26" 4462 4645 source = "registry+https://github.com/rust-lang/crates.io-index" 4463 - checksum = "71e552d1249bf61ac2a52db88179fd0673def1e1ad8243a00d9ec9ed71fee3dd" 4646 + checksum = "78cc610bac2dcee56805c99642447d4c5dbde4d01f752ffea0199aee1f601dc4" 4464 4647 dependencies = [ 4465 4648 "num-conv", 4466 4649 "time-core", ··· 4502 4685 "mio", 4503 4686 "pin-project-lite", 4504 4687 "signal-hook-registry", 4505 - "socket2 0.6.1", 4688 + "socket2 0.6.2", 4506 4689 "tokio-macros", 4507 4690 "windows-sys 0.61.2", 4508 4691 ] ··· 4516 4699 "proc-macro2", 4517 4700 "quote", 4518 4701 "syn", 4519 - ] 4520 - 4521 - [[package]] 4522 - name = "tokio-native-tls" 4523 - version = "0.3.1" 4524 - source = "registry+https://github.com/rust-lang/crates.io-index" 4525 - checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" 4526 - dependencies = [ 4527 - "native-tls", 4528 - "tokio", 4529 4702 ] 4530 4703 4531 4704 [[package]] ··· 4557 4750 dependencies = [ 4558 4751 "futures-util", 4559 4752 "log", 4560 - "native-tls", 4753 + "rustls", 4754 + "rustls-pki-types", 4561 4755 "tokio", 4562 - "tokio-native-tls", 4756 + "tokio-rustls", 4563 4757 "tungstenite", 4758 + "webpki-roots 0.26.11", 4564 4759 ] 4565 4760 4566 4761 [[package]] ··· 4750 4941 "http", 4751 4942 "httparse", 4752 4943 "log", 4753 - "native-tls", 4754 4944 "rand 0.9.2", 4945 + "rustls", 4946 + "rustls-pki-types", 4755 4947 "sha1", 4756 4948 "thiserror 2.0.18", 4757 4949 "utf-8", ··· 4845 5035 4846 5036 [[package]] 4847 5037 name = "uuid" 4848 - version = "1.19.0" 5038 + version = "1.20.0" 4849 5039 source = "registry+https://github.com/rust-lang/crates.io-index" 4850 - checksum = "e2e054861b4bd027cd373e18e8d8d8e6548085000e41290d95ce0c373a654b4a" 5040 + checksum = "ee48d38b119b0cd71fe4141b30f5ba9c7c5d9f4e7a3a8b4a674e4b6ef789976f" 4851 5041 dependencies = [ 4852 5042 "getrandom 0.3.4", 4853 5043 "js-sys", ··· 4996 5186 version = "1.0.5" 4997 5187 source = "registry+https://github.com/rust-lang/crates.io-index" 4998 5188 checksum = "36a29fc0408b113f68cf32637857ab740edfafdf460c326cd2afaa2d84cc05dc" 5189 + dependencies = [ 5190 + "rustls-pki-types", 5191 + ] 5192 + 5193 + [[package]] 5194 + name = "webpki-roots" 5195 + version = "0.26.11" 5196 + source = "registry+https://github.com/rust-lang/crates.io-index" 5197 + checksum = "521bc38abb08001b01866da9f51eb7c5d647a19260e00054a8c7fd5f9e57f7a9" 5198 + dependencies = [ 5199 + "webpki-roots 1.0.5", 5200 + ] 5201 + 5202 + [[package]] 5203 + name = "webpki-roots" 5204 + version = "1.0.5" 5205 + source = "registry+https://github.com/rust-lang/crates.io-index" 5206 + checksum = "12bed680863276c63889429bfd6cab3b99943659923822de1c8a39c49e4d722c" 4999 5207 dependencies = [ 5000 5208 "rustls-pki-types", 5001 5209 ] ··· 5444 5616 5445 5617 [[package]] 5446 5618 name = "zerocopy" 5447 - version = "0.8.33" 5619 + version = "0.8.34" 5448 5620 source = "registry+https://github.com/rust-lang/crates.io-index" 5449 - checksum = "668f5168d10b9ee831de31933dc111a459c97ec93225beb307aed970d1372dfd" 5621 + checksum = "71ddd76bcebeed25db614f82bf31a9f4222d3fbba300e6fb6c00afa26cbd4d9d" 5450 5622 dependencies = [ 5451 5623 "zerocopy-derive", 5452 5624 ] 5453 5625 5454 5626 [[package]] 5455 5627 name = "zerocopy-derive" 5456 - version = "0.8.33" 5628 + version = "0.8.34" 5457 5629 source = "registry+https://github.com/rust-lang/crates.io-index" 5458 - checksum = "2c7962b26b0a8685668b671ee4b54d007a67d4eaf05fda79ac0ecf41e32270f1" 5630 + checksum = "d8187381b52e32220d50b255276aa16a084ec0a9017a0ca2152a1f55c539758d" 5459 5631 dependencies = [ 5460 5632 "proc-macro2", 5461 5633 "quote", ··· 5530 5702 5531 5703 [[package]] 5532 5704 name = "zmij" 5533 - version = "1.0.16" 5705 + version = "1.0.17" 5534 5706 source = "registry+https://github.com/rust-lang/crates.io-index" 5535 - checksum = "dfcd145825aace48cff44a8844de64bf75feec3080e0aa5cdbde72961ae51a65" 5707 + checksum = "02aae0f83f69aafc94776e879363e9771d7ecbffe2c7fbb6c14c5e00dfe88439" 5536 5708 5537 5709 [[package]] 5538 5710 name = "zstd"
+2
Cross.toml
··· 1 + [build.env] 2 + passthrough = ["SQLX_OFFLINE=true"]
+1 -1
crates/jetstream/Cargo.toml
··· 20 20 flume = "0.12.0" 21 21 futures-util = "0.3.31" 22 22 tokio = { version = "1.48.0", features = ["macros", "rt", "sync", "time"] } 23 - tokio-tungstenite = { version = "0.28.0", features = ["native-tls"] } 23 + tokio-tungstenite = { version = "0.28.0", features = ["rustls-tls-webpki-roots"] } 24 24 tokio-util = "0.7.17" 25 25 tracing-subscriber = "0.3.20" 26 26
+1 -6
crates/knot/Cargo.toml
··· 39 39 rayon = "1.11.0" 40 40 rustc-hash = "2.1.1" 41 41 time.workspace = true 42 + sqlx = { version = "0.8.6", features = ["runtime-tokio", "sqlite", "time", "json", "macros", "derive"] } 42 43 tokio = { version = "1.47.1", features = ["io-util", "macros", "net", "process", "signal", "rt-multi-thread"] } 43 44 tokio-rayon = "2.1.0" 44 45 tokio-stream = { version = "0.1.17", features = ["time"] } ··· 53 52 [dev-dependencies] 54 53 http-body-util = "0.1.3" 55 54 tempfile = "3.24.0" 56 - 57 - [target.'cfg(not(target_os = "macos"))'.dependencies] 58 - sqlx = { version = "0.8.6", features = ["runtime-tokio", "sqlite-unbundled", "time", "json", "macros", "derive"] } 59 - 60 - [target.'cfg(target_os = "macos")'.dependencies] 61 - sqlx = { version = "0.8.6", features = ["runtime-tokio", "sqlite", "time", "json", "macros", "derive"] } 62 55 63 56 [target.'cfg(not(target_env = "msvc"))'.dependencies] 64 57 tikv-jemallocator = { version = "0.6.1", optional = true }