Skip to content

Commit

Permalink
chore(deps): bump extsort from 0.4.2 to 0.5.0
Browse files Browse the repository at this point in the history
Bumps [extsort](https://github.com/appaquet/extsort-rs) from 0.4.2 to 0.5.0.
- [Release notes](https://github.com/appaquet/extsort-rs/releases)
- [Changelog](https://github.com/appaquet/extsort-rs/blob/master/CHANGELOG.md)
- [Commits](appaquet/extsort-rs@v0.4.2...v0.5.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 26, 2024
1 parent fd5ffb9 commit 7b4a746
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
15 changes: 2 additions & 13 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 store/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ exocore-transport = {version = "0.1.25", path = "../transport", default-features
# local
byteorder = {version = "1.5.0", optional = true}
crc = {version = "3.0.1", optional = true}
extsort = {version = "0.4.2", optional = true}
extsort = {version = "0.5.0", optional = true}
lru = {version = "0.12.3", optional = true}
serde = {version = "1.0.197", optional = true}
serde_derive = {version = "1.0.197", optional = true}
Expand Down

0 comments on commit 7b4a746

Please sign in to comment.