From be02b2faf4f391626fd4cfe8be5343525d311936 Mon Sep 17 00:00:00 2001 From: Piotr Osiewicz <24362066+osiewicz@users.noreply.github.com> Date: Tue, 18 Jun 2024 01:31:42 +0200 Subject: [PATCH] chore: Bump git2 to 0.19 (#13180) Related to: https://github.com/zed-industries/zed/issues/8242 Release Notes: - N/A --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d41dcdd73d..bdd515450a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4643,9 +4643,9 @@ dependencies = [ [[package]] name = "git2" -version = "0.18.3" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "232e6a7bfe35766bf715e55a88b39a700596c0ccfd88cd3680b4cdb40d66ef70" +checksum = "b903b73e45dc0c6c596f2d37eccece7c1c8bb6e4407b001096387c63d0d93724" dependencies = [ "bitflags 2.4.2", "libc", @@ -5967,9 +5967,9 @@ checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd" [[package]] name = "libgit2-sys" -version = "0.16.2+1.7.2" +version = "0.17.0+1.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee4126d8b4ee5c9d9ea891dd875cfdc1e9d0950437179104b183d7d8a74d24e8" +checksum = "10472326a8a6477c3c20a64547b0059e4b0d086869eee31e6d7da728a8eb7224" dependencies = [ "cc", "libc", diff --git a/Cargo.toml b/Cargo.toml index 8829c1fd71..52a0d9437f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -301,7 +301,7 @@ fork = "0.1.23" futures = "0.3" futures-batch = "0.6.1" futures-lite = "1.13" -git2 = { version = "0.18", default-features = false } +git2 = { version = "0.19", default-features = false } globset = "0.4" heed = { version = "0.20.1", features = ["read-txn-no-tls"] } hex = "0.4.3"