]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
rust: pin time crate to 0.3.41
authorJason Ish <jason.ish@oisf.net>
Tue, 2 Sep 2025 15:35:58 +0000 (09:35 -0600)
committerVictor Julien <victor@inliniac.net>
Wed, 3 Sep 2025 06:32:54 +0000 (08:32 +0200)
0.3.42 introduces dependencies that require Rust 1.81.

rust/Cargo.toml.in

index 4d656df7f6b9499182266a64c48c0108df918940..fdcb0c9a4e70682b2e5ff5231c606dc4057dca6e 100644 (file)
@@ -80,7 +80,7 @@ ldap-parser = { version = "~0.5.0" }
 hex = "~0.4.3"
 psl = "2"
 
-time = "~0.3.41"
+time = "=0.3.41"
 
 suricata-derive = { path = "./derive", version = "@PACKAGE_VERSION@" }
 suricata-sys = { path = "./sys", version = "@PACKAGE_VERSION@" }