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

Node Buffer-related deprecation warning #44

Closed
obi1kenobi opened this issue Apr 24, 2023 · 0 comments · Fixed by #45
Closed

Node Buffer-related deprecation warning #44

obi1kenobi opened this issue Apr 24, 2023 · 0 comments · Fixed by #45
Assignees
Labels
C-bug Category: doesn't meet expectations

Comments

@obi1kenobi
Copy link
Owner

(node:1636) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
(Use `node --trace-deprecation ...` to show where the warning was created)

Seen in https://github.com/tokio-rs/tokio/actions/runs/4788275544/jobs/8514678819

Treating this as a bug.

@obi1kenobi obi1kenobi added the C-bug Category: doesn't meet expectations label Apr 24, 2023
@mgr0dzicki mgr0dzicki self-assigned this Apr 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: doesn't meet expectations
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants