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

Proposal to Open a New Branch for PR #26

Open
fabracht opened this issue Jan 24, 2025 · 0 comments
Open

Proposal to Open a New Branch for PR #26

fabracht opened this issue Jan 24, 2025 · 0 comments

Comments

@fabracht
Copy link

Hello,

I've been using the embedded-websocket crate in my ESP32 project and encountered dependency conflicts due to the outdated versions of some dependencies, particularly rand. To resolve this, I made some modifications to update the following dependencies:

heapless: 0.7.16 → 0.8.0, because, why not update it already
base64: 0.13.1 → 0.22.1

These changes also required adjustments to the codebase to accommodate the newer APIs introduced by the newer version of base64. For instance, base64 now uses an Engine interface, and I had to fix some other minor modifications.

Would it be okay for me to open a new branch to submit a pull request with these changes?

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

No branches or pull requests

1 participant