From: Philippe Antoine Date: Thu, 3 Oct 2024 14:10:29 +0000 (+0200) Subject: rust: unpin serde X-Git-Tag: suricata-8.0.0-beta1~827 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F11875%2Fhead;p=thirdparty%2Fsuricata.git rust: unpin serde As oss-fuzz uses a newer compatible rustc version --- diff --git a/rust/Cargo.lock.in b/rust/Cargo.lock.in index 0e0fb8f22c..d850e29c5b 100644 --- a/rust/Cargo.lock.in +++ b/rust/Cargo.lock.in @@ -984,8 +984,6 @@ dependencies = [ "regex", "sawp", "sawp-modbus", - "serde", - "serde_derive", "sha1", "sha2", "snmp-parser", diff --git a/rust/Cargo.toml.in b/rust/Cargo.toml.in index 97cf471861..c69db93770 100644 --- a/rust/Cargo.toml.in +++ b/rust/Cargo.toml.in @@ -65,10 +65,6 @@ ldap-parser = { version = "~0.4.0" } time = "~0.3.36" -# pinned until oss-fuzz supports newer rust nightly cf https://github.com/google/oss-fuzz/pull/12365 -serde = { version = "=1.0.197" } -serde_derive = { version = "1.0.197" } - suricata-derive = { path = "./derive", version = "@PACKAGE_VERSION@" } suricata-lua-sys = { version = "0.1.0-alpha.1" }