this repo has no description
3
fork

Configure Feed

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

⬆️ Update Rust crate hotpath to 0.9.0 (#112)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

authored by

renovate[bot]
renovate[bot]
and committed by
GitHub
73af293f bedb7e2c

+5 -167
+4 -166
Cargo.lock
··· 659 659 ] 660 660 661 661 [[package]] 662 - name = "cookie" 663 - version = "0.18.1" 664 - source = "registry+https://github.com/rust-lang/crates.io-index" 665 - checksum = "4ddef33a339a91ea89fb53151bd0a4689cfce27055c291dfa69945475d22c747" 666 - dependencies = [ 667 - "percent-encoding", 668 - "time", 669 - "version_check", 670 - ] 671 - 672 - [[package]] 673 - name = "cookie_store" 674 - version = "0.22.0" 675 - source = "registry+https://github.com/rust-lang/crates.io-index" 676 - checksum = "3fc4bff745c9b4c7fb1e97b25d13153da2bc7796260141df62378998d070207f" 677 - dependencies = [ 678 - "cookie", 679 - "document-features", 680 - "idna", 681 - "indexmap", 682 - "log", 683 - "serde", 684 - "serde_derive", 685 - "serde_json", 686 - "time", 687 - "url", 688 - ] 689 - 690 - [[package]] 691 662 name = "core-foundation" 692 663 version = "0.9.4" 693 664 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 902 873 "itertools 0.12.1", 903 874 "rand 0.9.2", 904 875 "shapemaker", 905 - ] 906 - 907 - [[package]] 908 - name = "document-features" 909 - version = "0.2.12" 910 - source = "registry+https://github.com/rust-lang/crates.io-index" 911 - checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61" 912 - dependencies = [ 913 - "litrs", 914 876 ] 915 877 916 878 [[package]] ··· 1333 1295 1334 1296 [[package]] 1335 1297 name = "hotpath" 1336 - version = "0.8.0" 1298 + version = "0.9.0" 1337 1299 source = "registry+https://github.com/rust-lang/crates.io-index" 1338 - checksum = "4b0a2c66c081fe3684a54a7e5d059c9d9ad6b3ee5ccea14f6e4f056dbd77becf" 1300 + checksum = "1bff4650da2df45a71a2f5c2c51fdcd5bea79270e0cc2a9984942d57fc77c0d7" 1339 1301 dependencies = [ 1340 1302 "arc-swap", 1341 1303 "base64", ··· 1357 1319 "serde_json", 1358 1320 "tiny_http", 1359 1321 "tokio", 1360 - "ureq", 1361 1322 ] 1362 1323 1363 1324 [[package]] 1364 1325 name = "hotpath-macros" 1365 - version = "0.8.0" 1326 + version = "0.9.0" 1366 1327 source = "registry+https://github.com/rust-lang/crates.io-index" 1367 - checksum = "a38fa43ca80cf906cd05127e490d740a51abb38316db7bce9d95e89724a81761" 1328 + checksum = "9a8d87ff506da0e93bac1a7ba104aa79fac048edab9d8ef922e75ba54106ee3d" 1368 1329 dependencies = [ 1369 1330 "proc-macro2", 1370 1331 "quote", ··· 1785 1746 version = "0.8.1" 1786 1747 source = "registry+https://github.com/rust-lang/crates.io-index" 1787 1748 checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77" 1788 - 1789 - [[package]] 1790 - name = "litrs" 1791 - version = "1.0.0" 1792 - source = "registry+https://github.com/rust-lang/crates.io-index" 1793 - checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092" 1794 1749 1795 1750 [[package]] 1796 1751 name = "lock_api" ··· 2706 2661 ] 2707 2662 2708 2663 [[package]] 2709 - name = "ring" 2710 - version = "0.17.14" 2711 - source = "registry+https://github.com/rust-lang/crates.io-index" 2712 - checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" 2713 - dependencies = [ 2714 - "cc", 2715 - "cfg-if 1.0.4", 2716 - "getrandom 0.2.16", 2717 - "libc", 2718 - "untrusted", 2719 - "windows-sys 0.52.0", 2720 - ] 2721 - 2722 - [[package]] 2723 2664 name = "roxmltree" 2724 2665 version = "0.20.0" 2725 2666 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2760 2701 ] 2761 2702 2762 2703 [[package]] 2763 - name = "rustls" 2764 - version = "0.23.35" 2765 - source = "registry+https://github.com/rust-lang/crates.io-index" 2766 - checksum = "533f54bc6a7d4f647e46ad909549eda97bf5afc1585190ef692b4286b198bd8f" 2767 - dependencies = [ 2768 - "log", 2769 - "once_cell", 2770 - "ring", 2771 - "rustls-pki-types", 2772 - "rustls-webpki", 2773 - "subtle", 2774 - "zeroize", 2775 - ] 2776 - 2777 - [[package]] 2778 - name = "rustls-pki-types" 2779 - version = "1.13.1" 2780 - source = "registry+https://github.com/rust-lang/crates.io-index" 2781 - checksum = "708c0f9d5f54ba0272468c1d306a52c495b31fa155e91bc25371e6df7996908c" 2782 - dependencies = [ 2783 - "zeroize", 2784 - ] 2785 - 2786 - [[package]] 2787 - name = "rustls-webpki" 2788 - version = "0.103.8" 2789 - source = "registry+https://github.com/rust-lang/crates.io-index" 2790 - checksum = "2ffdfa2f5286e2247234e03f680868ac2815974dc39e00ea15adc445d0aafe52" 2791 - dependencies = [ 2792 - "ring", 2793 - "rustls-pki-types", 2794 - "untrusted", 2795 - ] 2796 - 2797 - [[package]] 2798 2704 name = "rustversion" 2799 2705 version = "1.0.22" 2800 2706 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3223 3129 "quote", 3224 3130 "syn 2.0.111", 3225 3131 ] 3226 - 3227 - [[package]] 3228 - name = "subtle" 3229 - version = "2.6.1" 3230 - source = "registry+https://github.com/rust-lang/crates.io-index" 3231 - checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" 3232 3132 3233 3133 [[package]] 3234 3134 name = "svgtypes" ··· 3734 3634 checksum = "81e544489bf3d8ef66c953931f56617f423cd4b5494be343d9b9d3dda037b9a3" 3735 3635 3736 3636 [[package]] 3737 - name = "untrusted" 3738 - version = "0.9.0" 3739 - source = "registry+https://github.com/rust-lang/crates.io-index" 3740 - checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" 3741 - 3742 - [[package]] 3743 - name = "ureq" 3744 - version = "3.1.4" 3745 - source = "registry+https://github.com/rust-lang/crates.io-index" 3746 - checksum = "d39cb1dbab692d82a977c0392ffac19e188bd9186a9f32806f0aaa859d75585a" 3747 - dependencies = [ 3748 - "base64", 3749 - "cookie_store", 3750 - "flate2", 3751 - "log", 3752 - "percent-encoding", 3753 - "rustls", 3754 - "rustls-pki-types", 3755 - "serde", 3756 - "serde_json", 3757 - "ureq-proto", 3758 - "utf-8", 3759 - "webpki-roots", 3760 - ] 3761 - 3762 - [[package]] 3763 - name = "ureq-proto" 3764 - version = "0.5.3" 3765 - source = "registry+https://github.com/rust-lang/crates.io-index" 3766 - checksum = "d81f9efa9df032be5934a46a068815a10a042b494b6a58cb0a1a97bb5467ed6f" 3767 - dependencies = [ 3768 - "base64", 3769 - "http", 3770 - "httparse", 3771 - "log", 3772 - ] 3773 - 3774 - [[package]] 3775 3637 name = "url" 3776 3638 version = "2.5.7" 3777 3639 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3985 3847 ] 3986 3848 3987 3849 [[package]] 3988 - name = "webpki-roots" 3989 - version = "1.0.4" 3990 - source = "registry+https://github.com/rust-lang/crates.io-index" 3991 - checksum = "b2878ef029c47c6e8cf779119f20fcf52bde7ad42a731b2a304bc221df17571e" 3992 - dependencies = [ 3993 - "rustls-pki-types", 3994 - ] 3995 - 3996 - [[package]] 3997 3850 name = "weezl" 3998 3851 version = "0.1.12" 3999 3852 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 4194 4047 checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091" 4195 4048 dependencies = [ 4196 4049 "windows-link 0.2.1", 4197 - ] 4198 - 4199 - [[package]] 4200 - name = "windows-sys" 4201 - version = "0.52.0" 4202 - source = "registry+https://github.com/rust-lang/crates.io-index" 4203 - checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 4204 - dependencies = [ 4205 - "windows-targets 0.52.6", 4206 4050 ] 4207 4051 4208 4052 [[package]] ··· 4631 4475 "syn 2.0.111", 4632 4476 "synstructure", 4633 4477 ] 4634 - 4635 - [[package]] 4636 - name = "zeroize" 4637 - version = "1.8.2" 4638 - source = "registry+https://github.com/rust-lang/crates.io-index" 4639 - checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0" 4640 4478 4641 4479 [[package]] 4642 4480 name = "zerotrie"
+1 -1
Cargo.toml
··· 100 100 quick-xml = "0.38.4" 101 101 num = "0.4.3" 102 102 serde-wasm-bindgen = { version = "0.6.5", optional = true } 103 - hotpath = { version = "0.8.0", optional = true } 103 + hotpath = { version = "0.9.0", optional = true } 104 104 105 105 [dev-dependencies] 106 106 insta = "1.44.3"