]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
lua: update to lua 5.4.8002
authorJason Ish <jason.ish@oisf.net>
Wed, 11 Jun 2025 20:38:33 +0000 (14:38 -0600)
committerVictor Julien <victor@inliniac.net>
Thu, 12 Jun 2025 10:53:55 +0000 (12:53 +0200)
This updated crates remove tmpnam from being linked in, removing the
warning.

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

index 56e4fdde43235784e4869761cda83da16ace05c7..c068b741c70e9aea01370e03c66e9c4e59276d46 100644 (file)
@@ -1586,9 +1586,9 @@ dependencies = [
 
 [[package]]
 name = "suricata-lua-sys"
-version = "5.4.8000"
+version = "5.4.8002"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "903640726b3751bfe1e4d1a5dbf478c264100d3679c65e9b9ce870798a2d892a"
+checksum = "dd46a285ad9e31e6e3d1d3633835b12fde65ab93cde4d3a4cd88564ad9033547"
 dependencies = [
  "fs_extra",
 ]
index 5f9700e6d52a70b5b61082ef524f7f552b023faa..bddc8cd79836f508f49a0c99e04dcb33c6289ae3 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 = "5.4.8000" }
+suricata-lua-sys = { version = "5.4.8002" }
 
 htp = { package = "suricata-htp", path = "./htp", version = "2.0.0" }