Skip to content

Commit 41167d5

Browse files
chore(deps): bump zstd from 0.13.2 to 0.13.3
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>
1 parent ec1dd3b commit 41167d5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libs/llrt_compression/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ zstd-rust = ["zstd"] # No pure rust implementation exists
2929
brotlic = { version = "0.8", optional = true }
3030
brotli = { version = "7", optional = true }
3131
flate2 = { version = "1", default-features = false, optional = true }
32-
zstd = { version = "0.13.2", default-features = false, optional = true }
32+
zstd = { version = "0.13.3", default-features = false, optional = true }

0 commit comments

Comments
 (0)