Conversation
|
I was about to open the exact same PR 😄. |
Swatinem
left a comment
There was a problem hiding this comment.
I’m a bit surprised this is the only thing that needs bumping, I thought there was more in the tower ecosystem that had version bumps due to hyper.
|
I don't know the typical release flow for sentry, is it just the release workflow dispatch? If so, would it be possible to trigger it? |
|
Also it appears like http 0.2 is still in the dependency tree, axum and actix seem to need updating as well. 🤔 |
|
I did a ton more dependency updates in #628 |
* master: tracing: send spans' attributes along with the event ones (#629) release: 0.32.0 Update crate dependencies (#628) feat: bump http to 1.0.0 (#627) release: 0.31.8 MonitorSchedule constructor that validates crontab syntax (#625) fix(docs): Fix some doc errors that slipped in (#623) docs(tower): Mention how to enable http feature from sentry crate (#622) build(deps): bump rustix from 0.37.23 to 0.37.25 (#619)
Hi,
I'm not sure if you accept contributions so feel free to close this if not.
Axum recently update to
0.7.0which doesn't compile using sentry0.31.8, as it turns out this is simple to fix by bumping the http dependency insentry-towerto1.0.0to match that in axum.