Skip to content

Commit 37858fd

Browse files
committed
Update dependencies and unpin libc crate
1 parent 1622766 commit 37858fd

File tree

5 files changed

+33
-44
lines changed

5 files changed

+33
-44
lines changed

nautilus_core/Cargo.lock

Lines changed: 25 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nautilus_core/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ indexmap = { version = "2.6.0", features = ["serde"] }
4646
itertools = "0.13.0"
4747
itoa = "1.0.14"
4848
once_cell = "1.20.2"
49-
libc = "=0.2.164" # Pin due sysinfo issue: https://github.com/GuillaumeGomez/sysinfo/issues/1392
5049
log = { version = "0.4.22", features = ["std", "kv_unstable", "serde", "release_max_level_debug"] }
5150
parquet = "53.2.0" # Keep in line with datafusion
5251
pyo3 = { version = "0.22.6", features = ["rust_decimal", "indexmap", "smallvec"] }

nautilus_core/common/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ chrono = { workspace = true }
1919
futures = { workspace = true }
2020
indexmap = { workspace = true }
2121
itertools = { workspace = true }
22-
libc = { workspace = true }
2322
log = { workspace = true }
2423
pyo3 = { workspace = true, optional = true }
2524
pyo3-async-runtimes = { workspace = true, optional = true }
@@ -34,7 +33,7 @@ tracing = { workspace = true }
3433
tracing-subscriber = { workspace = true }
3534
ustr = { workspace = true }
3635
uuid = { workspace = true }
37-
sysinfo = "0.32.0"
36+
sysinfo = "0.32.1"
3837

3938
[dev-dependencies]
4039
proptest = { workspace = true }

nautilus_core/model/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ thousands = { workspace = true }
2929
ustr = { workspace = true }
3030
evalexpr = "12.0.1"
3131
implied-vol = { version = "1.0.0", features = ["normal-distribution"] }
32-
tabled = "0.16.0"
32+
tabled = "0.17.0"
3333

3434
[dev-dependencies]
3535
nautilus-adapters = { path = "../adapters" }

poetry.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)