Skip to content

Commit

Permalink
chore(deps): bump crc from 3.0.1 to 3.2.1
Browse files Browse the repository at this point in the history
Bumps [crc](https://github.com/mrhooray/crc-rs) from 3.0.1 to 3.2.1.
- [Release notes](https://github.com/mrhooray/crc-rs/releases)
- [Commits](mrhooray/crc-rs@3.0.1...3.2.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 29, 2024
1 parent e0d8fe9 commit f7e63a4
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 store/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,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}
crc = {version = "3.2.1", optional = true}
extsort = {version = "0.4.2", optional = true}
lru = {version = "0.12.3", optional = true}
serde = {version = "1.0.198", optional = true}
Expand Down

0 comments on commit f7e63a4

Please sign in to comment.