Skip to content

Commit 8c29f89

Browse files
committed
chore: update allocators
1 parent 0e0b0eb commit 8c29f89

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

Cargo.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -31,44 +31,44 @@ impl-new-derive = "0.1.3"
3131
implied-vol = "1.0.0"
3232
indicatif = "0.17.8"
3333
kendalls = "0.2.2"
34-
levenberg-marquardt = "0.14.0"
34+
levenberg-marquardt = "0.14.0" # UPDATE: rand
3535
libloading = { version = "0.8.6", optional = true }
3636
linreg = "0.2.0"
3737
openblas-src = { version = "0.10", features = ["cblas", "static"], optional = true }
38-
mimalloc = { version = "0.1.43", optional = true }
38+
mimalloc = { version = "0.1.48", optional = true }
3939
nalgebra = "0.33.2"
4040
ndarray = { version = "0.16.1", features = [
4141
"rayon",
4242
"matrixmultiply-threading",
43-
] }
43+
] } # UPDATE: rand
4444
ndarray-npy = "0.9.1"
45-
ndarray-rand = "0.15.0"
46-
ndarray-stats = "0.6.0"
47-
ndrustfft = "0.5.0"
48-
num-complex = { version = "0.4.6", features = ["rand"] }
45+
ndarray-rand = "0.15.0" # UPDATE: rand
46+
ndarray-stats = "0.6.0" # UPDATE: rand
47+
ndrustfft = "0.5.0" # UPDATE: rand
48+
num-complex = { version = "0.4.6", features = ["rand"] } # UPDATE: rand
4949
ordered-float = "5.0.0"
5050
# orx-parallel = "2.3.0"
5151
plotly = { version = "0.10.0", features = ["plotly_ndarray"] }
5252
polars = { version = "0.43.1", features = ["lazy"], optional = true }
5353
prettytable-rs = "0.10.0"
5454
quadrature = "0.1.2"
55-
rand = "0.8.5"
56-
rand_distr = "0.4.3"
55+
rand = "0.8.5" # UPDATE: rand
56+
rand_distr = "0.4.3" # UPDATE: rand
5757
rayon = "1.10.0"
5858
roots = "0.0.8"
5959
sci-rs = "0.4.1"
6060
scilib = "1.0.0"
61-
statrs = "0.17.1"
61+
statrs = "0.17.1" # UPDATE: rand
6262
tempfile = "3.13.0"
63-
tikv-jemallocator = { version = "0.6.0", optional = true }
63+
tikv-jemallocator = { version = "0.6.1", optional = true }
6464
time = { version = "0.3.36", features = [
6565
"formatting",
6666
"parsing",
6767
], optional = true }
6868
tokio-test = "0.4.4"
6969
tracing = "0.1.40"
7070
tracing-test = "0.2.5"
71-
wide = "0.7.32"
71+
wide = "0.8.2"
7272
yahoo_finance_api = { version = "2.3.0", optional = true }
7373

7474
[dev-dependencies]

0 commit comments

Comments
 (0)