From 3b0243e597d0c331797394d6ccad1cce5611e551 Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Sat, 6 Apr 2024 20:35:35 +0000 Subject: [PATCH] fix(deps): update rust crate rlua to 0.20.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f48c12d..070fc5a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,4 +12,4 @@ description = "Require Lua modules by name" publishable = true [dependencies] -rlua = "0.19.5" +rlua = "0.20.0" -- 2.45.2