diff --git a/Cargo.lock b/Cargo.lock index 0586f8fe..b4fc0918 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1327,9 +1327,9 @@ dependencies = [ [[package]] name = "git2" -version = "0.20.2" +version = "0.20.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2deb07a133b1520dc1a5690e9bd08950108873d7ed5de38dcc74d3b5ebffa110" +checksum = "7b88256088d75a56f8ecfa070513a775dd9107f6530ef14919dac831af9cfe2b" dependencies = [ "bitflags 2.10.0", "libc", @@ -2077,9 +2077,9 @@ checksum = "bcc35a38544a891a5f7c865aca548a982ccb3b8650a5b06d0fd33a10283c56fc" [[package]] name = "libgit2-sys" -version = "0.18.2+1.9.1" +version = "0.18.3+1.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c42fe03df2bd3c53a3a9c7317ad91d80c81cd1fb0caec8d7cc4cd2bfa10c222" +checksum = "c9b3acc4b91781bb0b3386669d325163746af5f6e4f73e6d2d630e09a35f3487" dependencies = [ "cc", "libc", diff --git a/Cargo.toml b/Cargo.toml index b894eebe..48dd7abf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ simplelog = { version = "0.12.1", default-features = false, features = [ "termcolor", ] } tempfile = { workspace = true } -git2 = "0.20.2" +git2 = "0.20.4" nestify = "0.3.3" gql_client = { git = "https://github.com/CodSpeedHQ/gql-client-rs" } serde_yaml = "0.9.34"