Revert "Bump rusqlite, update rest within constraints" #1128
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This reverts commit b20b3f1.
The ca-cert embed worked, but then started failing when I bumped the deps. This was not caught in CI because the CI for the PR ran against
main
that didn't have the bump in it and the bump ran against main that didn't have the embed in it.lol!
CI did actually catch it when it ran against the merge of the PR, but there is no mechanism to communicate that to anyone (nice).
Thus I released 2.3.0 and the embed doesn’t work.
cd
does run “smoke tests” againstpkgx
before deploying. These tests are not run in a minimal container, so nothing failed.Nice sequence for failure here.