Skip to content

Commit

Permalink
Bump protobuf from 2.24.1 to 2.25.2 in /src/rust/engine (pantsbuild#1…
Browse files Browse the repository at this point in the history
…4091)

Bumps [protobuf](https://github.com/stepancheg/rust-protobuf) from 2.24.1 to 2.25.2.
  • Loading branch information
dependabot[bot] authored Jan 7, 2022
1 parent 73aa1d9 commit 8f22f06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/rust/engine/Cargo.lock

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

2 changes: 1 addition & 1 deletion src/rust/engine/fs/brfs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ hashing = { path = "../../hashing" }
libc = "0.2.39"
log = "0.4.1"
parking_lot = "0.11"
protobuf = { version = "2.0.6", features = ["with-bytes"] }
protobuf = { version = "2.25.2", features = ["with-bytes"] }
store = { path = "../store" }
task_executor = { path = "../../task_executor" }
time = "0.3"
Expand Down

0 comments on commit 8f22f06

Please sign in to comment.