diff --git a/community/git-interactive-rebase-tool/0002-cargo-update.patch b/community/git-interactive-rebase-tool/0002-cargo-update.patch
new file mode 100644
index 0000000000000000000000000000000000000000..39ad65f16f55008dd543fee9d9187c82341fa33b
--- /dev/null
+++ b/community/git-interactive-rebase-tool/0002-cargo-update.patch
@@ -0,0 +1,16 @@
+diff --git a/Cargo.lock b/Cargo.lock
+index c96f833..22653a9 100644
+--- a/Cargo.lock
++++ b/Cargo.lock
+@@ -581,9 +581,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
+ 
+ [[package]]
+ name = "libc"
+-version = "0.2.147"
++version = "0.2.155"
+ source = "registry+https://github.com/rust-lang/crates.io-index"
+-checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"
++checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
+ 
+ [[package]]
+ name = "libgit2-sys"
diff --git a/community/git-interactive-rebase-tool/APKBUILD b/community/git-interactive-rebase-tool/APKBUILD
index ae56a16356509d73ba9101087e26a534bcfc8468..5e952b3fc1c7518fc78fb9e4113efbca9b9ed6ba 100644
--- a/community/git-interactive-rebase-tool/APKBUILD
+++ b/community/git-interactive-rebase-tool/APKBUILD
@@ -11,7 +11,8 @@ license="GPL-3.0-or-later"
 makedepends="cargo libgit2-dev zlib-dev cargo-auditable"
 subpackages="$pkgname-doc"
 source="https://github.com/MitMaro/git-interactive-rebase-tool/archive/$pkgver/git-interactive-rebase-tool-$pkgver.tar.gz
-	0001-Fix-lint-warning-to-avoid-linting-failure-with-rust-.patch"
+	0001-Fix-lint-warning-to-avoid-linting-failure-with-rust-.patch
+	0002-cargo-update.patch"
 options="net"
 
 export CARGO_PROFILE_RELEASE_OPT_LEVEL="z"
@@ -53,4 +54,5 @@ package() {
 sha512sums="
 11d4be71bf6f55f541046ea607b965ffd0f044e525ed3dfbfc37c8d986cda6819c1838d2852e7d6468f43f9482766a3cddb5b8305d09a0d6fd5596b85d6671af  git-interactive-rebase-tool-2.3.0.tar.gz
 284d01290776e193adb837f3cb0c062aa7ea6c7d5d89b729bbbcaa7a63b487742e535e795db3ce62b7440e3f456bfadf034cff6c1cbb43ef6921e8701128f9c6  0001-Fix-lint-warning-to-avoid-linting-failure-with-rust-.patch
+5cdb58bd868c1ed21b29f640c7c17577a71050e74042a74b6441aabf8e6675953dfcdd04a6554a256d6f0f4307eb456953632395c708c858e05c12eecbaf3664  0002-cargo-update.patch
 "