-
Notifications
You must be signed in to change notification settings - Fork 177
Update trust-dns-* dependencies #110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This has the side effect of replacing tokio=0.1 with 0.3, and reducing the number of dependencies being built
The failures are due to issues with our CI, not due to the driver, so I'll merge this now. Thanks for the contribution! |
Hey @saghm, I see that the RUST project on JIRA is now visible to the public, but I can't create a new JIRA. I wanted to create a bug for I've been using |
Hello! You're correct, we do need to add the sort field to |
I think it's just |
Oops, sorry for the typo; I meant to say |
@nevi-me any chance you could try filing a JIRA ticket for this now? We just changed the permissions, and we want to make sure users are able to file tickets now |
Here it is: https://jira.mongodb.org/browse/RUST-266 |
Awesome, thanks a bunch! |
This has the side effect of replacing tokio=0.1 with 0.3, and reducing the number of dependencies being built.
I'm trying to reduce the number of dependencies on my projects as I'm moving them to async_await syntax. I noticed that
trust-dns-resolver
is still using tokio=0.1