Skip to content

Commit

Permalink
chore(deps): bump zstd from 0.13.2 to 0.13.3 (#849)
Browse files Browse the repository at this point in the history
Bumps [zstd](https://github.com/gyscos/zstd-rs) from 0.13.2 to 0.13.3.
- [Release notes](https://github.com/gyscos/zstd-rs/releases)
- [Commits](gyscos/zstd-rs@v0.13.2...v0.13.3)

---
updated-dependencies:
- dependency-name: zstd
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 24, 2025
1 parent d9638e4 commit 6b5b997
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion libs/llrt_compression/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ zstd-rust = ["zstd"] # No pure rust implementation exists
brotlic = { version = "0.8", optional = true }
brotli = { version = "7", optional = true }
flate2 = { version = "1", default-features = false, optional = true }
zstd = { version = "0.13.2", default-features = false, optional = true }
zstd = { version = "0.13.3", default-features = false, optional = true }

0 comments on commit 6b5b997

Please sign in to comment.