From 2b29a9d0e86ec7f91b31dd844a58168969b7b74b Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sun, 2 Jul 2023 11:29:04 +0200 Subject: [PATCH] feat: update to rlua 19.5 Signed-off-by: kjuulh --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1461518..ae599d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ readme = "README.md" description = "Require Lua modules by name" [dependencies] -rlua = "0.18" +rlua = "0.19.5" [dependencies.io-cat] git = "https://git.sr.ht/~ioiojo/io-cat"