diff --git a/tools/changelog/Cargo.toml b/tools/changelog/Cargo.toml index dc6e32d2938..f772963fd27 100644 --- a/tools/changelog/Cargo.toml +++ b/tools/changelog/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" [dependencies] anyhow = "1" chrono = "0.4" -git2 = "0.13" +git2 = "0.16" regex = "1" reqwest = { version = "0.11", features = ["blocking", "json"] } serde = { version = "1", features = ["derive"] }