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 authored and victorjulien committed Sep 12, 2024
1 parent 85ee2f8 commit d3eb656
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
10 changes: 6 additions & 4 deletions rust/Cargo.lock.in

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 = { version = "0.1.0-alpha.1" }
Expand Down

0 comments on commit d3eb656

Please sign in to comment.