Skip to content

upgrade to zstd 0.13 #1349

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

Merged
merged 1 commit into from
Mar 25, 2025
Merged

Conversation

eric-seppanen
Copy link
Contributor

@eric-seppanen eric-seppanen commented Mar 24, 2025

Changelog

Upgrade the zstd dependency to 0.13.

Docs

None

Description

zstd 0.11 is about 3 years out of date. Using the same major version as other projects will reduce the need for duplicate dependencies in a cargo workspace.

Notes about the change:

  • ZstdDecoder will panic on init failure to avoid changing the return type. Note that DStream::create already panics on failure.

ZstdDecoder will panic on init failure to avoid changing the return
type. Note that `DStream::create` already panics on failure.
@bennetthardwick bennetthardwick merged commit 50cea9a into foxglove:main Mar 25, 2025
23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants