Skip to content

Commit

Permalink
build(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 Sep 24, 2024
1 parent e1e8a6c commit de0b437
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 software/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"

[dependencies]
clap = { version = "4.5.1", features = ["cargo"] }
crc = "3.0.1"
crc = "3.2.1"
hex = "0.4.3"
memmem = "0.1.1"
serialport = { version = "4.5.1", default-features = false }
Expand Down

0 comments on commit de0b437

Please sign in to comment.