]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
rust: unpin serde 11875/head
authorPhilippe Antoine <pantoine@oisf.net>
Thu, 3 Oct 2024 14:10:29 +0000 (16:10 +0200)
committerVictor Julien <victor@inliniac.net>
Fri, 4 Oct 2024 04:48:12 +0000 (06:48 +0200)
As oss-fuzz uses a newer compatible rustc version

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

index 0e0fb8f22ca0ff87eee5e05c84faa80044e6d286..d850e29c5b31ade3b003daed19e9b51e9be08c1e 100644 (file)
@@ -984,8 +984,6 @@ dependencies = [
  "regex",
  "sawp",
  "sawp-modbus",
- "serde",
- "serde_derive",
  "sha1",
  "sha2",
  "snmp-parser",
index 97cf471861646145ada4df447618aae0120f7f0d..c69db937708ebff740e4cfd9321386a016f10aff 100644 (file)
@@ -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" }