Skip to content

Commit

Permalink
rust: unpin serde
Browse files Browse the repository at this point in the history
As oss-fuzz uses a newer compatible rustc version
  • Loading branch information
catenacyber authored and victorjulien committed Oct 4, 2024
1 parent 75b760b commit 3f0512e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions rust/Cargo.lock.in

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

4 changes: 0 additions & 4 deletions rust/Cargo.toml.in
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit 3f0512e

Please sign in to comment.