jayzhan211 commented on PR #10484:
URL: https://github.com/apache/datafusion/pull/10484#issuecomment-2149359916

   ```
   error: package `clap_builder v4.5.2` cannot be built because it requires 
rustc 1.74 or newer, while the currently active rustc version is 1.73.0
   Either upgrade to rustc 1.74 or newer, or use
   cargo update -p clap_builder@4.5.2 --precise ver
   where `ver` is the latest version of `clap_builder` supporting rustc 1.73.0
   ```
   
   `clap_builder` needs 1.74, which used in `criterion v0.5.1`
   
   ```
   │   │   ├── petgraph v0.6.5
   │   │   │   ├── fixedbitset v0.4.2
   │   │   │   └── indexmap v2.2.6 (*)
   │   │   └── regex v1.10.4 (*)
   │   │   [dev-dependencies]
   │   │   ├── arrow v51.0.0 (*)
   │   │   ├── criterion v0.5.1
   │   │   │   ├── anes v0.1.6
   │   │   │   ├── cast v0.3.0
   │   │   │   ├── ciborium v0.2.2
   │   │   │   │   ├── ciborium-io v0.2.2
   │   │   │   │   ├── ciborium-ll v0.2.2
   │   │   │   │   │   ├── ciborium-io v0.2.2
   │   │   │   │   │   └── half v2.4.1 (*)
   │   │   │   │   └── serde v1.0.203 (*)
   │   │   │   ├── clap v4.5.4
   │   │   │   │   ├── clap_builder v4.5.2
   │   │   │   │   │   ├── anstream v0.6.14 (*)
   │   │   │   │   │   ├── anstyle v1.0.7
   │   │   │   │   │   ├── clap_lex v0.7.0
   │   │   │   │   │   └── strsim v0.11.1
   │   │   │   │   └── clap_derive v4.5.4 (proc-macro)
   │   │   │   │       ├── heck v0.5.0
   │   │   │   │       ├── proc-macro2 v1.0.85 (*)
   │   │   │   │       ├── quote v1.0.36 (*)
   │   │   │   │       └── syn v2.0.66 (*)
   
   ```


-- 
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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to