Skip to content
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

Closed
willbush opened this issue Dec 4, 2023 · 3 comments · Fixed by #227
Closed

Re-export http::status::StatusCode #223

willbush opened this issue Dec 4, 2023 · 3 comments · Fixed by #227

Comments

@willbush
Copy link

willbush commented Dec 4, 2023

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 on http?

I noticed you already have a bot submitting PR updates for dependencies, and I was just wondering how it compares to dependabot?

@abdolence
Copy link
Owner

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.
Overall I don't think it is much better, more like I used to this one.

@abdolence
Copy link
Owner

@willbush
Copy link
Author

Released in https://github.com/abdolence/slack-morphism-rust/releases/tag/v1.16.0

Thanks! I just wanted to confirm I was able to switch to using the re-exported type and remove http from my Cargo.toml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants