Skip to content

Commit

Permalink
build(deps): bump serialport from 4.5.1 to 4.6.1
Browse files Browse the repository at this point in the history
Bumps [serialport](https://github.com/serialport/serialport-rs) from 4.5.1 to 4.6.1.
- [Changelog](https://github.com/serialport/serialport-rs/blob/main/CHANGELOG.md)
- [Commits](serialport/serialport-rs@v4.5.1...v4.6.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent ac767b4 commit a533a64
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 7 deletions.
21 changes: 16 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions software/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ clap = { version = "4.5.18", features = ["cargo"] }
crc = "3.2.1"
hex = "0.4.3"
memmem = "0.1.1"
serialport = { version = "4.5.1", default-features = false }
serialport = { version = "4.6.1", default-features = false }

[target.'cfg(target_os = "linux")'.dependencies]
serialport = {version = "4.3.0", features = ["libudev"]}
serialport = {version = "4.6.1", features = ["libudev"]}

0 comments on commit a533a64

Please sign in to comment.