Skip to content

Bump diesel and bb8#92

Merged
smklein merged 1 commit intooxidecomputer:masterfrom
nickryand:bump-diesel
Jan 26, 2026
Merged

Bump diesel and bb8#92
smklein merged 1 commit intooxidecomputer:masterfrom
nickryand:bump-diesel

Conversation

@nickryand
Copy link
Contributor

  • bumped diesel version
  • update bb8 to be inline with v-api
  • fix CustomizeConnection example for bb8 0.9
  • Use explicit lifetimes with Pin<Box> instead of async_trait macro to match bb8 0.9's trait signature.

a little bit of work had to be done to align the code with bb8's changes in trait definitions. Unit tests look good. I don't have a full grasp of how far reaching this change will be. This fixes #88 and does the same things that #82 did.

* bumped diesel version
* update bb8 to be inline with v-api
* fix CustomizeConnection example for bb8 0.9
* Use explicit lifetimes with Pin<Box<dyn Future>> instead of
async_trait macro to match bb8 0.9's trait signature.
@smklein smklein merged commit b3abd15 into oxidecomputer:master Jan 26, 2026
4 checks passed
@smklein
Copy link
Collaborator

smklein commented Jan 26, 2026

Thanks for this - I'll publish a new revision in #93

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 this pull request may close these issues.

2 participants