alamb opened a new pull request, #17288:
URL: https://github.com/apache/datafusion/pull/17288
## Which issue does this PR close?
N/A
## Rationale for this change
While updating datafusion versions I saw a message saying there were many
dependencies that could be updated
```shell
(venv) andrewlamb@Andrews-MacBook-Pro-3:~/Software/datafusion$ cargo update
-p datafusion
Locking 0 packages to latest compatible versions
note: pass `--verbose` to see 38 unchanged dependencies behind latest
```
## What changes are included in this PR?
I ran
```shell
cargo update
```
And checked in the result
## Are these changes tested?
Yes, by CI. I also ran tests locally and it looks good
## Are there any user-facing changes?
No
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]