Skip to content

Commit

Permalink
bump protobuf to fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
jr1221 committed Sep 10, 2024
1 parent edce29b commit eb12414
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 16 deletions.
32 changes: 19 additions & 13 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ rust-version = "1.79"
[dependencies]
socketcan = "3.3.0"
paho-mqtt = "0.12.5"
protobuf-codegen = "3.3.0"
protobuf = "3.3.0"
protobuf-codegen = "3.5.1"
protobuf = "3.5.1"
bitstream-io = "2.5.3"
clap = { version = "4.5.17", features = ["derive", "env"] }


[build-dependencies]
protobuf-codegen = "3.3.0"
protobuf-codegen = "3.5.1"

[profile.release]
lto = true
Expand Down

0 comments on commit eb12414

Please sign in to comment.