Skip to content

Commit 63bcb44

Browse files
committed
chore: bump sysinfo to 0.37.2
1 parent cc0a963 commit 63bcb44

File tree

3 files changed

+38
-37
lines changed

3 files changed

+38
-37
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
- Switch to `mimalloc` as the global allocator
1313
- Bump `zarrs` to 0.23.0-beta.2
1414
- Reduce monomorphisation
15+
- Bump `sysinfo` to 0.37.2
1516

1617
## [0.7.9] - 2025-12-13
1718

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ rayon = "1.10.0"
4545
rayon_iter_concurrent_limit = "0.2.0"
4646
serde = { version = "1.0.197", features = ["derive"] }
4747
serde_json = "1.0.107"
48-
sysinfo = { version = "0.35.0", default-features = false, features = ["system"] }
48+
sysinfo = { version = "0.37.2", default-features = false, features = ["system"] }
4949
tempfile = "3.10.1"
5050
thiserror = "2.0.0"
5151
tokio = { version = "1.34.0", features = ["macros", "rt-multi-thread"] }

0 commit comments

Comments
 (0)