Skip to content

Commit

Permalink
Update minimum version of protobuf
Browse files Browse the repository at this point in the history
Updated minimum version of protobuf crate to fix clippy warning.
See stepancheg/rust-protobuf#733
  • Loading branch information
sophokles73 committed Oct 16, 2024
1 parent 92d9940 commit dd33c56
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions components/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 components/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ fms-proto = { path = "fms-proto" }
influx-client = { path = "influx-client", default-features = false }
influxrs = { version = "2.0" }
log = { version = "0.4" }
protobuf = { version = "3.3" }
protobuf-codegen = { version = "3.3" }
protobuf = { version = "3.5.1" }
protobuf-codegen = { version = "3.5.1" }
protoc-bin-vendored = { version = "3.0" }
# prost has no features
prost = { version = "0.12" }
Expand Down

0 comments on commit dd33c56

Please sign in to comment.