From 6536a90e1f06f3ef5bdc513899a591d82dacddc5 Mon Sep 17 00:00:00 2001 From: Jason Ish Date: Fri, 24 Jan 2025 11:50:42 -0600 Subject: [PATCH] lua: update lua to 5.4.7 This version of out Lua crate also supports cross compiling. --- rust/Cargo.lock.in | 4 ++-- rust/Cargo.toml.in | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rust/Cargo.lock.in b/rust/Cargo.lock.in index 698413e33f30..2f9dd776ac20 100644 --- a/rust/Cargo.lock.in +++ b/rust/Cargo.lock.in @@ -1030,9 +1030,9 @@ dependencies = [ [[package]] name = "suricata-lua-sys" -version = "0.1.0-alpha.5" +version = "0.1.0-alpha.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2db6abfb8d28b60a0d984272123ed1bec6c45a5f729f6393921482007406babf" +checksum = "472f537d65345c98e88b8fb027241939404970bc85320da46468a9e424018ad0" dependencies = [ "fs_extra", ] diff --git a/rust/Cargo.toml.in b/rust/Cargo.toml.in index 8fad5fee77e3..e3c469dc8855 100644 --- a/rust/Cargo.toml.in +++ b/rust/Cargo.toml.in @@ -69,7 +69,7 @@ time = "~0.3.36" suricata-derive = { path = "./derive", version = "@PACKAGE_VERSION@" } -suricata-lua-sys = { version = "0.1.0-alpha.5" } +suricata-lua-sys = { version = "0.1.0-alpha.6" } [dev-dependencies] test-case = "~3.3.1"