diff --git a/Cargo.toml b/Cargo.toml index 428fe05..abb92b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ serde = { version = "1", features = ["derive"] } serde_json = "1" [build-dependencies] -git2 = { version = "0.18.0", default-features = false } +git2 = { version = "0.18.2", default-features = false } heck = "0.4" pbjson-build = { version = "0.6.2", optional = true } prettyplease = "0.2.4"