aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2022-01-04 18:21:16 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2022-01-04 18:21:16 +0000
commit3911699e6dde66e5981823dafc0e1d77d13db833 (patch)
tree10644631617a943d7d3a8bc45fdf3fcadf512b2b
parent9d0d8599670718e4d3af684c8d46d79caa000716 (diff)
downloadports-3911699e6dde66e5981823dafc0e1d77d13db833.tar.gz
ports-3911699e6dde66e5981823dafc0e1d77d13db833.zip
misc/xplr: fix patch
-rw-r--r--misc/xplr/files/extra-patch-Cargo.toml10
1 files changed, 5 insertions, 5 deletions
diff --git a/misc/xplr/files/extra-patch-Cargo.toml b/misc/xplr/files/extra-patch-Cargo.toml
index 049a591413a8..373218c650c8 100644
--- a/misc/xplr/files/extra-patch-Cargo.toml
+++ b/misc/xplr/files/extra-patch-Cargo.toml
@@ -1,11 +1,11 @@
---- Cargo.toml.orig 2021-10-24 06:09:29 UTC
+--- Cargo.toml.orig 2021-12-11 16:10:28 UTC
+++ Cargo.toml
@@ -31,7 +31,7 @@ lazy_static = "1.4.0"
indexmap = { version = "1.7.0", features = ["serde"] }
natord = "1.0.9"
humansize = "1.1.1"
--mlua = { version = "0.6.6", features = ["luajit", "vendored", "serialize", "send"] }
-+mlua = { version = "0.6.6", features = ["luajit", "serialize", "send"] }
+-mlua = { version = "0.7.0", features = ["luajit", "vendored", "serialize", "send"] }
++mlua = { version = "0.7.0", features = ["luajit", "serialize", "send"] }
ansi-to-tui = "0.4.1"
- libc = "0.2.105"
-
+ libc = "0.2.109"
+ tui-input = { version = "0.1.2", features = [ "serde" ] }