Skip to content

Commit

Permalink
build(rust): Bump sysinfo from 0.30.13 to 0.31.0
Browse files Browse the repository at this point in the history
Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.30.13 to 0.31.0.
- [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/master/CHANGELOG.md)
- [Commits](GuillaumeGomez/sysinfo@v0.30.13...v0.31.0)

---
updated-dependencies:
- dependency-name: sysinfo
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 1, 2024
1 parent 5134051 commit 8f96cbd
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 26 deletions.
39 changes: 14 additions & 25 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/polars-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ raw-cpuid = { workspace = true }
rayon = { workspace = true }
smartstring = { workspace = true }
stacker = { workspace = true }
sysinfo = { version = "0.30", default-features = false, optional = true }
sysinfo = { version = "0.31", default-features = false, optional = true }

[dev-dependencies]
rand = { workspace = true }
Expand Down

0 comments on commit 8f96cbd

Please sign in to comment.