-
Notifications
You must be signed in to change notification settings - Fork 59
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
Re-export http::status::StatusCode
#223
Comments
Hey, it makes sense for http crate, I agree. I'll update this. I think Renovate bot is a bit more flexible and provides those controls such as rebase and nicer PRs, it also supported more build tools formats for different languages than dependabot when I choose to work with it. |
Thanks! I just wanted to confirm I was able to switch to using the re-exported type and remove |
Thanks for the work on slack-morphism-rust! Recently, when dependabot was updating dependencies on my slack bot, it tried to update http from 0.2 to 1.0 which breaks the compilation.
Which made me wonder if
http::status::StatusCode
could be re-exported so I don't have to take a direct dependency onhttp
?I noticed you already have a bot submitting PR updates for dependencies, and I was just wondering how it compares to dependabot?
The text was updated successfully, but these errors were encountered: