]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
lua: update to Lua 5.4.8
authorJason Ish <jason.ish@oisf.net>
Thu, 5 Jun 2025 20:29:22 +0000 (14:29 -0600)
committerVictor Julien <victor@inliniac.net>
Fri, 6 Jun 2025 18:08:48 +0000 (20:08 +0200)
Also uses a proper Lua tagged version that is not a pre-release.

Ticket: #7632

rust/Cargo.lock.in
rust/Cargo.toml.in

index aa3b928b4348668e4d75e3cfb72d0caae4e5abf7..b67601eaa6e200e1052bd804cdbbad88576fff80 100644 (file)
@@ -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",
 ]
index 82eaa07aa39ad3a590afb8c4402b78be67e25668..d7984f1c1c5d237f3d2a017197398dec0e4ae2b4 100644 (file)
@@ -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" }