From b83c2dacd4f1ba989b8e952066255466422bd774 Mon Sep 17 00:00:00 2001 From: Jason Ish Date: Thu, 5 Jun 2025 14:29:22 -0600 Subject: [PATCH] lua: update to Lua 5.4.8 Also uses a proper Lua tagged version that is not a pre-release. Ticket: #7632 --- 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 aa3b928b43..b67601eaa6 100644 --- a/rust/Cargo.lock.in +++ b/rust/Cargo.lock.in @@ -1559,9 +1559,9 @@ dependencies = [ [[package]] name = "suricata-lua-sys" -version = "0.1.0-alpha.9" +version = "5.4.8000" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "424e1aac0aa6f35ff10609bb8f36903e397efe7023279d434532c8bd0fa45aba" +checksum = "903640726b3751bfe1e4d1a5dbf478c264100d3679c65e9b9ce870798a2d892a" dependencies = [ "fs_extra", ] diff --git a/rust/Cargo.toml.in b/rust/Cargo.toml.in index 82eaa07aa3..d7984f1c1c 100644 --- a/rust/Cargo.toml.in +++ b/rust/Cargo.toml.in @@ -85,7 +85,7 @@ time = "~0.3.41" suricata-derive = { path = "./derive", version = "@PACKAGE_VERSION@" } suricata-sys = { path = "./sys", version = "@PACKAGE_VERSION@" } -suricata-lua-sys = { version = "0.1.0-alpha.9" } +suricata-lua-sys = { version = "5.4.8000" } htp = { package = "suricata-htp", path = "./htp", version = "2.0.0" } -- 2.47.2