From: Jason Ish Date: Tue, 2 Sep 2025 15:35:58 +0000 (-0600) Subject: rust: pin time crate to 0.3.41 X-Git-Tag: suricata-8.0.1~41 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3b9dfe620d6118f066a424dc93c295eb64c7c7df;p=thirdparty%2Fsuricata.git rust: pin time crate to 0.3.41 0.3.42 introduces dependencies that require Rust 1.81. --- diff --git a/rust/Cargo.toml.in b/rust/Cargo.toml.in index 4d656df7f6..fdcb0c9a4e 100644 --- a/rust/Cargo.toml.in +++ b/rust/Cargo.toml.in @@ -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@" }