From b0da51bfdd939c0ef3dc5cab4b21b5ae63920aaf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 02:46:37 +0000 Subject: [PATCH] fix(deps): update rust crate git2 to 0.17.0 --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4f59538..c548e4d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -164,9 +164,9 @@ dependencies = [ [[package]] name = "git2" -version = "0.16.1" +version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ccf7f68c2995f392c49fffb4f95ae2c873297830eb25c6bc4c114ce8f4562acc" +checksum = "89511277159354bea13ae1e53e0c9ab85ba1b20d7e91618fa30e6bc5566857fb" dependencies = [ "bitflags", "libc", @@ -266,9 +266,9 @@ checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79" [[package]] name = "libgit2-sys" -version = "0.14.2+1.5.1" +version = "0.15.0+1.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f3d95f6b51075fe9810a7ae22c7095f12b98005ab364d8544797a825ce946a4" +checksum = "032e537ae4dd4e50c877f258dc55fcd0657b5021f454094a425bb6bcc9edea4c" dependencies = [ "cc", "libc", diff --git a/Cargo.toml b/Cargo.toml index 7efdb59..3e57ee0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ include = ["src/**/*", "LICENSE-*", "README.md"] [dependencies] anyhow = "1.0.70" clap = { version = "4.2.1", features = [ "color", "deprecated", "derive" ] } -git2 = { version = "0.16.1", default-features = false, features = ["vendored-libgit2", "vendored-openssl"] } +git2 = { version = "0.17.0", default-features = false, features = ["vendored-libgit2", "vendored-openssl"] } serde = { version = "1.0.159", default-features = false, features = ["derive"] } serde_derive = "1.0.159" toml = "0.7.3"