From 61d3a4459cec97e4760262d5bc0988589d97093f Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Wed, 1 Dec 2021 16:27:59 +0100 Subject: [PATCH 1/2] git2rs upgrade --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dc4325cc23..0209ee915a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -482,9 +482,9 @@ dependencies = [ [[package]] name = "git2" -version = "0.13.24" +version = "0.13.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "845e007a28f1fcac035715988a234e8ec5458fd825b20a20c7dec74237ef341f" +checksum = "f29229cc1b24c0e6062f6e742aa3e256492a5323365e5ed3413599f8a5eff7d6" dependencies = [ "bitflags", "libc", @@ -645,9 +645,9 @@ checksum = "8521a1b57e76b1ec69af7599e75e38e7b7fad6610f037db8c79b127201b5d119" [[package]] name = "libgit2-sys" -version = "0.12.25+1.3.0" +version = "0.12.26+1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f68169ef08d6519b2fe133ecc637408d933c0174b23b80bb2f79828966fbaab" +checksum = "19e1c899248e606fbfe68dcb31d8b0176ebab833b103824af31bddf4b7457494" dependencies = [ "cc", "libc", From 0a5154a5eab8f7e2d06f6fd951b62a4fbe5a5b1d Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Wed, 1 Dec 2021 19:32:25 +0100 Subject: [PATCH 2/2] changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e39e32e2c..bda438bf27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,6 +34,7 @@ The way this works got changed and simplified ([See docs](https://github.com/ext - honor options (for untracked files) in `stage_all` command ([#933](https://github.com/extrawurst/gitui/issues/933)) - improved file diff speed dramatically ([#976](https://github.com/extrawurst/gitui/issues/976)) - blaming files in sub-folders on windows ([#981](https://github.com/extrawurst/gitui/issues/981)) +- push failing due to tracing error in upstream ([#881](https://github.com/extrawurst/gitui/issues/881)) ## [0.18] - 2021-10-11