Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): update socketcan requirement from 1.7 to 2.0 #261

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Jun 21, 2023

  1. build(deps): update socketcan requirement from 1.7 to 2.0

    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>
    dependabot[bot] authored and TaKO8Ki committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    0750c9c View commit details
    Browse the repository at this point in the history
  2. use PascalCase

    TaKO8Ki committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    2760225 View commit details
    Browse the repository at this point in the history
  3. import appropriate traits

    TaKO8Ki committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    d637fed View commit details
    Browse the repository at this point in the history
  4. use is_remote_frame

    TaKO8Ki committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    605ffd5 View commit details
    Browse the repository at this point in the history
  5. use ExtendedId

    TaKO8Ki committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    278f765 View commit details
    Browse the repository at this point in the history