You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
suricata/rust
Jason Ish 66e47a1983 rust: pin once_cell to work with Rust 1.67.1
Clap uses once_cell which recently released v1.20 which updated its
MSRV to 1.70. Locally pin once_cell to 1.20.3 to maintain our MSRV.
5 months ago
..
.cargo
derive app-layer: use uint8_t consistent for event IDs 9 months ago
src dns: refactor function to get rrname to be safe 5 months ago
suricatactl rust: pin once_cell to work with Rust 1.67.1 5 months ago
suricatasc rust: pin once_cell to work with Rust 1.67.1 5 months ago
sys rust: add bindings to SCPlugin.* to sys crate 5 months ago
.gitignore
Cargo.lock.in rust: pin once_cell to work with Rust 1.67.1 5 months ago
Cargo.toml.in rust: Update sawp dependencies to 0.13.1 due to SPDX license compatibility. 5 months ago
Makefile.am rust: use CBINDGEN variable and not "cbindgen" 5 months ago
cbindgen.toml ftp: convert enumerations to Rust 5 months ago
rustfmt.toml