jonahgao commented on issue #8872:
URL:
https://github.com/apache/arrow-datafusion/issues/8872#issuecomment-1896030527
I can find it in my local aged repository, and the branch is also 34.0.0.
`cargo tree` shows the following result:
```sh
├── object_store v0.9.0
│ ├── reqwest v0.11.18
│ │ ├── hyper-rustls v0.24.1
│ │ │ ├── rustls v0.21.6
│ │ │ │ ├── ring v0.16.20
```
I think the simplest fix might be to run `cargo update`.
```sh
$ cargo update
Updating rustls v0.21.6 -> v0.21.10
Removing ring v0.16.20
Adding ring v0.17.7
```
--
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]