Skip to content

Commit

Permalink
chore(deps): Bump zstd from 0.12.4 to 0.13.0
Browse files Browse the repository at this point in the history
Bumps [zstd](https://github.com/gyscos/zstd-rs) from 0.12.4 to 0.13.0.
- [Release notes](https://github.com/gyscos/zstd-rs/releases)
- [Commits](gyscos/zstd-rs@v0.12.4...v0.13.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 11, 2023
1 parent bf0d05f commit cea430c
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 5 deletions.
26 changes: 22 additions & 4 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 src/storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ tracing = "0.1"
tracing-futures = { version = "0.2", features = ["futures-03"] }
xorf = "0.8.1"
xxhash-rust = { version = "0.8.7", features = ["xxh32", "xxh64"] }
zstd = { version = "0.12", default-features = false }
zstd = { version = "0.13", default-features = false }

[target.'cfg(target_os = "linux")'.dependencies]
procfs = { version = "0.15", default-features = false }
Expand Down

0 comments on commit cea430c

Please sign in to comment.