Skip to content

Commit cfb630a

Browse files
Update protobuf requirement
Updates the requirements on protobuf to permit the latest version. Updates `protobuf` to 3.7.1 --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production dependency-group: cargo ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7d47cc0 commit cfb630a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust-to-elixir/rust-api-server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ path = "src/lib.rs"
1515
grpcio = { version = "*", default-features = true, features = ["protobuf-codec","boringssl"] }
1616
grpcio-sys = { version = "*", default-features = true }
1717
libc = "*"
18-
protobuf = "^2"
18+
protobuf = "^3"
1919
futures = "*"
2020
futures-cpupool = "*"
2121
futures-channel = { version = "*", features = ["sink"] }

0 commit comments

Comments
 (0)