From: Jason Ish Date: Fri, 24 Jan 2025 17:50:42 +0000 (-0600) Subject: lua: update lua to 5.4.7 X-Git-Tag: suricata-8.0.0-beta1~444 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd488170c482131e0da8e52d62766d59389077ed;p=thirdparty%2Fsuricata.git lua: update lua to 5.4.7 This version of out Lua crate also supports cross compiling. --- diff --git a/rust/Cargo.lock.in b/rust/Cargo.lock.in index 698413e33f..2f9dd776ac 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 8fad5fee77..e3c469dc88 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"