Syntax aware cat
1
fork

Configure Feed

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

Bump anstream from 0.6.4 to 0.6.18

Bumps [anstream](https://github.com/rust-cli/anstyle) from 0.6.4 to 0.6.18.
- [Commits](https://github.com/rust-cli/anstyle/compare/anstream-v0.6.4...anstream-v0.6.18)

---
updated-dependencies:
- dependency-name: anstream
dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

authored by

dependabot[bot] and committed by
GitHub
ff407286 5da5a717

+95 -15
+95 -15
Cargo.lock
··· 22 22 23 23 [[package]] 24 24 name = "anstream" 25 - version = "0.6.4" 25 + version = "0.6.18" 26 26 source = "registry+https://github.com/rust-lang/crates.io-index" 27 - checksum = "2ab91ebe16eb252986481c5b62f6098f3b698a45e34b5b98200cf20dd2484a44" 27 + checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b" 28 28 dependencies = [ 29 29 "anstyle", 30 30 "anstyle-parse", 31 31 "anstyle-query", 32 32 "anstyle-wincon", 33 33 "colorchoice", 34 + "is_terminal_polyfill", 34 35 "utf8parse", 35 36 ] 36 37 ··· 55 56 source = "registry+https://github.com/rust-lang/crates.io-index" 56 57 checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b" 57 58 dependencies = [ 58 - "windows-sys", 59 + "windows-sys 0.48.0", 59 60 ] 60 61 61 62 [[package]] 62 63 name = "anstyle-wincon" 63 - version = "3.0.1" 64 + version = "3.0.6" 64 65 source = "registry+https://github.com/rust-lang/crates.io-index" 65 - checksum = "f0699d10d2f4d628a98ee7b57b289abbc98ff3bad977cb3152709d4bf2330628" 66 + checksum = "2109dbce0e72be3ec00bed26e6a7479ca384ad226efdd66db8fa2e3a38c83125" 66 67 dependencies = [ 67 68 "anstyle", 68 - "windows-sys", 69 + "windows-sys 0.59.0", 69 70 ] 70 71 71 72 [[package]] ··· 227 228 "cfg-if 1.0.0", 228 229 "libc", 229 230 "redox_syscall 0.3.5", 230 - "windows-sys", 231 + "windows-sys 0.48.0", 231 232 ] 232 233 233 234 [[package]] ··· 301 302 "unicode-bidi", 302 303 "unicode-normalization", 303 304 ] 305 + 306 + [[package]] 307 + name = "is_terminal_polyfill" 308 + version = "1.70.1" 309 + source = "registry+https://github.com/rust-lang/crates.io-index" 310 + checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" 304 311 305 312 [[package]] 306 313 name = "jobserver" ··· 811 818 source = "registry+https://github.com/rust-lang/crates.io-index" 812 819 checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 813 820 dependencies = [ 814 - "windows-targets", 821 + "windows-targets 0.48.5", 822 + ] 823 + 824 + [[package]] 825 + name = "windows-sys" 826 + version = "0.59.0" 827 + source = "registry+https://github.com/rust-lang/crates.io-index" 828 + checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 829 + dependencies = [ 830 + "windows-targets 0.52.6", 815 831 ] 816 832 817 833 [[package]] ··· 820 836 source = "registry+https://github.com/rust-lang/crates.io-index" 821 837 checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 822 838 dependencies = [ 823 - "windows_aarch64_gnullvm", 824 - "windows_aarch64_msvc", 825 - "windows_i686_gnu", 826 - "windows_i686_msvc", 827 - "windows_x86_64_gnu", 828 - "windows_x86_64_gnullvm", 829 - "windows_x86_64_msvc", 839 + "windows_aarch64_gnullvm 0.48.5", 840 + "windows_aarch64_msvc 0.48.5", 841 + "windows_i686_gnu 0.48.5", 842 + "windows_i686_msvc 0.48.5", 843 + "windows_x86_64_gnu 0.48.5", 844 + "windows_x86_64_gnullvm 0.48.5", 845 + "windows_x86_64_msvc 0.48.5", 846 + ] 847 + 848 + [[package]] 849 + name = "windows-targets" 850 + version = "0.52.6" 851 + source = "registry+https://github.com/rust-lang/crates.io-index" 852 + checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 853 + dependencies = [ 854 + "windows_aarch64_gnullvm 0.52.6", 855 + "windows_aarch64_msvc 0.52.6", 856 + "windows_i686_gnu 0.52.6", 857 + "windows_i686_gnullvm", 858 + "windows_i686_msvc 0.52.6", 859 + "windows_x86_64_gnu 0.52.6", 860 + "windows_x86_64_gnullvm 0.52.6", 861 + "windows_x86_64_msvc 0.52.6", 830 862 ] 831 863 832 864 [[package]] ··· 836 868 checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 837 869 838 870 [[package]] 871 + name = "windows_aarch64_gnullvm" 872 + version = "0.52.6" 873 + source = "registry+https://github.com/rust-lang/crates.io-index" 874 + checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 875 + 876 + [[package]] 839 877 name = "windows_aarch64_msvc" 840 878 version = "0.48.5" 841 879 source = "registry+https://github.com/rust-lang/crates.io-index" 842 880 checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 843 881 844 882 [[package]] 883 + name = "windows_aarch64_msvc" 884 + version = "0.52.6" 885 + source = "registry+https://github.com/rust-lang/crates.io-index" 886 + checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 887 + 888 + [[package]] 845 889 name = "windows_i686_gnu" 846 890 version = "0.48.5" 847 891 source = "registry+https://github.com/rust-lang/crates.io-index" 848 892 checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 849 893 850 894 [[package]] 895 + name = "windows_i686_gnu" 896 + version = "0.52.6" 897 + source = "registry+https://github.com/rust-lang/crates.io-index" 898 + checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 899 + 900 + [[package]] 901 + name = "windows_i686_gnullvm" 902 + version = "0.52.6" 903 + source = "registry+https://github.com/rust-lang/crates.io-index" 904 + checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 905 + 906 + [[package]] 851 907 name = "windows_i686_msvc" 852 908 version = "0.48.5" 853 909 source = "registry+https://github.com/rust-lang/crates.io-index" 854 910 checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 855 911 856 912 [[package]] 913 + name = "windows_i686_msvc" 914 + version = "0.52.6" 915 + source = "registry+https://github.com/rust-lang/crates.io-index" 916 + checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 917 + 918 + [[package]] 857 919 name = "windows_x86_64_gnu" 858 920 version = "0.48.5" 859 921 source = "registry+https://github.com/rust-lang/crates.io-index" 860 922 checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 861 923 862 924 [[package]] 925 + name = "windows_x86_64_gnu" 926 + version = "0.52.6" 927 + source = "registry+https://github.com/rust-lang/crates.io-index" 928 + checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 929 + 930 + [[package]] 863 931 name = "windows_x86_64_gnullvm" 864 932 version = "0.48.5" 865 933 source = "registry+https://github.com/rust-lang/crates.io-index" 866 934 checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 867 935 868 936 [[package]] 937 + name = "windows_x86_64_gnullvm" 938 + version = "0.52.6" 939 + source = "registry+https://github.com/rust-lang/crates.io-index" 940 + checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 941 + 942 + [[package]] 869 943 name = "windows_x86_64_msvc" 870 944 version = "0.48.5" 871 945 source = "registry+https://github.com/rust-lang/crates.io-index" 872 946 checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 947 + 948 + [[package]] 949 + name = "windows_x86_64_msvc" 950 + version = "0.52.6" 951 + source = "registry+https://github.com/rust-lang/crates.io-index" 952 + checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 873 953 874 954 [[package]] 875 955 name = "xattr"