This repository has no description
0

Configure Feed

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

⬆️ Update Rust crate rand to 0.9.2 (#42)

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

author
renovate[bot]
co-author
renovate[bot]
committer
GitHub
date (Oct 23, 2025, 1:31 PM +0200) commit 5fdc90d8 parent 6c4c6525
+110 -55
+109 -54
Cargo.lock
··· 26 26 "cfg-if 1.0.0", 27 27 "once_cell", 28 28 "version_check", 29 - "zerocopy 0.7.35", 29 + "zerocopy", 30 30 ] 31 31 32 32 [[package]] ··· 715 715 source = "registry+https://github.com/rust-lang/crates.io-index" 716 716 checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb" 717 717 dependencies = [ 718 - "encode_unicode", 718 + "encode_unicode 0.3.6", 719 719 "lazy_static", 720 720 "libc", 721 721 "unicode-width 0.1.12", 722 722 "windows-sys 0.52.0", 723 + ] 724 + 725 + [[package]] 726 + name = "console" 727 + version = "0.16.1" 728 + source = "registry+https://github.com/rust-lang/crates.io-index" 729 + checksum = "b430743a6eb14e9764d4260d4c0d8123087d504eeb9c48f2b2a5e810dd369df4" 730 + dependencies = [ 731 + "encode_unicode 1.0.0", 732 + "libc", 733 + "once_cell", 734 + "unicode-width 0.2.0", 735 + "windows-sys 0.61.2", 723 736 ] 724 737 725 738 [[package]] ··· 994 1007 dependencies = [ 995 1008 "insta", 996 1009 "itertools 0.12.1", 997 - "rand 0.9.0", 1010 + "rand 0.9.2", 998 1011 "shapemaker", 999 1012 ] 1000 1013 ··· 1073 1086 checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" 1074 1087 1075 1088 [[package]] 1089 + name = "encode_unicode" 1090 + version = "1.0.0" 1091 + source = "registry+https://github.com/rust-lang/crates.io-index" 1092 + checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0" 1093 + 1094 + [[package]] 1076 1095 name = "encoding_rs" 1077 1096 version = "0.8.35" 1078 1097 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2318 2337 2319 2338 [[package]] 2320 2339 name = "hashbrown" 2321 - version = "0.15.2" 2340 + version = "0.16.0" 2322 2341 source = "registry+https://github.com/rust-lang/crates.io-index" 2323 - checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289" 2342 + checksum = "5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d" 2324 2343 2325 2344 [[package]] 2326 2345 name = "hashlink" ··· 2640 2659 2641 2660 [[package]] 2642 2661 name = "indexmap" 2643 - version = "2.8.0" 2662 + version = "2.12.0" 2644 2663 source = "registry+https://github.com/rust-lang/crates.io-index" 2645 - checksum = "3954d50fe15b02142bf25d3b8bdadb634ec3948f103d04ffe3031bc8fe9d7058" 2664 + checksum = "6717a8d2a5a929a1a2eb43a12812498ed141a0bcfb7e8f7844fbdbe4303bba9f" 2646 2665 dependencies = [ 2647 2666 "equivalent", 2648 - "hashbrown 0.15.2", 2667 + "hashbrown 0.16.0", 2649 2668 ] 2650 2669 2651 2670 [[package]] ··· 2654 2673 source = "registry+https://github.com/rust-lang/crates.io-index" 2655 2674 checksum = "763a5a8f45087d6bcea4222e7b72c291a054edf80e4ef6efd2a4979878c7bea3" 2656 2675 dependencies = [ 2657 - "console", 2676 + "console 0.15.8", 2658 2677 "instant", 2659 2678 "number_prefix", 2660 2679 "portable-atomic", ··· 2687 2706 source = "registry+https://github.com/rust-lang/crates.io-index" 2688 2707 checksum = "46fdb647ebde000f43b5b53f773c30cf9b0cb4300453208713fa38b2c70935a0" 2689 2708 dependencies = [ 2690 - "console", 2709 + "console 0.15.8", 2691 2710 "once_cell", 2692 2711 "similar", 2693 2712 ] ··· 3808 3827 3809 3828 [[package]] 3810 3829 name = "rand" 3811 - version = "0.9.0" 3830 + version = "0.9.2" 3812 3831 source = "registry+https://github.com/rust-lang/crates.io-index" 3813 - checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94" 3832 + checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" 3814 3833 dependencies = [ 3815 3834 "rand_chacha 0.9.0", 3816 3835 "rand_core 0.9.3", 3817 - "zerocopy 0.8.24", 3818 3836 ] 3819 3837 3820 3838 [[package]] ··· 4168 4186 "anyhow", 4169 4187 "itertools 0.14.0", 4170 4188 "pico-args", 4171 - "rand 0.9.0", 4189 + "rand 0.9.2", 4172 4190 "shapemaker", 4173 4191 ] 4174 4192 ··· 4177 4195 version = "0.1.0" 4178 4196 dependencies = [ 4179 4197 "env_logger", 4180 - "rand 0.9.0", 4198 + "rand 0.9.2", 4181 4199 "shapemaker", 4182 4200 ] 4183 4201 ··· 4185 4203 name = "schedule-hell-bicolor" 4186 4204 version = "0.1.0" 4187 4205 dependencies = [ 4188 - "rand 0.9.0", 4206 + "rand 0.9.2", 4189 4207 "shapemaker", 4190 4208 ] 4191 4209 ··· 4193 4211 name = "schedule-hell-starry-sky" 4194 4212 version = "0.1.0" 4195 4213 dependencies = [ 4196 - "rand 0.9.0", 4214 + "rand 0.9.2", 4197 4215 "shapemaker", 4198 4216 ] 4199 4217 ··· 4362 4380 ] 4363 4381 4364 4382 [[package]] 4383 + name = "serde_spanned" 4384 + version = "1.0.3" 4385 + source = "registry+https://github.com/rust-lang/crates.io-index" 4386 + checksum = "e24345aa0fe688594e73770a5f6d1b216508b4f93484c0026d521acd30134392" 4387 + dependencies = [ 4388 + "serde_core", 4389 + ] 4390 + 4391 + [[package]] 4365 4392 name = "sha-1" 4366 4393 version = "0.8.2" 4367 4394 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 4409 4436 "backtrace", 4410 4437 "cargo", 4411 4438 "chrono", 4412 - "console", 4439 + "console 0.16.1", 4413 4440 "docopt", 4414 4441 "env_logger", 4415 4442 "futures-util", ··· 4426 4453 "ndarray", 4427 4454 "nih_plug", 4428 4455 "once_cell", 4429 - "rand 0.9.0", 4456 + "rand 0.9.2", 4430 4457 "rayon", 4431 4458 "resvg", 4432 4459 "roxmltree 0.21.1", ··· 4440 4467 "svg", 4441 4468 "tiny-skia", 4442 4469 "tokio", 4443 - "toml 0.8.20", 4470 + "toml 0.9.8", 4444 4471 "tungstenite", 4445 4472 "url", 4446 4473 "wasm-bindgen", ··· 4583 4610 version = "0.1.0" 4584 4611 dependencies = [ 4585 4612 "insta", 4586 - "rand 0.9.0", 4613 + "rand 0.9.2", 4587 4614 "shapemaker", 4588 4615 ] 4589 4616 ··· 4939 4966 checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257" 4940 4967 dependencies = [ 4941 4968 "serde", 4942 - "serde_spanned", 4943 - "toml_datetime", 4969 + "serde_spanned 0.6.8", 4970 + "toml_datetime 0.6.8", 4944 4971 "toml_edit 0.19.15", 4945 4972 ] 4946 4973 ··· 4951 4978 checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148" 4952 4979 dependencies = [ 4953 4980 "serde", 4954 - "serde_spanned", 4955 - "toml_datetime", 4981 + "serde_spanned 0.6.8", 4982 + "toml_datetime 0.6.8", 4956 4983 "toml_edit 0.22.24", 4957 4984 ] 4958 4985 4959 4986 [[package]] 4987 + name = "toml" 4988 + version = "0.9.8" 4989 + source = "registry+https://github.com/rust-lang/crates.io-index" 4990 + checksum = "f0dc8b1fb61449e27716ec0e1bdf0f6b8f3e8f6b05391e8497b8b6d7804ea6d8" 4991 + dependencies = [ 4992 + "indexmap", 4993 + "serde_core", 4994 + "serde_spanned 1.0.3", 4995 + "toml_datetime 0.7.3", 4996 + "toml_parser", 4997 + "toml_writer", 4998 + "winnow 0.7.13", 4999 + ] 5000 + 5001 + [[package]] 4960 5002 name = "toml_datetime" 4961 5003 version = "0.6.8" 4962 5004 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 4966 5008 ] 4967 5009 4968 5010 [[package]] 5011 + name = "toml_datetime" 5012 + version = "0.7.3" 5013 + source = "registry+https://github.com/rust-lang/crates.io-index" 5014 + checksum = "f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533" 5015 + dependencies = [ 5016 + "serde_core", 5017 + ] 5018 + 5019 + [[package]] 4969 5020 name = "toml_edit" 4970 5021 version = "0.19.15" 4971 5022 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 4973 5024 dependencies = [ 4974 5025 "indexmap", 4975 5026 "serde", 4976 - "serde_spanned", 4977 - "toml_datetime", 5027 + "serde_spanned 0.6.8", 5028 + "toml_datetime 0.6.8", 4978 5029 "winnow 0.5.40", 4979 5030 ] 4980 5031 ··· 4986 5037 dependencies = [ 4987 5038 "indexmap", 4988 5039 "serde", 4989 - "serde_spanned", 4990 - "toml_datetime", 4991 - "winnow 0.7.4", 5040 + "serde_spanned 0.6.8", 5041 + "toml_datetime 0.6.8", 5042 + "winnow 0.7.13", 4992 5043 ] 5044 + 5045 + [[package]] 5046 + name = "toml_parser" 5047 + version = "1.0.4" 5048 + source = "registry+https://github.com/rust-lang/crates.io-index" 5049 + checksum = "c0cbe268d35bdb4bb5a56a2de88d0ad0eb70af5384a99d648cd4b3d04039800e" 5050 + dependencies = [ 5051 + "winnow 0.7.13", 5052 + ] 5053 + 5054 + [[package]] 5055 + name = "toml_writer" 5056 + version = "1.0.4" 5057 + source = "registry+https://github.com/rust-lang/crates.io-index" 5058 + checksum = "df8b2b54733674ad286d16267dcfc7a71ed5c776e4ac7aa3c3e2561f7c637bf2" 4993 5059 4994 5060 [[package]] 4995 5061 name = "tracing" ··· 5084 5150 "http", 5085 5151 "httparse", 5086 5152 "log", 5087 - "rand 0.9.0", 5153 + "rand 0.9.2", 5088 5154 "sha1", 5089 5155 "thiserror 2.0.12", 5090 5156 "utf-8", ··· 5638 5704 ] 5639 5705 5640 5706 [[package]] 5707 + name = "windows-sys" 5708 + version = "0.61.2" 5709 + source = "registry+https://github.com/rust-lang/crates.io-index" 5710 + checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" 5711 + dependencies = [ 5712 + "windows-link 0.2.1", 5713 + ] 5714 + 5715 + [[package]] 5641 5716 name = "windows-targets" 5642 5717 version = "0.42.2" 5643 5718 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 5899 5974 5900 5975 [[package]] 5901 5976 name = "winnow" 5902 - version = "0.7.4" 5977 + version = "0.7.13" 5903 5978 source = "registry+https://github.com/rust-lang/crates.io-index" 5904 - checksum = "0e97b544156e9bebe1a0ffbc03484fc1ffe3100cbce3ffb17eac35f7cdd7ab36" 5979 + checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf" 5905 5980 dependencies = [ 5906 5981 "memchr", 5907 5982 ] ··· 5998 6073 source = "registry+https://github.com/rust-lang/crates.io-index" 5999 6074 checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0" 6000 6075 dependencies = [ 6001 - "zerocopy-derive 0.7.35", 6002 - ] 6003 - 6004 - [[package]] 6005 - name = "zerocopy" 6006 - version = "0.8.24" 6007 - source = "registry+https://github.com/rust-lang/crates.io-index" 6008 - checksum = "2586fea28e186957ef732a5f8b3be2da217d65c5969d4b1e17f973ebbe876879" 6009 - dependencies = [ 6010 - "zerocopy-derive 0.8.24", 6076 + "zerocopy-derive", 6011 6077 ] 6012 6078 6013 6079 [[package]] ··· 6015 6081 version = "0.7.35" 6016 6082 source = "registry+https://github.com/rust-lang/crates.io-index" 6017 6083 checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e" 6018 - dependencies = [ 6019 - "proc-macro2", 6020 - "quote", 6021 - "syn 2.0.98", 6022 - ] 6023 - 6024 - [[package]] 6025 - name = "zerocopy-derive" 6026 - version = "0.8.24" 6027 - source = "registry+https://github.com/rust-lang/crates.io-index" 6028 - checksum = "a996a8f63c5c4448cd959ac1bab0aaa3306ccfd060472f85943ee0750f0169be" 6029 6084 dependencies = [ 6030 6085 "proc-macro2", 6031 6086 "quote",
+1 -1
Cargo.toml
··· 60 60 indicatif = "0.17.2" 61 61 itertools = "0.14.0" 62 62 midly = "0.5.3" 63 - rand = { version = "0.9.0", default-features = false, features = [ 63 + rand = { version = "0.9.2", default-features = false, features = [ 64 64 "small_rng", 65 65 "std", 66 66 "std_rng",