Skip to content

Commit

Permalink
Update to protobuf 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sophokles73 committed Feb 13, 2024
1 parent 6ed1ba3 commit 631688e
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions DEPENDENCIES
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ crate/cratesio/-/proc-macro-crate/1.3.1, MIT OR Apache-2.0, approved, clearlydef
crate/cratesio/-/prost/0.12.1, Apache-2.0, approved, #10594
crate/cratesio/-/prost-derive/0.12.1, Apache-2.0, approved, #11612
crate/cratesio/-/prost-types/0.12.1, Apache-2.0 AND BSD-3-Clause, approved, #10593
crate/cratesio/-/protobuf/3.2.0, MIT, approved, clearlydefined
crate/cratesio/-/protobuf-support/3.2.0, MIT, approved, clearlydefined
crate/cratesio/-/protobuf/3.3.0, MIT, approved, clearlydefined
crate/cratesio/-/protobuf-support/3.3.0, MIT, approved, clearlydefined
crate/cratesio/-/quote/1.0.32, MIT OR Apache-2.0, approved, clearlydefined
crate/cratesio/-/rand/0.8.5, MIT OR Apache-2.0, approved, clearlydefined
crate/cratesio/-/rand_chacha/0.3.1, MIT OR Apache-2.0, approved, clearlydefined
Expand Down
16 changes: 8 additions & 8 deletions components/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 components/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ fms-proto = { path = "fms-proto" }
influx-client = { path = "influx-client", default-features = false }
influxrs = { version = "2.0" }
log = { version = "0.4" }
protobuf = { version = "3" }
protobuf-codegen = { version = "3" }
protoc-bin-vendored = { version = "3" }
protobuf = { version = "3.3" }
protobuf-codegen = { version = "3.3" }
protoc-bin-vendored = { version = "3.0" }
# prost has no features
prost = { version = "0.12" }
# prost-types has no features
Expand Down
File renamed without changes.

0 comments on commit 631688e

Please sign in to comment.