Noreposts Feed

Merge pull request #10 from vitorpy/dependabot/cargo/reqwest-0.12.23

Bump reqwest from 0.11.27 to 0.12.23

authored by

Vitor Py and committed by
GitHub
517cc06b 9d0a230c

+135 -219
+134 -218
Cargo.lock
··· 156 "atrium-common", 157 "atrium-xrpc", 158 "chrono", 159 - "http 1.3.1", 160 "ipld-core", 161 "langtag", 162 "regex", ··· 217 source = "registry+https://github.com/rust-lang/crates.io-index" 218 checksum = "0216ad50ce34e9ff982e171c3659e65dedaa2ed5ac2994524debdc9a9647ffa8" 219 dependencies = [ 220 - "http 1.3.1", 221 "serde", 222 "serde_html_form", 223 "serde_json", ··· 232 checksum = "e099e5171f79faef52364ef0657a4cab086a71b384a779a29597a91b780de0d5" 233 dependencies = [ 234 "atrium-xrpc", 235 - "reqwest 0.12.23", 236 ] 237 238 [[package]] ··· 251 "axum-core", 252 "bytes", 253 "futures-util", 254 - "http 1.3.1", 255 - "http-body 1.0.1", 256 "http-body-util", 257 - "hyper 1.7.0", 258 "hyper-util", 259 "itoa", 260 "matchit", ··· 267 "serde_json", 268 "serde_path_to_error", 269 "serde_urlencoded", 270 - "sync_wrapper 1.0.2", 271 "tokio", 272 "tower 0.5.2", 273 "tower-layer", ··· 284 "async-trait", 285 "bytes", 286 "futures-util", 287 - "http 1.3.1", 288 - "http-body 1.0.1", 289 "http-body-util", 290 "mime", 291 "pin-project-lite", 292 "rustversion", 293 - "sync_wrapper 1.0.2", 294 "tower-layer", 295 "tower-service", 296 "tracing", ··· 308 "miniz_oxide", 309 "object", 310 "rustc-demangle", 311 - "windows-link", 312 ] 313 314 [[package]] ··· 335 336 [[package]] 337 name = "base64" 338 - version = "0.21.7" 339 - source = "registry+https://github.com/rust-lang/crates.io-index" 340 - checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" 341 - 342 - [[package]] 343 - name = "base64" 344 version = "0.22.1" 345 source = "registry+https://github.com/rust-lang/crates.io-index" 346 checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" ··· 353 354 [[package]] 355 name = "bitflags" 356 - version = "1.3.2" 357 - source = "registry+https://github.com/rust-lang/crates.io-index" 358 - checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 359 - 360 - [[package]] 361 - name = "bitflags" 362 version = "2.9.4" 363 source = "registry+https://github.com/rust-lang/crates.io-index" 364 checksum = "2261d10cca569e4643e526d8dc2e62e433cc8aba21ab764233731f8d369bf394" ··· 420 "num-traits", 421 "serde", 422 "wasm-bindgen", 423 - "windows-link", 424 ] 425 426 [[package]] ··· 704 checksum = "8d162beedaa69905488a8da94f5ac3edb4dd4788b732fadb7bd120b2625c1976" 705 dependencies = [ 706 "data-encoding", 707 - "syn 2.0.106", 708 ] 709 710 [[package]] ··· 811 checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" 812 dependencies = [ 813 "libc", 814 - "windows-sys 0.61.1", 815 ] 816 817 [[package]] ··· 912 "atrium-identity", 913 "atrium-xrpc-client", 914 "axum", 915 - "base64 0.22.1", 916 "chrono", 917 "clap", 918 "dotenvy", 919 "futures", 920 "jwt-compact", 921 "moka", 922 - "reqwest 0.11.27", 923 "serde", 924 "serde_json", 925 "sqlx", ··· 1110 1111 [[package]] 1112 name = "h2" 1113 - version = "0.3.27" 1114 source = "registry+https://github.com/rust-lang/crates.io-index" 1115 - checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d" 1116 dependencies = [ 1117 "bytes", 1118 "fnv", 1119 "futures-core", 1120 "futures-sink", 1121 - "futures-util", 1122 - "http 0.2.12", 1123 "indexmap", 1124 "slab", 1125 "tokio", ··· 1155 ] 1156 1157 [[package]] 1158 - name = "hashbrown" 1159 - version = "0.16.0" 1160 - source = "registry+https://github.com/rust-lang/crates.io-index" 1161 - checksum = "5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d" 1162 - 1163 - [[package]] 1164 name = "hashlink" 1165 version = "0.10.0" 1166 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1210 1211 [[package]] 1212 name = "http" 1213 - version = "0.2.12" 1214 - source = "registry+https://github.com/rust-lang/crates.io-index" 1215 - checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1" 1216 - dependencies = [ 1217 - "bytes", 1218 - "fnv", 1219 - "itoa", 1220 - ] 1221 - 1222 - [[package]] 1223 - name = "http" 1224 version = "1.3.1" 1225 source = "registry+https://github.com/rust-lang/crates.io-index" 1226 checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565" ··· 1232 1233 [[package]] 1234 name = "http-body" 1235 - version = "0.4.6" 1236 - source = "registry+https://github.com/rust-lang/crates.io-index" 1237 - checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2" 1238 - dependencies = [ 1239 - "bytes", 1240 - "http 0.2.12", 1241 - "pin-project-lite", 1242 - ] 1243 - 1244 - [[package]] 1245 - name = "http-body" 1246 version = "1.0.1" 1247 source = "registry+https://github.com/rust-lang/crates.io-index" 1248 checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" 1249 dependencies = [ 1250 "bytes", 1251 - "http 1.3.1", 1252 ] 1253 1254 [[package]] ··· 1259 dependencies = [ 1260 "bytes", 1261 "futures-core", 1262 - "http 1.3.1", 1263 - "http-body 1.0.1", 1264 "pin-project-lite", 1265 ] 1266 ··· 1278 1279 [[package]] 1280 name = "hyper" 1281 - version = "0.14.32" 1282 - source = "registry+https://github.com/rust-lang/crates.io-index" 1283 - checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7" 1284 - dependencies = [ 1285 - "bytes", 1286 - "futures-channel", 1287 - "futures-core", 1288 - "futures-util", 1289 - "h2", 1290 - "http 0.2.12", 1291 - "http-body 0.4.6", 1292 - "httparse", 1293 - "httpdate", 1294 - "itoa", 1295 - "pin-project-lite", 1296 - "socket2 0.5.10", 1297 - "tokio", 1298 - "tower-service", 1299 - "tracing", 1300 - "want", 1301 - ] 1302 - 1303 - [[package]] 1304 - name = "hyper" 1305 version = "1.7.0" 1306 source = "registry+https://github.com/rust-lang/crates.io-index" 1307 checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e" ··· 1310 "bytes", 1311 "futures-channel", 1312 "futures-core", 1313 - "http 1.3.1", 1314 - "http-body 1.0.1", 1315 "httparse", 1316 "httpdate", 1317 "itoa", ··· 1323 ] 1324 1325 [[package]] 1326 - name = "hyper-tls" 1327 - version = "0.5.0" 1328 source = "registry+https://github.com/rust-lang/crates.io-index" 1329 - checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905" 1330 dependencies = [ 1331 - "bytes", 1332 - "hyper 0.14.32", 1333 - "native-tls", 1334 "tokio", 1335 - "tokio-native-tls", 1336 ] 1337 1338 [[package]] ··· 1343 dependencies = [ 1344 "bytes", 1345 "http-body-util", 1346 - "hyper 1.7.0", 1347 "hyper-util", 1348 "native-tls", 1349 "tokio", ··· 1357 source = "registry+https://github.com/rust-lang/crates.io-index" 1358 checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8" 1359 dependencies = [ 1360 - "base64 0.22.1", 1361 "bytes", 1362 "futures-channel", 1363 "futures-core", 1364 "futures-util", 1365 - "http 1.3.1", 1366 - "http-body 1.0.1", 1367 - "hyper 1.7.0", 1368 "ipnet", 1369 "libc", 1370 "percent-encoding", 1371 "pin-project-lite", 1372 - "socket2 0.6.0", 1373 "tokio", 1374 "tower-service", 1375 "tracing", 1376 ] 1377 1378 [[package]] ··· 1513 checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5" 1514 dependencies = [ 1515 "equivalent", 1516 - "hashbrown 0.16.0", 1517 ] 1518 1519 [[package]] ··· 1522 source = "registry+https://github.com/rust-lang/crates.io-index" 1523 checksum = "046fa2d4d00aea763528b4950358d0ead425372445dc8ff86312b3c69ff7727b" 1524 dependencies = [ 1525 - "bitflags 2.9.4", 1526 "cfg-if", 1527 "libc", 1528 ] ··· 1646 source = "registry+https://github.com/rust-lang/crates.io-index" 1647 checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb" 1648 dependencies = [ 1649 - "bitflags 2.9.4", 1650 "libc", 1651 "redox_syscall", 1652 ] ··· 1902 source = "registry+https://github.com/rust-lang/crates.io-index" 1903 checksum = "8505734d46c8ab1e19a1dce3aef597ad87dcb4c37e7188231769bd6bd51cebf8" 1904 dependencies = [ 1905 - "bitflags 2.9.4", 1906 "cfg-if", 1907 "foreign-types", 1908 "libc", ··· 2157 source = "registry+https://github.com/rust-lang/crates.io-index" 2158 checksum = "5407465600fb0548f1442edf71dd20683c6ed326200ace4b1ef0763521bb3b77" 2159 dependencies = [ 2160 - "bitflags 2.9.4", 2161 ] 2162 2163 [[package]] ··· 2191 2192 [[package]] 2193 name = "reqwest" 2194 - version = "0.11.27" 2195 - source = "registry+https://github.com/rust-lang/crates.io-index" 2196 - checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62" 2197 - dependencies = [ 2198 - "base64 0.21.7", 2199 - "bytes", 2200 - "encoding_rs", 2201 - "futures-core", 2202 - "futures-util", 2203 - "h2", 2204 - "http 0.2.12", 2205 - "http-body 0.4.6", 2206 - "hyper 0.14.32", 2207 - "hyper-tls 0.5.0", 2208 - "ipnet", 2209 - "js-sys", 2210 - "log", 2211 - "mime", 2212 - "native-tls", 2213 - "once_cell", 2214 - "percent-encoding", 2215 - "pin-project-lite", 2216 - "rustls-pemfile", 2217 - "serde", 2218 - "serde_json", 2219 - "serde_urlencoded", 2220 - "sync_wrapper 0.1.2", 2221 - "system-configuration", 2222 - "tokio", 2223 - "tokio-native-tls", 2224 - "tower-service", 2225 - "url", 2226 - "wasm-bindgen", 2227 - "wasm-bindgen-futures", 2228 - "web-sys", 2229 - "winreg", 2230 - ] 2231 - 2232 - [[package]] 2233 - name = "reqwest" 2234 version = "0.12.23" 2235 source = "registry+https://github.com/rust-lang/crates.io-index" 2236 checksum = "d429f34c8092b2d42c7c93cec323bb4adeb7c67698f70839adec842ec10c7ceb" 2237 dependencies = [ 2238 "async-compression", 2239 - "base64 0.22.1", 2240 "bytes", 2241 "futures-core", 2242 "futures-util", 2243 - "http 1.3.1", 2244 - "http-body 1.0.1", 2245 "http-body-util", 2246 - "hyper 1.7.0", 2247 - "hyper-tls 0.6.0", 2248 "hyper-util", 2249 "js-sys", 2250 "log", 2251 "native-tls", 2252 "percent-encoding", 2253 "pin-project-lite", ··· 2255 "serde", 2256 "serde_json", 2257 "serde_urlencoded", 2258 - "sync_wrapper 1.0.2", 2259 "tokio", 2260 "tokio-native-tls", 2261 "tokio-util", ··· 2333 source = "registry+https://github.com/rust-lang/crates.io-index" 2334 checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e" 2335 dependencies = [ 2336 - "bitflags 2.9.4", 2337 "errno", 2338 "libc", 2339 "linux-raw-sys", 2340 - "windows-sys 0.61.1", 2341 ] 2342 2343 [[package]] ··· 2355 ] 2356 2357 [[package]] 2358 - name = "rustls-pemfile" 2359 - version = "1.0.4" 2360 - source = "registry+https://github.com/rust-lang/crates.io-index" 2361 - checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c" 2362 - dependencies = [ 2363 - "base64 0.21.7", 2364 - ] 2365 - 2366 - [[package]] 2367 name = "rustls-pki-types" 2368 version = "1.12.0" 2369 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2448 source = "registry+https://github.com/rust-lang/crates.io-index" 2449 checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" 2450 dependencies = [ 2451 - "bitflags 2.9.4", 2452 "core-foundation", 2453 "core-foundation-sys", 2454 "libc", ··· 2633 2634 [[package]] 2635 name = "socket2" 2636 - version = "0.5.10" 2637 - source = "registry+https://github.com/rust-lang/crates.io-index" 2638 - checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678" 2639 - dependencies = [ 2640 - "libc", 2641 - "windows-sys 0.52.0", 2642 - ] 2643 - 2644 - [[package]] 2645 - name = "socket2" 2646 version = "0.6.0" 2647 source = "registry+https://github.com/rust-lang/crates.io-index" 2648 checksum = "233504af464074f9d066d7b5416c5f9b894a5862a6506e306f7b816cdd6f1807" ··· 2689 source = "registry+https://github.com/rust-lang/crates.io-index" 2690 checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6" 2691 dependencies = [ 2692 - "base64 0.22.1", 2693 "bytes", 2694 "chrono", 2695 "crc", ··· 2766 checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526" 2767 dependencies = [ 2768 "atoi", 2769 - "base64 0.22.1", 2770 - "bitflags 2.9.4", 2771 "byteorder", 2772 "bytes", 2773 "chrono", ··· 2810 checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46" 2811 dependencies = [ 2812 "atoi", 2813 - "base64 0.22.1", 2814 - "bitflags 2.9.4", 2815 "byteorder", 2816 "chrono", 2817 "crc", ··· 2921 2922 [[package]] 2923 name = "sync_wrapper" 2924 - version = "0.1.2" 2925 - source = "registry+https://github.com/rust-lang/crates.io-index" 2926 - checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160" 2927 - 2928 - [[package]] 2929 - name = "sync_wrapper" 2930 version = "1.0.2" 2931 source = "registry+https://github.com/rust-lang/crates.io-index" 2932 checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" ··· 2947 2948 [[package]] 2949 name = "system-configuration" 2950 - version = "0.5.1" 2951 source = "registry+https://github.com/rust-lang/crates.io-index" 2952 - checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7" 2953 dependencies = [ 2954 - "bitflags 1.3.2", 2955 "core-foundation", 2956 "system-configuration-sys", 2957 ] 2958 2959 [[package]] 2960 name = "system-configuration-sys" 2961 - version = "0.5.0" 2962 source = "registry+https://github.com/rust-lang/crates.io-index" 2963 - checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9" 2964 dependencies = [ 2965 "core-foundation-sys", 2966 "libc", ··· 2982 "getrandom 0.3.3", 2983 "once_cell", 2984 "rustix", 2985 - "windows-sys 0.61.1", 2986 ] 2987 2988 [[package]] ··· 3074 "pin-project-lite", 3075 "signal-hook-registry", 3076 "slab", 3077 - "socket2 0.6.0", 3078 "tokio-macros", 3079 "windows-sys 0.59.0", 3080 ] ··· 3101 ] 3102 3103 [[package]] 3104 name = "tokio-stream" 3105 version = "0.1.17" 3106 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3158 "futures-core", 3159 "futures-util", 3160 "pin-project-lite", 3161 - "sync_wrapper 1.0.2", 3162 "tokio", 3163 "tower-layer", 3164 "tower-service", ··· 3171 source = "registry+https://github.com/rust-lang/crates.io-index" 3172 checksum = "1e9cd434a998747dd2c4276bc96ee2e0c7a2eadf3cae88e52be55a05fa9053f5" 3173 dependencies = [ 3174 - "bitflags 2.9.4", 3175 "bytes", 3176 - "http 1.3.1", 3177 - "http-body 1.0.1", 3178 "http-body-util", 3179 "pin-project-lite", 3180 "tower-layer", ··· 3188 source = "registry+https://github.com/rust-lang/crates.io-index" 3189 checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2" 3190 dependencies = [ 3191 - "bitflags 2.9.4", 3192 "bytes", 3193 "futures-util", 3194 - "http 1.3.1", 3195 - "http-body 1.0.1", 3196 "iri-string", 3197 "pin-project-lite", 3198 "tower 0.5.2", ··· 3295 dependencies = [ 3296 "bytes", 3297 "data-encoding", 3298 - "http 1.3.1", 3299 "httparse", 3300 "log", 3301 "native-tls", ··· 3577 dependencies = [ 3578 "windows-implement", 3579 "windows-interface", 3580 - "windows-link", 3581 - "windows-result", 3582 - "windows-strings", 3583 ] 3584 3585 [[package]] ··· 3606 3607 [[package]] 3608 name = "windows-link" 3609 version = "0.2.0" 3610 source = "registry+https://github.com/rust-lang/crates.io-index" 3611 checksum = "45e46c0661abb7180e7b9c281db115305d49ca1709ab8242adf09666d2173c65" 3612 3613 [[package]] 3614 name = "windows-result" 3615 version = "0.4.0" 3616 source = "registry+https://github.com/rust-lang/crates.io-index" 3617 checksum = "7084dcc306f89883455a206237404d3eaf961e5bd7e0f312f7c91f57eb44167f" 3618 dependencies = [ 3619 - "windows-link", 3620 ] 3621 3622 [[package]] ··· 3625 source = "registry+https://github.com/rust-lang/crates.io-index" 3626 checksum = "7218c655a553b0bed4426cf54b20d7ba363ef543b52d515b3e48d7fd55318dda" 3627 dependencies = [ 3628 - "windows-link", 3629 ] 3630 3631 [[package]] ··· 3670 source = "registry+https://github.com/rust-lang/crates.io-index" 3671 checksum = "6f109e41dd4a3c848907eb83d5a42ea98b3769495597450cf6d153507b166f0f" 3672 dependencies = [ 3673 - "windows-link", 3674 ] 3675 3676 [[package]] ··· 3710 source = "registry+https://github.com/rust-lang/crates.io-index" 3711 checksum = "2d42b7b7f66d2a06854650af09cfdf8713e427a439c97ad65a6375318033ac4b" 3712 dependencies = [ 3713 - "windows-link", 3714 "windows_aarch64_gnullvm 0.53.0", 3715 "windows_aarch64_msvc 0.53.0", 3716 "windows_i686_gnu 0.53.0", ··· 3858 version = "0.53.0" 3859 source = "registry+https://github.com/rust-lang/crates.io-index" 3860 checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486" 3861 - 3862 - [[package]] 3863 - name = "winreg" 3864 - version = "0.50.0" 3865 - source = "registry+https://github.com/rust-lang/crates.io-index" 3866 - checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1" 3867 - dependencies = [ 3868 - "cfg-if", 3869 - "windows-sys 0.48.0", 3870 - ] 3871 3872 [[package]] 3873 name = "wit-bindgen"
··· 156 "atrium-common", 157 "atrium-xrpc", 158 "chrono", 159 + "http", 160 "ipld-core", 161 "langtag", 162 "regex", ··· 217 source = "registry+https://github.com/rust-lang/crates.io-index" 218 checksum = "0216ad50ce34e9ff982e171c3659e65dedaa2ed5ac2994524debdc9a9647ffa8" 219 dependencies = [ 220 + "http", 221 "serde", 222 "serde_html_form", 223 "serde_json", ··· 232 checksum = "e099e5171f79faef52364ef0657a4cab086a71b384a779a29597a91b780de0d5" 233 dependencies = [ 234 "atrium-xrpc", 235 + "reqwest", 236 ] 237 238 [[package]] ··· 251 "axum-core", 252 "bytes", 253 "futures-util", 254 + "http", 255 + "http-body", 256 "http-body-util", 257 + "hyper", 258 "hyper-util", 259 "itoa", 260 "matchit", ··· 267 "serde_json", 268 "serde_path_to_error", 269 "serde_urlencoded", 270 + "sync_wrapper", 271 "tokio", 272 "tower 0.5.2", 273 "tower-layer", ··· 284 "async-trait", 285 "bytes", 286 "futures-util", 287 + "http", 288 + "http-body", 289 "http-body-util", 290 "mime", 291 "pin-project-lite", 292 "rustversion", 293 + "sync_wrapper", 294 "tower-layer", 295 "tower-service", 296 "tracing", ··· 308 "miniz_oxide", 309 "object", 310 "rustc-demangle", 311 + "windows-link 0.2.0", 312 ] 313 314 [[package]] ··· 335 336 [[package]] 337 name = "base64" 338 version = "0.22.1" 339 source = "registry+https://github.com/rust-lang/crates.io-index" 340 checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" ··· 347 348 [[package]] 349 name = "bitflags" 350 version = "2.9.4" 351 source = "registry+https://github.com/rust-lang/crates.io-index" 352 checksum = "2261d10cca569e4643e526d8dc2e62e433cc8aba21ab764233731f8d369bf394" ··· 408 "num-traits", 409 "serde", 410 "wasm-bindgen", 411 + "windows-link 0.2.0", 412 ] 413 414 [[package]] ··· 692 checksum = "8d162beedaa69905488a8da94f5ac3edb4dd4788b732fadb7bd120b2625c1976" 693 dependencies = [ 694 "data-encoding", 695 + "syn 1.0.109", 696 ] 697 698 [[package]] ··· 799 checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" 800 dependencies = [ 801 "libc", 802 + "windows-sys 0.60.2", 803 ] 804 805 [[package]] ··· 900 "atrium-identity", 901 "atrium-xrpc-client", 902 "axum", 903 + "base64", 904 "chrono", 905 "clap", 906 "dotenvy", 907 "futures", 908 "jwt-compact", 909 "moka", 910 + "reqwest", 911 "serde", 912 "serde_json", 913 "sqlx", ··· 1098 1099 [[package]] 1100 name = "h2" 1101 + version = "0.4.12" 1102 source = "registry+https://github.com/rust-lang/crates.io-index" 1103 + checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386" 1104 dependencies = [ 1105 + "atomic-waker", 1106 "bytes", 1107 "fnv", 1108 "futures-core", 1109 "futures-sink", 1110 + "http", 1111 "indexmap", 1112 "slab", 1113 "tokio", ··· 1143 ] 1144 1145 [[package]] 1146 name = "hashlink" 1147 version = "0.10.0" 1148 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1192 1193 [[package]] 1194 name = "http" 1195 version = "1.3.1" 1196 source = "registry+https://github.com/rust-lang/crates.io-index" 1197 checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565" ··· 1203 1204 [[package]] 1205 name = "http-body" 1206 version = "1.0.1" 1207 source = "registry+https://github.com/rust-lang/crates.io-index" 1208 checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" 1209 dependencies = [ 1210 "bytes", 1211 + "http", 1212 ] 1213 1214 [[package]] ··· 1219 dependencies = [ 1220 "bytes", 1221 "futures-core", 1222 + "http", 1223 + "http-body", 1224 "pin-project-lite", 1225 ] 1226 ··· 1238 1239 [[package]] 1240 name = "hyper" 1241 version = "1.7.0" 1242 source = "registry+https://github.com/rust-lang/crates.io-index" 1243 checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e" ··· 1246 "bytes", 1247 "futures-channel", 1248 "futures-core", 1249 + "h2", 1250 + "http", 1251 + "http-body", 1252 "httparse", 1253 "httpdate", 1254 "itoa", ··· 1260 ] 1261 1262 [[package]] 1263 + name = "hyper-rustls" 1264 + version = "0.27.7" 1265 source = "registry+https://github.com/rust-lang/crates.io-index" 1266 + checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58" 1267 dependencies = [ 1268 + "http", 1269 + "hyper", 1270 + "hyper-util", 1271 + "rustls", 1272 + "rustls-pki-types", 1273 "tokio", 1274 + "tokio-rustls", 1275 + "tower-service", 1276 ] 1277 1278 [[package]] ··· 1283 dependencies = [ 1284 "bytes", 1285 "http-body-util", 1286 + "hyper", 1287 "hyper-util", 1288 "native-tls", 1289 "tokio", ··· 1297 source = "registry+https://github.com/rust-lang/crates.io-index" 1298 checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8" 1299 dependencies = [ 1300 + "base64", 1301 "bytes", 1302 "futures-channel", 1303 "futures-core", 1304 "futures-util", 1305 + "http", 1306 + "http-body", 1307 + "hyper", 1308 "ipnet", 1309 "libc", 1310 "percent-encoding", 1311 "pin-project-lite", 1312 + "socket2", 1313 + "system-configuration", 1314 "tokio", 1315 "tower-service", 1316 "tracing", 1317 + "windows-registry", 1318 ] 1319 1320 [[package]] ··· 1455 checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5" 1456 dependencies = [ 1457 "equivalent", 1458 + "hashbrown 0.15.5", 1459 ] 1460 1461 [[package]] ··· 1464 source = "registry+https://github.com/rust-lang/crates.io-index" 1465 checksum = "046fa2d4d00aea763528b4950358d0ead425372445dc8ff86312b3c69ff7727b" 1466 dependencies = [ 1467 + "bitflags", 1468 "cfg-if", 1469 "libc", 1470 ] ··· 1588 source = "registry+https://github.com/rust-lang/crates.io-index" 1589 checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb" 1590 dependencies = [ 1591 + "bitflags", 1592 "libc", 1593 "redox_syscall", 1594 ] ··· 1844 source = "registry+https://github.com/rust-lang/crates.io-index" 1845 checksum = "8505734d46c8ab1e19a1dce3aef597ad87dcb4c37e7188231769bd6bd51cebf8" 1846 dependencies = [ 1847 + "bitflags", 1848 "cfg-if", 1849 "foreign-types", 1850 "libc", ··· 2099 source = "registry+https://github.com/rust-lang/crates.io-index" 2100 checksum = "5407465600fb0548f1442edf71dd20683c6ed326200ace4b1ef0763521bb3b77" 2101 dependencies = [ 2102 + "bitflags", 2103 ] 2104 2105 [[package]] ··· 2133 2134 [[package]] 2135 name = "reqwest" 2136 version = "0.12.23" 2137 source = "registry+https://github.com/rust-lang/crates.io-index" 2138 checksum = "d429f34c8092b2d42c7c93cec323bb4adeb7c67698f70839adec842ec10c7ceb" 2139 dependencies = [ 2140 "async-compression", 2141 + "base64", 2142 "bytes", 2143 + "encoding_rs", 2144 "futures-core", 2145 "futures-util", 2146 + "h2", 2147 + "http", 2148 + "http-body", 2149 "http-body-util", 2150 + "hyper", 2151 + "hyper-rustls", 2152 + "hyper-tls", 2153 "hyper-util", 2154 "js-sys", 2155 "log", 2156 + "mime", 2157 "native-tls", 2158 "percent-encoding", 2159 "pin-project-lite", ··· 2161 "serde", 2162 "serde_json", 2163 "serde_urlencoded", 2164 + "sync_wrapper", 2165 "tokio", 2166 "tokio-native-tls", 2167 "tokio-util", ··· 2239 source = "registry+https://github.com/rust-lang/crates.io-index" 2240 checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e" 2241 dependencies = [ 2242 + "bitflags", 2243 "errno", 2244 "libc", 2245 "linux-raw-sys", 2246 + "windows-sys 0.60.2", 2247 ] 2248 2249 [[package]] ··· 2261 ] 2262 2263 [[package]] 2264 name = "rustls-pki-types" 2265 version = "1.12.0" 2266 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2345 source = "registry+https://github.com/rust-lang/crates.io-index" 2346 checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" 2347 dependencies = [ 2348 + "bitflags", 2349 "core-foundation", 2350 "core-foundation-sys", 2351 "libc", ··· 2530 2531 [[package]] 2532 name = "socket2" 2533 version = "0.6.0" 2534 source = "registry+https://github.com/rust-lang/crates.io-index" 2535 checksum = "233504af464074f9d066d7b5416c5f9b894a5862a6506e306f7b816cdd6f1807" ··· 2576 source = "registry+https://github.com/rust-lang/crates.io-index" 2577 checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6" 2578 dependencies = [ 2579 + "base64", 2580 "bytes", 2581 "chrono", 2582 "crc", ··· 2653 checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526" 2654 dependencies = [ 2655 "atoi", 2656 + "base64", 2657 + "bitflags", 2658 "byteorder", 2659 "bytes", 2660 "chrono", ··· 2697 checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46" 2698 dependencies = [ 2699 "atoi", 2700 + "base64", 2701 + "bitflags", 2702 "byteorder", 2703 "chrono", 2704 "crc", ··· 2808 2809 [[package]] 2810 name = "sync_wrapper" 2811 version = "1.0.2" 2812 source = "registry+https://github.com/rust-lang/crates.io-index" 2813 checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" ··· 2828 2829 [[package]] 2830 name = "system-configuration" 2831 + version = "0.6.1" 2832 source = "registry+https://github.com/rust-lang/crates.io-index" 2833 + checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b" 2834 dependencies = [ 2835 + "bitflags", 2836 "core-foundation", 2837 "system-configuration-sys", 2838 ] 2839 2840 [[package]] 2841 name = "system-configuration-sys" 2842 + version = "0.6.0" 2843 source = "registry+https://github.com/rust-lang/crates.io-index" 2844 + checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4" 2845 dependencies = [ 2846 "core-foundation-sys", 2847 "libc", ··· 2863 "getrandom 0.3.3", 2864 "once_cell", 2865 "rustix", 2866 + "windows-sys 0.60.2", 2867 ] 2868 2869 [[package]] ··· 2955 "pin-project-lite", 2956 "signal-hook-registry", 2957 "slab", 2958 + "socket2", 2959 "tokio-macros", 2960 "windows-sys 0.59.0", 2961 ] ··· 2982 ] 2983 2984 [[package]] 2985 + name = "tokio-rustls" 2986 + version = "0.26.4" 2987 + source = "registry+https://github.com/rust-lang/crates.io-index" 2988 + checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61" 2989 + dependencies = [ 2990 + "rustls", 2991 + "tokio", 2992 + ] 2993 + 2994 + [[package]] 2995 name = "tokio-stream" 2996 version = "0.1.17" 2997 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3049 "futures-core", 3050 "futures-util", 3051 "pin-project-lite", 3052 + "sync_wrapper", 3053 "tokio", 3054 "tower-layer", 3055 "tower-service", ··· 3062 source = "registry+https://github.com/rust-lang/crates.io-index" 3063 checksum = "1e9cd434a998747dd2c4276bc96ee2e0c7a2eadf3cae88e52be55a05fa9053f5" 3064 dependencies = [ 3065 + "bitflags", 3066 "bytes", 3067 + "http", 3068 + "http-body", 3069 "http-body-util", 3070 "pin-project-lite", 3071 "tower-layer", ··· 3079 source = "registry+https://github.com/rust-lang/crates.io-index" 3080 checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2" 3081 dependencies = [ 3082 + "bitflags", 3083 "bytes", 3084 "futures-util", 3085 + "http", 3086 + "http-body", 3087 "iri-string", 3088 "pin-project-lite", 3089 "tower 0.5.2", ··· 3186 dependencies = [ 3187 "bytes", 3188 "data-encoding", 3189 + "http", 3190 "httparse", 3191 "log", 3192 "native-tls", ··· 3468 dependencies = [ 3469 "windows-implement", 3470 "windows-interface", 3471 + "windows-link 0.2.0", 3472 + "windows-result 0.4.0", 3473 + "windows-strings 0.5.0", 3474 ] 3475 3476 [[package]] ··· 3497 3498 [[package]] 3499 name = "windows-link" 3500 + version = "0.1.3" 3501 + source = "registry+https://github.com/rust-lang/crates.io-index" 3502 + checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a" 3503 + 3504 + [[package]] 3505 + name = "windows-link" 3506 version = "0.2.0" 3507 source = "registry+https://github.com/rust-lang/crates.io-index" 3508 checksum = "45e46c0661abb7180e7b9c281db115305d49ca1709ab8242adf09666d2173c65" 3509 3510 [[package]] 3511 + name = "windows-registry" 3512 + version = "0.5.3" 3513 + source = "registry+https://github.com/rust-lang/crates.io-index" 3514 + checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e" 3515 + dependencies = [ 3516 + "windows-link 0.1.3", 3517 + "windows-result 0.3.4", 3518 + "windows-strings 0.4.2", 3519 + ] 3520 + 3521 + [[package]] 3522 + name = "windows-result" 3523 + version = "0.3.4" 3524 + source = "registry+https://github.com/rust-lang/crates.io-index" 3525 + checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6" 3526 + dependencies = [ 3527 + "windows-link 0.1.3", 3528 + ] 3529 + 3530 + [[package]] 3531 name = "windows-result" 3532 version = "0.4.0" 3533 source = "registry+https://github.com/rust-lang/crates.io-index" 3534 checksum = "7084dcc306f89883455a206237404d3eaf961e5bd7e0f312f7c91f57eb44167f" 3535 dependencies = [ 3536 + "windows-link 0.2.0", 3537 + ] 3538 + 3539 + [[package]] 3540 + name = "windows-strings" 3541 + version = "0.4.2" 3542 + source = "registry+https://github.com/rust-lang/crates.io-index" 3543 + checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57" 3544 + dependencies = [ 3545 + "windows-link 0.1.3", 3546 ] 3547 3548 [[package]] ··· 3551 source = "registry+https://github.com/rust-lang/crates.io-index" 3552 checksum = "7218c655a553b0bed4426cf54b20d7ba363ef543b52d515b3e48d7fd55318dda" 3553 dependencies = [ 3554 + "windows-link 0.2.0", 3555 ] 3556 3557 [[package]] ··· 3596 source = "registry+https://github.com/rust-lang/crates.io-index" 3597 checksum = "6f109e41dd4a3c848907eb83d5a42ea98b3769495597450cf6d153507b166f0f" 3598 dependencies = [ 3599 + "windows-link 0.2.0", 3600 ] 3601 3602 [[package]] ··· 3636 source = "registry+https://github.com/rust-lang/crates.io-index" 3637 checksum = "2d42b7b7f66d2a06854650af09cfdf8713e427a439c97ad65a6375318033ac4b" 3638 dependencies = [ 3639 + "windows-link 0.2.0", 3640 "windows_aarch64_gnullvm 0.53.0", 3641 "windows_aarch64_msvc 0.53.0", 3642 "windows_i686_gnu 0.53.0", ··· 3784 version = "0.53.0" 3785 source = "registry+https://github.com/rust-lang/crates.io-index" 3786 checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486" 3787 3788 [[package]] 3789 name = "wit-bindgen"
+1 -1
Cargo.toml
··· 43 jwt-compact = { version = "0.8", features = ["es256k"] } 44 45 # HTTP client 46 - reqwest = { version = "0.11", features = ["json"] } 47 48 # Environment 49 dotenvy = "0.15"
··· 43 jwt-compact = { version = "0.8", features = ["es256k"] } 44 45 # HTTP client 46 + reqwest = { version = "0.12", features = ["json"] } 47 48 # Environment 49 dotenvy = "0.15"