diff --git a/tools/proto-compiler/Cargo.toml b/tools/proto-compiler/Cargo.toml index 9726462..02d9511 100644 --- a/tools/proto-compiler/Cargo.toml +++ b/tools/proto-compiler/Cargo.toml @@ -7,7 +7,7 @@ publish = false rust-version = "1.60" [dependencies] -git2 = "0.18" +git2 = "0.20" prost-build = "0.12" walkdir = "2.3" argh = "0.1"