]> git.ipfire.org Git - thirdparty/suricata.git/commit
rust: weekly cargo audit and update 10391/head
authorJason Ish <jason.ish@oisf.net>
Mon, 12 Feb 2024 19:10:31 +0000 (13:10 -0600)
committerJason Ish <jason.ish@oisf.net>
Mon, 12 Feb 2024 22:39:26 +0000 (16:39 -0600)
commitedfda9f69fb2f095a195860b382eed94655238be
treebd09f8948adabebac4a002aac294d16045edb174
parent7956fa52423f80858643b25080efba2f64d78512
rust: weekly cargo audit and update

Add GitHub actions to perform:

- cargo audit: catch new warnings in dependendent packages
- cargo update: catch updated dependencies that depend on a new MSRV
    than we use
.github/workflows/rust-checks.yml [new file with mode: 0644]