rev. 07802a71569a5e9f2efb28d649b91d437243bec6
@@ -1,1 +43,34 @@
1 1 | # This file is automatically @generated by Cargo.
|
2 2 | # It is not intended for manual editing.
|
3 3 | version = 4
|
4 4 |
|
5 - | [[package]]
|
6 - | name = "addr2line"
|
7 - | version = "0.25.1"
|
8 - | source = "registry+https://github.com/rust-lang/crates.io-index"
|
9 - | checksum = "1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b"
|
10 - | dependencies = [
|
11 - | "gimli",
|
12 - | ]
|
13 - |
|
14 5 | [[package]]
|
15 6 | name = "adler2"
|
16 7 | version = "2.0.1"
|
17 8 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
18 9 | checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
|
19 10 |
|
20 11 | [[package]]
|
21 12 | name = "aho-corasick"
|
22 13 | version = "1.1.3"
|
23 14 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
24 15 | checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
|
25 16 | dependencies = [
|
26 17 | "memchr",
|
27 18 | ]
|
28 19 |
|
29 20 | [[package]]
|
30 21 | name = "allocator-api2"
|
31 22 | version = "0.2.21"
|
32 23 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
33 24 | checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
|
34 25 |
|
35 26 | [[package]]
|
36 27 | name = "anes"
|
37 28 | version = "0.1.6"
|
38 29 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
39 30 | checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
|
40 31 |
|
41 32 | [[package]]
|
42 33 | name = "anstyle"
|
43 34 | version = "1.0.13"
|
@@ -357,348 +453,442 @@
357 348 | "fastrand 2.3.0",
|
358 349 | "futures-util",
|
359 350 | "hex",
|
360 351 | "http 1.3.1",
|
361 352 | "ring",
|
362 353 | "serde",
|
363 354 | "serde_json",
|
364 355 | "time",
|
365 356 | "tokio",
|
366 357 | "tracing",
|
367 358 | "tracing-subscriber",
|
368 359 | "tracing-test",
|
369 360 | "url",
|
370 361 | "zeroize",
|
371 362 | ]
|
372 363 |
|
373 364 | [[package]]
|
374 365 | name = "aws-credential-types"
|
375 366 | version = "1.2.8"
|
376 367 | dependencies = [
|
377 368 | "async-trait",
|
378 369 | "aws-smithy-async",
|
379 370 | "aws-smithy-runtime-api",
|
380 371 | "aws-smithy-types",
|
381 372 | "tokio",
|
382 373 | "zeroize",
|
383 374 | ]
|
384 375 |
|
385 376 | [[package]]
|
386 377 | name = "aws-lc-fips-sys"
|
387 - | version = "0.13.8"
|
378 + | version = "0.13.9"
|
388 379 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
389 - | checksum = "8e78aabce84ab79501f4777e89cdcaec2a6ba9b051e6e6f26496598a84215c26"
|
380 + | checksum = "ede71ad84efb06d748d9af3bc500b14957a96282a69a6833b1420dcacb411cc3"
|
390 381 | dependencies = [
|
391 382 | "bindgen",
|
392 383 | "cc",
|
393 384 | "cmake",
|
394 385 | "dunce",
|
395 386 | "fs_extra",
|
396 - | "libloading",
|
397 387 | "regex",
|
398 388 | ]
|
399 389 |
|
400 390 | [[package]]
|
401 391 | name = "aws-lc-rs"
|
402 392 | version = "1.14.1"
|
403 393 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
404 394 | checksum = "879b6c89592deb404ba4dc0ae6b58ffd1795c78991cbb5b8bc441c48a070440d"
|
405 395 | dependencies = [
|
406 396 | "aws-lc-fips-sys",
|
407 397 | "aws-lc-sys",
|
408 398 | "untrusted 0.7.1",
|
409 399 | "zeroize",
|
410 400 | ]
|
411 401 |
|
412 402 | [[package]]
|
413 403 | name = "aws-lc-sys"
|
414 - | version = "0.32.2"
|
404 + | version = "0.32.3"
|
415 405 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
416 - | checksum = "a2b715a6010afb9e457ca2b7c9d2b9c344baa8baed7b38dc476034c171b32575"
|
406 + | checksum = "107a4e9d9cab9963e04e84bb8dee0e25f2a987f9a8bad5ed054abd439caa8f8c"
|
417 407 | dependencies = [
|
418 408 | "bindgen",
|
419 409 | "cc",
|
420 410 | "cmake",
|
421 411 | "dunce",
|
422 412 | "fs_extra",
|
423 - | "libloading",
|
424 413 | ]
|
425 414 |
|
426 415 | [[package]]
|
427 416 | name = "aws-runtime"
|
428 417 | version = "1.5.12"
|
429 418 | dependencies = [
|
430 419 | "arbitrary",
|
431 420 | "aws-credential-types",
|
432 421 | "aws-sigv4",
|
433 422 | "aws-smithy-async",
|
434 423 | "aws-smithy-eventstream",
|
435 424 | "aws-smithy-http",
|
436 425 | "aws-smithy-protocol-test",
|
437 426 | "aws-smithy-runtime",
|
438 427 | "aws-smithy-runtime-api",
|
439 428 | "aws-smithy-types",
|
440 429 | "aws-types",
|
441 430 | "bytes",
|
442 431 | "bytes-utils",
|
443 432 | "convert_case",
|
444 433 | "fastrand 2.3.0",
|
445 434 | "futures-util",
|
446 435 | "http 0.2.12",
|
447 436 | "http 1.3.1",
|
448 437 | "http-body 0.4.6",
|
449 438 | "http-body 1.0.1",
|
450 439 | "percent-encoding",
|
451 440 | "pin-project-lite",
|
452 441 | "proptest",
|
453 442 | "regex-lite",
|
@@ -1458,1447 +1532,1506 @@
1458 1447 | ]
|
1459 1448 |
|
1460 1449 | [[package]]
|
1461 1450 | name = "aws-smithy-xml"
|
1462 1451 | version = "0.60.11"
|
1463 1452 | dependencies = [
|
1464 1453 | "aws-smithy-protocol-test",
|
1465 1454 | "base64 0.13.1",
|
1466 1455 | "proptest",
|
1467 1456 | "xmlparser",
|
1468 1457 | ]
|
1469 1458 |
|
1470 1459 | [[package]]
|
1471 1460 | name = "aws-types"
|
1472 1461 | version = "1.3.9"
|
1473 1462 | dependencies = [
|
1474 1463 | "aws-credential-types",
|
1475 1464 | "aws-smithy-async",
|
1476 1465 | "aws-smithy-runtime",
|
1477 1466 | "aws-smithy-runtime-api",
|
1478 1467 | "aws-smithy-types",
|
1479 1468 | "http 0.2.12",
|
1480 1469 | "hyper-rustls 0.24.2",
|
1481 1470 | "rustc_version",
|
1482 1471 | "tempfile",
|
1483 1472 | "tokio",
|
1484 1473 | "tracing",
|
1485 1474 | "tracing-test",
|
1486 1475 | ]
|
1487 1476 |
|
1488 - | [[package]]
|
1489 - | name = "backtrace"
|
1490 - | version = "0.3.76"
|
1491 - | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1492 - | checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6"
|
1493 - | dependencies = [
|
1494 - | "addr2line",
|
1495 - | "cfg-if",
|
1496 - | "libc",
|
1497 - | "miniz_oxide",
|
1498 - | "object",
|
1499 - | "rustc-demangle",
|
1500 - | "windows-link 0.2.1",
|
1501 - | ]
|
1502 - |
|
1503 1477 | [[package]]
|
1504 1478 | name = "base16ct"
|
1505 1479 | version = "0.1.1"
|
1506 1480 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1507 1481 | checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
|
1508 1482 |
|
1509 1483 | [[package]]
|
1510 1484 | name = "base64"
|
1511 1485 | version = "0.13.1"
|
1512 1486 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1513 1487 | checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
|
1514 1488 |
|
1515 1489 | [[package]]
|
1516 1490 | name = "base64"
|
1517 1491 | version = "0.21.7"
|
1518 1492 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1519 1493 | checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
|
1520 1494 |
|
1521 1495 | [[package]]
|
1522 1496 | name = "base64"
|
1523 1497 | version = "0.22.1"
|
1524 1498 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1525 1499 | checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
1526 1500 |
|
1527 1501 | [[package]]
|
1528 1502 | name = "base64-simd"
|
1529 1503 | version = "0.8.0"
|
1530 1504 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1531 1505 | checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
|
1532 1506 | dependencies = [
|
@@ -2346,2320 +2421,2389 @@
2346 2320 | "futures-task",
|
2347 2321 | "memchr",
|
2348 2322 | "pin-project-lite",
|
2349 2323 | "pin-utils",
|
2350 2324 | "slab",
|
2351 2325 | ]
|
2352 2326 |
|
2353 2327 | [[package]]
|
2354 2328 | name = "generic-array"
|
2355 2329 | version = "0.14.9"
|
2356 2330 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2357 2331 | checksum = "4bb6743198531e02858aeaea5398fcc883e71851fcbcb5a2f773e2fb6cb1edf2"
|
2358 2332 | dependencies = [
|
2359 2333 | "typenum",
|
2360 2334 | "version_check",
|
2361 2335 | ]
|
2362 2336 |
|
2363 2337 | [[package]]
|
2364 2338 | name = "getrandom"
|
2365 2339 | version = "0.2.16"
|
2366 2340 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2367 2341 | checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
|
2368 2342 | dependencies = [
|
2369 2343 | "cfg-if",
|
2370 2344 | "libc",
|
2371 2345 | "wasi 0.11.1+wasi-snapshot-preview1",
|
2372 2346 | ]
|
2373 2347 |
|
2374 2348 | [[package]]
|
2375 2349 | name = "getrandom"
|
2376 - | version = "0.3.3"
|
2350 + | version = "0.3.4"
|
2377 2351 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2378 - | checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4"
|
2352 + | checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
|
2379 2353 | dependencies = [
|
2380 2354 | "cfg-if",
|
2381 2355 | "libc",
|
2382 2356 | "r-efi",
|
2383 - | "wasi 0.14.7+wasi-0.2.4",
|
2357 + | "wasip2",
|
2384 2358 | ]
|
2385 2359 |
|
2386 - | [[package]]
|
2387 - | name = "gimli"
|
2388 - | version = "0.32.3"
|
2389 - | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2390 - | checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
|
2391 - |
|
2392 2360 | [[package]]
|
2393 2361 | name = "glob"
|
2394 2362 | version = "0.3.3"
|
2395 2363 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2396 2364 | checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
|
2397 2365 |
|
2398 2366 | [[package]]
|
2399 2367 | name = "gloo-timers"
|
2400 2368 | version = "0.3.0"
|
2401 2369 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2402 2370 | checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
|
2403 2371 | dependencies = [
|
2404 2372 | "futures-channel",
|
2405 2373 | "futures-core",
|
2406 2374 | "js-sys",
|
2407 2375 | "wasm-bindgen",
|
2408 2376 | ]
|
2409 2377 |
|
2410 2378 | [[package]]
|
2411 2379 | name = "group"
|
2412 2380 | version = "0.12.1"
|
2413 2381 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2414 2382 | checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
|
2415 2383 | dependencies = [
|
2416 2384 | "ff",
|
2417 2385 | "rand_core 0.6.4",
|
2418 2386 | "subtle",
|
2419 2387 | ]
|
2420 2388 |
|
2421 2389 | [[package]]
|
@@ -2876,2844 +2946,2903 @@
2876 2844 | version = "2.11.4"
|
2877 2845 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2878 2846 | checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5"
|
2879 2847 | dependencies = [
|
2880 2848 | "equivalent",
|
2881 2849 | "hashbrown 0.16.0",
|
2882 2850 | "serde",
|
2883 2851 | "serde_core",
|
2884 2852 | ]
|
2885 2853 |
|
2886 2854 | [[package]]
|
2887 2855 | name = "instant"
|
2888 2856 | version = "0.1.13"
|
2889 2857 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2890 2858 | checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
|
2891 2859 | dependencies = [
|
2892 2860 | "cfg-if",
|
2893 2861 | ]
|
2894 2862 |
|
2895 2863 | [[package]]
|
2896 2864 | name = "io-lifetimes"
|
2897 2865 | version = "1.0.11"
|
2898 2866 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2899 2867 | checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
|
2900 2868 | dependencies = [
|
2901 2869 | "hermit-abi 0.3.9",
|
2902 2870 | "libc",
|
2903 2871 | "windows-sys 0.48.0",
|
2904 2872 | ]
|
2905 2873 |
|
2906 - | [[package]]
|
2907 - | name = "io-uring"
|
2908 - | version = "0.7.10"
|
2909 - | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2910 - | checksum = "046fa2d4d00aea763528b4950358d0ead425372445dc8ff86312b3c69ff7727b"
|
2911 - | dependencies = [
|
2912 - | "bitflags 2.9.4",
|
2913 - | "cfg-if",
|
2914 - | "libc",
|
2915 - | ]
|
2916 - |
|
2917 2874 | [[package]]
|
2918 2875 | name = "ipconfig"
|
2919 2876 | version = "0.3.2"
|
2920 2877 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2921 2878 | checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f"
|
2922 2879 | dependencies = [
|
2923 2880 | "socket2 0.5.10",
|
2924 2881 | "widestring",
|
2925 2882 | "windows-sys 0.48.0",
|
2926 2883 | "winreg",
|
2927 2884 | ]
|
2928 2885 |
|
2929 2886 | [[package]]
|
2930 2887 | name = "ipnet"
|
2931 2888 | version = "2.11.0"
|
2932 2889 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2933 2890 | checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
|
2934 2891 |
|
2935 2892 | [[package]]
|
2936 2893 | name = "is-terminal"
|
2937 2894 | version = "0.4.16"
|
2938 2895 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2939 2896 | checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
|
2940 2897 | dependencies = [
|
2941 2898 | "hermit-abi 0.5.2",
|
2942 2899 | "libc",
|
2943 2900 | "windows-sys 0.59.0",
|
2944 2901 | ]
|
2945 2902 |
|
2946 2903 | [[package]]
|
@@ -2966,2923 +3068,3025 @@
2966 2923 | version = "1.0.15"
|
2967 2924 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2968 2925 | checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
|
2969 2926 |
|
2970 2927 | [[package]]
|
2971 2928 | name = "jemalloc-sys"
|
2972 2929 | version = "0.5.4+5.3.0-patched"
|
2973 2930 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2974 2931 | checksum = "ac6c1946e1cea1788cbfde01c993b52a10e2da07f4bac608228d1bed20bfebf2"
|
2975 2932 | dependencies = [
|
2976 2933 | "cc",
|
2977 2934 | "libc",
|
2978 2935 | ]
|
2979 2936 |
|
2980 2937 | [[package]]
|
2981 2938 | name = "jemallocator"
|
2982 2939 | version = "0.5.4"
|
2983 2940 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2984 2941 | checksum = "a0de374a9f8e63150e6f5e8a60cc14c668226d7a347d8aee1a45766e3c4dd3bc"
|
2985 2942 | dependencies = [
|
2986 2943 | "jemalloc-sys",
|
2987 2944 | "libc",
|
2988 2945 | ]
|
2989 2946 |
|
2990 2947 | [[package]]
|
2991 2948 | name = "jobserver"
|
2992 2949 | version = "0.1.34"
|
2993 2950 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2994 2951 | checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
|
2995 2952 | dependencies = [
|
2996 - | "getrandom 0.3.3",
|
2953 + | "getrandom 0.3.4",
|
2997 2954 | "libc",
|
2998 2955 | ]
|
2999 2956 |
|
3000 2957 | [[package]]
|
3001 2958 | name = "js-sys"
|
3002 2959 | version = "0.3.81"
|
3003 2960 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3004 2961 | checksum = "ec48937a97411dcb524a265206ccd4c90bb711fca92b2792c407f268825b9305"
|
3005 2962 | dependencies = [
|
3006 2963 | "once_cell",
|
3007 2964 | "wasm-bindgen",
|
3008 2965 | ]
|
3009 2966 |
|
3010 2967 | [[package]]
|
3011 2968 | name = "kv-log-macro"
|
3012 2969 | version = "1.0.7"
|
3013 2970 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3014 2971 | checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
|
3015 2972 | dependencies = [
|
3016 2973 | "log",
|
3017 2974 | ]
|
3018 2975 |
|
3019 2976 | [[package]]
|
3020 2977 | name = "lazy_static"
|
3021 2978 | version = "1.5.0"
|
3022 2979 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3023 2980 | checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
3024 2981 |
|
3025 2982 | [[package]]
|
3026 2983 | name = "libc"
|
3027 2984 | version = "0.2.177"
|
3028 2985 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3029 2986 | checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976"
|
3030 2987 |
|
3031 2988 | [[package]]
|
3032 2989 | name = "libloading"
|
3033 - | version = "0.8.8"
|
2990 + | version = "0.8.9"
|
3034 2991 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3035 - | checksum = "07033963ba89ebaf1584d767badaa2e8fcec21aedea6b8c0346d487d49c28667"
|
2992 + | checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
|
3036 2993 | dependencies = [
|
3037 2994 | "cfg-if",
|
3038 - | "windows-targets 0.53.5",
|
2995 + | "windows-link 0.2.1",
|
3039 2996 | ]
|
3040 2997 |
|
3041 2998 | [[package]]
|
3042 2999 | name = "libmimalloc-sys"
|
3043 3000 | version = "0.1.44"
|
3044 3001 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3045 3002 | checksum = "667f4fec20f29dfc6bc7357c582d91796c169ad7e2fce709468aefeb2c099870"
|
3046 3003 | dependencies = [
|
3047 3004 | "cc",
|
3048 3005 | "libc",
|
3049 3006 | ]
|
3050 3007 |
|
3051 3008 | [[package]]
|
3052 3009 | name = "linux-raw-sys"
|
3053 3010 | version = "0.3.8"
|
3054 3011 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3055 3012 | checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
|
3056 3013 |
|
3057 3014 | [[package]]
|
3058 3015 | name = "linux-raw-sys"
|
3059 3016 | version = "0.4.15"
|
3060 3017 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3061 3018 | checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
|
3062 3019 |
|
3063 3020 | [[package]]
|
3064 3021 | name = "linux-raw-sys"
|
3065 3022 | version = "0.11.0"
|
3066 3023 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3067 3024 | checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
|
3068 3025 |
|
@@ -3236,3193 +3304,3252 @@
3236 3193 |
|
3237 3194 | [[package]]
|
3238 3195 | name = "num-integer"
|
3239 3196 | version = "0.1.46"
|
3240 3197 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3241 3198 | checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
|
3242 3199 | dependencies = [
|
3243 3200 | "num-traits",
|
3244 3201 | ]
|
3245 3202 |
|
3246 3203 | [[package]]
|
3247 3204 | name = "num-rational"
|
3248 3205 | version = "0.4.2"
|
3249 3206 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3250 3207 | checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
|
3251 3208 | dependencies = [
|
3252 3209 | "num-bigint",
|
3253 3210 | "num-integer",
|
3254 3211 | "num-traits",
|
3255 3212 | ]
|
3256 3213 |
|
3257 3214 | [[package]]
|
3258 3215 | name = "num-traits"
|
3259 3216 | version = "0.2.19"
|
3260 3217 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3261 3218 | checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
3262 3219 | dependencies = [
|
3263 3220 | "autocfg",
|
3264 3221 | ]
|
3265 3222 |
|
3266 - | [[package]]
|
3267 - | name = "object"
|
3268 - | version = "0.37.3"
|
3269 - | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3270 - | checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
|
3271 - | dependencies = [
|
3272 - | "memchr",
|
3273 - | ]
|
3274 - |
|
3275 3223 | [[package]]
|
3276 3224 | name = "once_cell"
|
3277 3225 | version = "1.21.3"
|
3278 3226 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3279 3227 | checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
|
3280 3228 | dependencies = [
|
3281 3229 | "critical-section",
|
3282 3230 | "portable-atomic",
|
3283 3231 | ]
|
3284 3232 |
|
3285 3233 | [[package]]
|
3286 3234 | name = "oorandom"
|
3287 3235 | version = "11.1.5"
|
3288 3236 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3289 3237 | checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
|
3290 3238 |
|
3291 3239 | [[package]]
|
3292 3240 | name = "openssl-probe"
|
3293 3241 | version = "0.1.6"
|
3294 3242 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3295 3243 | checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
|
3296 3244 |
|
3297 3245 | [[package]]
|
3298 3246 | name = "opentelemetry"
|
3299 3247 | version = "0.26.0"
|
3300 3248 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3301 3249 | checksum = "570074cc999d1a58184080966e5bd3bf3a9a4af650c3b05047c2621e7405cd17"
|
3302 3250 | dependencies = [
|
3303 3251 | "futures-core",
|
3304 3252 | "futures-sink",
|
@@ -3602,3550 +3662,3610 @@
3602 3550 | dependencies = [
|
3603 3551 | "ppv-lite86",
|
3604 3552 | "rand_core 0.6.4",
|
3605 3553 | ]
|
3606 3554 |
|
3607 3555 | [[package]]
|
3608 3556 | name = "rand_chacha"
|
3609 3557 | version = "0.9.0"
|
3610 3558 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3611 3559 | checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
|
3612 3560 | dependencies = [
|
3613 3561 | "ppv-lite86",
|
3614 3562 | "rand_core 0.9.3",
|
3615 3563 | ]
|
3616 3564 |
|
3617 3565 | [[package]]
|
3618 3566 | name = "rand_core"
|
3619 3567 | version = "0.6.4"
|
3620 3568 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3621 3569 | checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
3622 3570 | dependencies = [
|
3623 3571 | "getrandom 0.2.16",
|
3624 3572 | ]
|
3625 3573 |
|
3626 3574 | [[package]]
|
3627 3575 | name = "rand_core"
|
3628 3576 | version = "0.9.3"
|
3629 3577 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3630 3578 | checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
|
3631 3579 | dependencies = [
|
3632 - | "getrandom 0.3.3",
|
3580 + | "getrandom 0.3.4",
|
3633 3581 | ]
|
3634 3582 |
|
3635 3583 | [[package]]
|
3636 3584 | name = "rand_xorshift"
|
3637 3585 | version = "0.4.0"
|
3638 3586 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3639 3587 | checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
|
3640 3588 | dependencies = [
|
3641 3589 | "rand_core 0.9.3",
|
3642 3590 | ]
|
3643 3591 |
|
3644 3592 | [[package]]
|
3645 3593 | name = "rayon"
|
3646 3594 | version = "1.11.0"
|
3647 3595 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3648 3596 | checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
|
3649 3597 | dependencies = [
|
3650 3598 | "either",
|
3651 3599 | "rayon-core",
|
3652 3600 | ]
|
3653 3601 |
|
3654 3602 | [[package]]
|
3655 3603 | name = "rayon-core"
|
3656 3604 | version = "1.13.0"
|
3657 3605 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3658 3606 | checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
|
3659 3607 | dependencies = [
|
3660 3608 | "crossbeam-deque",
|
3661 3609 | "crossbeam-utils",
|
3662 3610 | ]
|
@@ -3718,3666 +3783,3725 @@
3718 3666 | checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
|
3719 3667 | dependencies = [
|
3720 3668 | "crypto-bigint 0.4.9",
|
3721 3669 | "hmac",
|
3722 3670 | "zeroize",
|
3723 3671 | ]
|
3724 3672 |
|
3725 3673 | [[package]]
|
3726 3674 | name = "ring"
|
3727 3675 | version = "0.17.14"
|
3728 3676 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3729 3677 | checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
|
3730 3678 | dependencies = [
|
3731 3679 | "cc",
|
3732 3680 | "cfg-if",
|
3733 3681 | "getrandom 0.2.16",
|
3734 3682 | "libc",
|
3735 3683 | "untrusted 0.9.0",
|
3736 3684 | "windows-sys 0.52.0",
|
3737 3685 | ]
|
3738 3686 |
|
3739 3687 | [[package]]
|
3740 3688 | name = "roxmltree"
|
3741 3689 | version = "0.14.1"
|
3742 3690 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3743 3691 | checksum = "921904a62e410e37e215c40381b7117f830d9d89ba60ab5236170541dd25646b"
|
3744 3692 | dependencies = [
|
3745 3693 | "xmlparser",
|
3746 3694 | ]
|
3747 3695 |
|
3748 - | [[package]]
|
3749 - | name = "rustc-demangle"
|
3750 - | version = "0.1.26"
|
3751 - | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3752 - | checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
|
3753 - |
|
3754 3696 | [[package]]
|
3755 3697 | name = "rustc-hash"
|
3756 3698 | version = "2.1.1"
|
3757 3699 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3758 3700 | checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
|
3759 3701 |
|
3760 3702 | [[package]]
|
3761 3703 | name = "rustc_version"
|
3762 3704 | version = "0.4.1"
|
3763 3705 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3764 3706 | checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
|
3765 3707 | dependencies = [
|
3766 3708 | "semver",
|
3767 3709 | ]
|
3768 3710 |
|
3769 3711 | [[package]]
|
3770 3712 | name = "rustix"
|
3771 3713 | version = "0.37.28"
|
3772 3714 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3773 3715 | checksum = "519165d378b97752ca44bbe15047d5d3409e875f39327546b42ac81d7e18c1b6"
|
3774 3716 | dependencies = [
|
3775 3717 | "bitflags 1.3.2",
|
3776 3718 | "errno",
|
3777 3719 | "io-lifetimes",
|
3778 3720 | "libc",
|
3779 3721 | "linux-raw-sys 0.3.8",
|
3780 3722 | "windows-sys 0.48.0",
|
3781 3723 | ]
|
3782 3724 |
|
3783 3725 | [[package]]
|
@@ -4340,4282 +4400,4342 @@
4340 4282 | checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
|
4341 4283 | dependencies = [
|
4342 4284 | "bitflags 2.9.4",
|
4343 4285 | "core-foundation 0.9.4",
|
4344 4286 | "system-configuration-sys",
|
4345 4287 | ]
|
4346 4288 |
|
4347 4289 | [[package]]
|
4348 4290 | name = "system-configuration-sys"
|
4349 4291 | version = "0.6.0"
|
4350 4292 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4351 4293 | checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
|
4352 4294 | dependencies = [
|
4353 4295 | "core-foundation-sys",
|
4354 4296 | "libc",
|
4355 4297 | ]
|
4356 4298 |
|
4357 4299 | [[package]]
|
4358 4300 | name = "tagptr"
|
4359 4301 | version = "0.2.0"
|
4360 4302 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4361 4303 | checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
|
4362 4304 |
|
4363 4305 | [[package]]
|
4364 4306 | name = "tempfile"
|
4365 4307 | version = "3.23.0"
|
4366 4308 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4367 4309 | checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
|
4368 4310 | dependencies = [
|
4369 4311 | "fastrand 2.3.0",
|
4370 - | "getrandom 0.3.3",
|
4312 + | "getrandom 0.3.4",
|
4371 4313 | "once_cell",
|
4372 4314 | "rustix 1.1.2",
|
4373 4315 | "windows-sys 0.61.2",
|
4374 4316 | ]
|
4375 4317 |
|
4376 4318 | [[package]]
|
4377 4319 | name = "thiserror"
|
4378 4320 | version = "1.0.69"
|
4379 4321 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4380 4322 | checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
|
4381 4323 | dependencies = [
|
4382 4324 | "thiserror-impl 1.0.69",
|
4383 4325 | ]
|
4384 4326 |
|
4385 4327 | [[package]]
|
4386 4328 | name = "thiserror"
|
4387 4329 | version = "2.0.17"
|
4388 4330 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4389 4331 | checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
|
4390 4332 | dependencies = [
|
4391 4333 | "thiserror-impl 2.0.17",
|
4392 4334 | ]
|
4393 4335 |
|
4394 4336 | [[package]]
|
4395 4337 | name = "thiserror-impl"
|
4396 4338 | version = "1.0.69"
|
4397 4339 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4398 4340 | checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
|
4399 4341 | dependencies = [
|
4400 4342 | "proc-macro2",
|
@@ -4463,4405 +4545,4484 @@
4463 4405 | "zerovec",
|
4464 4406 | ]
|
4465 4407 |
|
4466 4408 | [[package]]
|
4467 4409 | name = "tinytemplate"
|
4468 4410 | version = "1.2.1"
|
4469 4411 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4470 4412 | checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
|
4471 4413 | dependencies = [
|
4472 4414 | "serde",
|
4473 4415 | "serde_json",
|
4474 4416 | ]
|
4475 4417 |
|
4476 4418 | [[package]]
|
4477 4419 | name = "tinyvec"
|
4478 4420 | version = "1.10.0"
|
4479 4421 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4480 4422 | checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
|
4481 4423 | dependencies = [
|
4482 4424 | "tinyvec_macros",
|
4483 4425 | ]
|
4484 4426 |
|
4485 4427 | [[package]]
|
4486 4428 | name = "tinyvec_macros"
|
4487 4429 | version = "0.1.1"
|
4488 4430 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4489 4431 | checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
4490 4432 |
|
4491 4433 | [[package]]
|
4492 4434 | name = "tokio"
|
4493 - | version = "1.47.1"
|
4435 + | version = "1.48.0"
|
4494 4436 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4495 - | checksum = "89e49afdadebb872d3145a5638b59eb0691ea23e46ca484037cfab3b76b95038"
|
4437 + | checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
|
4496 4438 | dependencies = [
|
4497 - | "backtrace",
|
4498 4439 | "bytes",
|
4499 - | "io-uring",
|
4500 4440 | "libc",
|
4501 4441 | "mio",
|
4502 4442 | "parking_lot",
|
4503 4443 | "pin-project-lite",
|
4504 4444 | "signal-hook-registry",
|
4505 - | "slab",
|
4506 4445 | "socket2 0.6.1",
|
4507 4446 | "tokio-macros",
|
4508 - | "windows-sys 0.59.0",
|
4447 + | "windows-sys 0.61.2",
|
4509 4448 | ]
|
4510 4449 |
|
4511 4450 | [[package]]
|
4512 4451 | name = "tokio-macros"
|
4513 - | version = "2.5.0"
|
4452 + | version = "2.6.0"
|
4514 4453 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4515 - | checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
|
4454 + | checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
|
4516 4455 | dependencies = [
|
4517 4456 | "proc-macro2",
|
4518 4457 | "quote",
|
4519 4458 | "syn",
|
4520 4459 | ]
|
4521 4460 |
|
4522 4461 | [[package]]
|
4523 4462 | name = "tokio-rustls"
|
4524 4463 | version = "0.24.1"
|
4525 4464 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4526 4465 | checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
|
4527 4466 | dependencies = [
|
4528 4467 | "rustls 0.21.12",
|
4529 4468 | "tokio",
|
4530 4469 | ]
|
4531 4470 |
|
4532 4471 | [[package]]
|
4533 4472 | name = "tokio-rustls"
|
4534 4473 | version = "0.26.4"
|
4535 4474 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4536 4475 | checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
|
4537 4476 | dependencies = [
|
4538 4477 | "rustls 0.23.32",
|
4539 4478 | "tokio",
|
4540 4479 | ]
|
4541 4480 |
|
4542 4481 | [[package]]
|
4543 4482 | name = "tokio-stream"
|
4544 4483 | version = "0.1.17"
|
4545 4484 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
@@ -4750,4689 +4810,4749 @@
4750 4689 | [[package]]
|
4751 4690 | name = "url"
|
4752 4691 | version = "2.5.7"
|
4753 4692 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4754 4693 | checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
|
4755 4694 | dependencies = [
|
4756 4695 | "form_urlencoded",
|
4757 4696 | "idna",
|
4758 4697 | "percent-encoding",
|
4759 4698 | "serde",
|
4760 4699 | ]
|
4761 4700 |
|
4762 4701 | [[package]]
|
4763 4702 | name = "urlencoding"
|
4764 4703 | version = "2.1.3"
|
4765 4704 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4766 4705 | checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
|
4767 4706 |
|
4768 4707 | [[package]]
|
4769 4708 | name = "utf8_iter"
|
4770 4709 | version = "1.0.4"
|
4771 4710 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4772 4711 | checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
|
4773 4712 |
|
4774 4713 | [[package]]
|
4775 4714 | name = "uuid"
|
4776 4715 | version = "1.18.1"
|
4777 4716 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4778 4717 | checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
|
4779 4718 | dependencies = [
|
4780 - | "getrandom 0.3.3",
|
4719 + | "getrandom 0.3.4",
|
4781 4720 | "js-sys",
|
4782 4721 | "wasm-bindgen",
|
4783 4722 | ]
|
4784 4723 |
|
4785 4724 | [[package]]
|
4786 4725 | name = "valuable"
|
4787 4726 | version = "0.1.1"
|
4788 4727 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4789 4728 | checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
|
4790 4729 |
|
4791 4730 | [[package]]
|
4792 4731 | name = "value-bag"
|
4793 4732 | version = "1.11.1"
|
4794 4733 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4795 4734 | checksum = "943ce29a8a743eb10d6082545d861b24f9d1b160b7d741e0f2cdf726bec909c5"
|
4796 4735 |
|
4797 4736 | [[package]]
|
4798 4737 | name = "version_check"
|
4799 4738 | version = "0.9.5"
|
4800 4739 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4801 4740 | checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
4802 4741 |
|
4803 4742 | [[package]]
|
4804 4743 | name = "vsimd"
|
4805 4744 | version = "0.8.0"
|
4806 4745 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4807 4746 | checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
|
4808 4747 |
|
4809 4748 | [[package]]
|
4810 4749 | name = "wait-timeout"
|
@@ -4828,4767 +4896,4826 @@
4828 4767 | checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
|
4829 4768 | dependencies = [
|
4830 4769 | "same-file",
|
4831 4770 | "winapi-util",
|
4832 4771 | ]
|
4833 4772 |
|
4834 4773 | [[package]]
|
4835 4774 | name = "want"
|
4836 4775 | version = "0.3.1"
|
4837 4776 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4838 4777 | checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
|
4839 4778 | dependencies = [
|
4840 4779 | "try-lock",
|
4841 4780 | ]
|
4842 4781 |
|
4843 4782 | [[package]]
|
4844 4783 | name = "wasi"
|
4845 4784 | version = "0.11.1+wasi-snapshot-preview1"
|
4846 4785 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4847 4786 | checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
|
4848 4787 |
|
4849 4788 | [[package]]
|
4850 4789 | name = "wasi"
|
4851 4790 | version = "0.12.1+wasi-0.2.0"
|
4852 4791 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4853 4792 | checksum = "af274f03e73b7d85551b3f9e97b8a04d5c9aec703cfc227a3fe0595a7561c67a"
|
4854 4793 | dependencies = [
|
4855 4794 | "wit-bindgen 0.19.2",
|
4856 4795 | ]
|
4857 4796 |
|
4858 - | [[package]]
|
4859 - | name = "wasi"
|
4860 - | version = "0.14.7+wasi-0.2.4"
|
4861 - | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4862 - | checksum = "883478de20367e224c0090af9cf5f9fa85bed63a95c1abf3afc5c083ebc06e8c"
|
4863 - | dependencies = [
|
4864 - | "wasip2",
|
4865 - | ]
|
4866 - |
|
4867 4797 | [[package]]
|
4868 4798 | name = "wasip2"
|
4869 4799 | version = "1.0.1+wasi-0.2.4"
|
4870 4800 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4871 4801 | checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
|
4872 4802 | dependencies = [
|
4873 4803 | "wit-bindgen 0.46.0",
|
4874 4804 | ]
|
4875 4805 |
|
4876 4806 | [[package]]
|
4877 4807 | name = "wasm-bindgen"
|
4878 4808 | version = "0.2.104"
|
4879 4809 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4880 4810 | checksum = "c1da10c01ae9f1ae40cbfac0bac3b1e724b320abfcf52229f80b547c0d250e2d"
|
4881 4811 | dependencies = [
|
4882 4812 | "cfg-if",
|
4883 4813 | "once_cell",
|
4884 4814 | "rustversion",
|
4885 4815 | "wasm-bindgen-macro",
|
4886 4816 | "wasm-bindgen-shared",
|
4887 4817 | ]
|
4888 4818 |
|
4889 4819 | [[package]]
|
4890 4820 | name = "wasm-bindgen-backend"
|
4891 4821 | version = "0.2.104"
|
4892 4822 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4893 4823 | checksum = "671c9a5a66f49d8a47345ab942e2cb93c7d1d0339065d4f8139c486121b43b19"
|
4894 4824 | dependencies = [
|
4895 4825 | "bumpalo",
|
4896 4826 | "log",
|