This repository has no description
0

Configure Feed

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

⬆️ Update Rust crate ndarray to 0.17.1 (#81)

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

+7 -7
+6 -6
Cargo.lock
··· 880 880 checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" 881 881 dependencies = [ 882 882 "libc", 883 - "windows-sys 0.59.0", 883 + "windows-sys 0.61.2", 884 884 ] 885 885 886 886 [[package]] ··· 1766 1766 1767 1767 [[package]] 1768 1768 name = "ndarray" 1769 - version = "0.16.1" 1769 + version = "0.17.1" 1770 1770 source = "registry+https://github.com/rust-lang/crates.io-index" 1771 - checksum = "882ed72dce9365842bf196bdeedf5055305f11fc8c03dee7bb0194a6cad34841" 1771 + checksum = "0c7c9125e8f6f10c9da3aad044cc918cf8784fa34de857b1aa68038eb05a50a9" 1772 1772 dependencies = [ 1773 1773 "matrixmultiply", 1774 1774 "num-complex", ··· 2456 2456 "errno", 2457 2457 "libc", 2458 2458 "linux-raw-sys", 2459 - "windows-sys 0.59.0", 2459 + "windows-sys 0.61.2", 2460 2460 ] 2461 2461 2462 2462 [[package]] ··· 2950 2950 "getrandom 0.3.4", 2951 2951 "once_cell", 2952 2952 "rustix", 2953 - "windows-sys 0.59.0", 2953 + "windows-sys 0.61.2", 2954 2954 ] 2955 2955 2956 2956 [[package]] ··· 3612 3612 source = "registry+https://github.com/rust-lang/crates.io-index" 3613 3613 checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" 3614 3614 dependencies = [ 3615 - "windows-sys 0.59.0", 3615 + "windows-sys 0.61.2", 3616 3616 ] 3617 3617 3618 3618 [[package]]
+1 -1
Cargo.toml
··· 81 81 measure_time = "0.9.0" 82 82 env_logger = { version = "0.11.8", optional = true } 83 83 log = "0.4.28" 84 - ndarray = "0.16.1" 84 + ndarray = "0.17.1" 85 85 rayon = "1.11.0" 86 86 futures-util = "0.3.31" 87 87 ws = { version = "0.9.2", optional = true }