Skip to content

Commit

Permalink
build(deps): bump lz4 from 1.28.0 to 1.28.1 (#2145)
Browse files Browse the repository at this point in the history
Bumps [lz4](https://github.com/10xGenomics/lz4-rs) from 1.28.0 to 1.28.1.
- [Release notes](https://github.com/10xGenomics/lz4-rs/releases)
- [Changelog](https://github.com/10XGenomics/lz4-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/10xGenomics/lz4-rs/commits)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
1 parent 888f7a7 commit 09f2825
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 zilliqa/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jsonrpsee = { version = "0.24.7", features = ["jsonrpsee-http-client", "server"]
k256 = {version = "0.13.4", features = ["serde", "pem"] }
libp2p = { git = "https://github.com/libp2p/rust-libp2p.git", rev = "930118ef5a6566f058d22e1614a8e96b4c287262", features = ["cbor", "dns", "gossipsub", "macros", "tokio", "request-response", "kad", "identify", "serde", "autonat", "tcp", "noise", "yamux"] }
lru = "0.12"
lz4 = "1.24"
lz4 = "1.28"
once_cell = "1.20.2"
opentelemetry = { version = "0.27.1", features = ["metrics"] }
opentelemetry_sdk = { version = "0.27.1", features = ["rt-tokio"] }
Expand Down

0 comments on commit 09f2825

Please sign in to comment.