AdamGS opened a new pull request, #514:
URL: https://github.com/apache/arrow-rs-object-store/pull/514
# Which issue does this PR close?
Closes #1.
# Rationale for this change
Step closer to removing tokio as a runtime dependency.
# What changes are included in this PR?
New `Sleep` future based on `futures-timer` crate. It seems like a reputable
crate that's used in many popular projects (like `rstest` and `governer`).
I've also bumped the `rand` dependency from `0.9` to `0.9.1` as there are
tests that depend on a re-export of `rand_core` that was introduced on `0.9.1`.
# Are there any user-facing changes?
No. Might some async scheduling behavior subtly when running with tokio.
--
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]