Skip to content

Commit

Permalink
Bump zstd from 0.13.0 to 0.13.1 in /lang/rust (#2825)
Browse files Browse the repository at this point in the history
Bumps [zstd](https://github.com/gyscos/zstd-rs) from 0.13.0 to 0.13.1.
- [Release notes](https://github.com/gyscos/zstd-rs/releases)
- [Commits](gyscos/zstd-rs@v0.13.0...v0.13.1)

---
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] committed Mar 28, 2024
1 parent 074f011 commit e575b66
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions lang/rust/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 lang/rust/avro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ thiserror = { default-features = false, version = "1.0.58" }
typed-builder = { default-features = false, version = "0.18.1" }
uuid = { default-features = false, version = "1.8.0", features = ["serde", "std"] }
xz2 = { default-features = false, version = "0.1.7", optional = true }
zstd = { default-features = false, version = "0.13.0", optional = true }
zstd = { default-features = false, version = "0.13.1", optional = true }


[target.'cfg(target_arch = "wasm32")'.dependencies]
Expand Down

0 comments on commit e575b66

Please sign in to comment.