This is an automated email from the ASF dual-hosted git repository. mbrobbel pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
The following commit(s) were added to refs/heads/main by this push: new 1b8cd9ace2 Update sysinfo requirement from 0.35.0 to 0.36.0 (#7904) 1b8cd9ace2 is described below commit 1b8cd9ace2e746a073ee7204db5d0d0cfec67d31 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Fri Jul 11 16:30:35 2025 +0200 Update sysinfo requirement from 0.35.0 to 0.36.0 (#7904) Updates the requirements on [sysinfo](https://github.com/GuillaumeGomez/sysinfo) to permit the latest version. Signed-off-by: dependabot[bot] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- parquet/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parquet/Cargo.toml b/parquet/Cargo.toml index 468c627fa6..c23165fac7 100644 --- a/parquet/Cargo.toml +++ b/parquet/Cargo.toml @@ -87,7 +87,7 @@ arrow = { workspace = true, features = ["ipc", "test_utils", "prettyprint", "jso tokio = { version = "1.0", default-features = false, features = ["macros", "rt-multi-thread", "io-util", "fs"] } rand = { version = "0.9", default-features = false, features = ["std", "std_rng", "thread_rng"] } object_store = { version = "0.12.0", default-features = false, features = ["azure", "fs"] } -sysinfo = { version = "0.35.0", default-features = false, features = ["system"] } +sysinfo = { version = "0.36.0", default-features = false, features = ["system"] } [package.metadata.docs.rs] all-features = true