alamb commented on issue #1498:
URL: 
https://github.com/apache/arrow-datafusion/issues/1498#issuecomment-1002064898


   Seems it was fixed in `quote` 1.0.12 
   
   https://github.com/dtolnay/quote/releases/tag/1.0.12
   
   However I can't update it for some reason: 
   
   ```
   alamb@MacBook-Pro-2 arrow-datafusion % cargo update --package quote 
--precise 1.0.12
   cargo update --package quote --precise 1.0.12
       Updating crates.io index
   error: failed to select a version for `proc-macro2`.
       ... required by package `quote v1.0.12`
       ... which satisfies dependency `quote = "^1.0"` of package `async-trait 
v0.1.52`
       ... which satisfies dependency `async-trait = "^0.1.36"` (locked to 
0.1.52) of package `ballista-core v0.6.0 
(/Users/alamb/Software/arrow-datafusion/ballista/rust/core)`
       ... which satisfies path dependency `ballista-core` (locked to 0.6.0) of 
package `arrow-benchmarks v5.0.0 
(/Users/alamb/Software/arrow-datafusion/benchmarks)`
   versions that meet the requirements `^1.0.36` are: 1.0.36
   
   all possible versions conflict with previously selected packages.
   
     previously selected package `proc-macro2 v1.0.27`
       ... which satisfies dependency `proc-macro2 = "=1.0.27"` of package 
`arrow-flight v6.4.0`
       ... which satisfies dependency `arrow-flight = "^6.4.0"` (locked to 
6.4.0) of package `ballista-core v0.6.0 
(/Users/alamb/Software/arrow-datafusion/ballista/rust/core)`
       ... which satisfies path dependency `ballista-core` (locked to 0.6.0) of 
package `arrow-benchmarks v5.0.0 
(/Users/alamb/Software/arrow-datafusion/benchmarks)`
   
   failed to select a version for `proc-macro2` which could resolve this 
conflict
   ```
   
   


-- 
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]


Reply via email to