Skip to content

Commit

Permalink
build(deps): update socketcan requirement from 1.7 to 2.0
Browse files Browse the repository at this point in the history
Updates the requirements on [socketcan](https://github.com/mbr/socketcan-rs) to permit the latest version.
- [Release notes](https://github.com/mbr/socketcan-rs/releases)
- [Changelog](https://github.com/socketcan-rs/socketcan-rs/blob/master/CHANGELOG.md)
- [Commits](socketcan-rs/socketcan-rs@v1.7.0...v2.0.0)

---
updated-dependencies:
- dependency-name: socketcan
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 7, 2023
1 parent 378893c commit 525a595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion springql-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ once_cell = "1.8"
parking_lot = "0.12"
time = {version="0.3.9", features = ["formatting", "parsing", "macros"]}

socketcan = "1.7"
socketcan = "2.0"

[dev-dependencies]
springql-foreign-service = {path = "../foreign-service"}
Expand Down

0 comments on commit 525a595

Please sign in to comment.