git: bff319f08695 - main - misc/xplr: fix patching on powerpc64*

From: Piotr Kubaj <pkubaj_at_FreeBSD.org>
Date: Wed, 28 Sep 2022 18:54:01 UTC
The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=bff319f0869553daa3e8b5cad03e2d8041b92d14

commit bff319f0869553daa3e8b5cad03e2d8041b92d14
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2022-09-28 18:50:35 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2022-09-28 18:53:49 +0000

    misc/xplr: fix patching on powerpc64*
---
 misc/xplr/files/extra-patch-Cargo.toml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/misc/xplr/files/extra-patch-Cargo.toml b/misc/xplr/files/extra-patch-Cargo.toml
index 71b42d2bdaf2..2d7ddc422942 100644
--- a/misc/xplr/files/extra-patch-Cargo.toml
+++ b/misc/xplr/files/extra-patch-Cargo.toml
@@ -1,11 +1,11 @@
---- Cargo.toml.orig	2022-06-06 15:39:26 UTC
+--- Cargo.toml.orig	2022-09-11 02:46:38 UTC
 +++ Cargo.toml
-@@ -60,7 +60,7 @@ features = ['serde']
+@@ -63,7 +63,7 @@ features = ['serde']
  
  [dependencies.mlua]
- version = "0.7.4"
+ version = "0.8.3"
 -features = ['luajit', 'vendored', 'serialize', 'send']
 +features = ['luajit', 'serialize', 'send']
  
  [dependencies.tui-input]
- version = "0.4.2"
+ version = "0.5.1"