scovich commented on PR #8511:
URL: https://github.com/apache/arrow-rs/pull/8511#issuecomment-3366116502
Ah, but it's "only" a dev dependency:
```
% cargo tree -i sysinfo
sysinfo v0.37.1
[dev-dependencies]
├── parquet v56.2.0 (/Users/ryan.johnson/arrow-rs/parquet)
│ └── parquet_derive v56.2.0 (proc-macro)
(/Users/ryan.johnson/arrow-rs/parquet_derive)
│ └── parquet_derive_test v56.2.0
(/Users/ryan.johnson/arrow-rs/parquet_derive_test)
└── parquet v56.2.0 (/Users/ryan.johnson/arrow-rs/parquet)
└── parquet_derive_test v56.2.0
(/Users/ryan.johnson/arrow-rs/parquet_derive_test)
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]