Skip to content

Commit

Permalink
rust: pin serde version
Browse files Browse the repository at this point in the history
because oss-fuzz does not support newer rust nightly
and newer serde does not support oss-fuzz old nightly
  • Loading branch information
catenacyber committed Sep 11, 2024
1 parent 104ee00 commit 13cf812
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rust/Cargo.toml.in
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ 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 = { git = "https://github.com/jasonish/suricata-lua-sys", version = "0.1.0-alpha.1" }
Expand Down

0 comments on commit 13cf812

Please # to comment.