mqy commented on pull request #9138:
URL: https://github.com/apache/arrow/pull/9138#issuecomment-756859708
> > Thanks @nevi-me I guess the reason that I can't reproduce this failure
may related to crate cache somehow?
>
> @mqy you can probably reproduce the problem if you run `cargo update`
which will force cargo to pull all the latest dependencies
@alamb reproduced, thanks! Here is the output from my local `cargo update`:
```
Updating crates.io index
Updating ahash v0.6.1 -> v0.6.2
Updating anyhow v1.0.34 -> v1.0.37
Updating byteorder v1.3.4 -> v1.4.0
Updating cc v1.0.65 -> v1.0.66
Updating const_fn v0.4.3 -> v0.4.5
Updating futures v0.3.8 -> v0.3.9
Updating futures-channel v0.3.8 -> v0.3.9
Updating futures-core v0.3.8 -> v0.3.9
Updating futures-executor v0.3.8 -> v0.3.9
Updating futures-io v0.3.8 -> v0.3.9
Updating futures-macro v0.3.8 -> v0.3.9
Updating futures-sink v0.3.8 -> v0.3.9
Updating futures-task v0.3.8 -> v0.3.9
Updating futures-util v0.3.8 -> v0.3.9
Removing getrandom v0.1.15
Removing getrandom v0.2.0
Adding getrandom v0.1.16
Adding getrandom v0.2.1
Updating heck v0.3.1 -> v0.3.2
Updating http v0.2.1 -> v0.2.2
Updating indexmap v1.6.0 -> v1.6.1
Updating itoa v0.4.6 -> v0.4.7
Updating libc v0.2.80 -> v0.2.82
Updating net2 v0.2.36 -> v0.2.37
Updating ordered-float v1.1.0 -> v1.1.1
Updating parquet-format v2.6.1 -> v2.7.0
Updating paste v1.0.3 -> v1.0.4
Updating pin-project v1.0.2 -> v1.0.3
Updating pin-project-internal v1.0.2 -> v1.0.3
Updating pin-project-lite v0.2.0 -> v0.2.1
Updating quote v1.0.7 -> v1.0.8
Updating rand v0.8.0 -> v0.8.1
Updating rand_core v0.6.0 -> v0.6.1
Updating regex v1.4.2 -> v1.4.3
Updating regex-syntax v0.6.21 -> v0.6.22
Updating serde v1.0.117 -> v1.0.118
Updating serde_derive v1.0.117 -> v1.0.118
Updating serde_json v1.0.59 -> v1.0.61
Updating smallvec v1.5.0 -> v1.6.0
Updating socket2 v0.3.17 -> v0.3.19
Updating syn v1.0.53 -> v1.0.58
Updating thiserror v1.0.22 -> v1.0.23
Updating thiserror-impl v1.0.22 -> v1.0.23
Updating thread_local v1.0.1 -> v1.1.0
Updating time v0.1.44 -> v0.1.43
Updating tinytemplate v1.1.0 -> v1.2.0
Updating tokio v0.2.23 -> v0.2.24
Updating tower-layer v0.3.0 -> v0.3.1
Updating wasi v0.10.0+wasi-snapshot-preview1 ->
v0.10.1+wasi-snapshot-preview1
```
BTW, should we check and pin all dependencies in this way to avoid suddenly
broking?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]