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 77b94b8713 rust: fixes for breaking change on deranged crate
Deranged v0.4.1 (a dependency of the time crate) has implemented
PartialOrd for some integer types that conflict with the
implementation in the standard library creating an ambiguity as such
implementation are global. For more info see
https://github.com/jhpratt/deranged/issues/18.

To fix, use "::from" directly, instead of using .into() which is where
we run into amgibuity.
4 months ago
..
.cargo rust: rename .cargo/config to .cargo/config.toml 1 year ago
derive app-layer: use uint8_t consistent for event IDs 9 months ago
src rust: fixes for breaking change on deranged crate 4 months ago
suricatactl rust: pin once_cell to work with Rust 1.67.1 4 months ago
suricatasc rust: pin once_cell to work with Rust 1.67.1 4 months ago
sys rust: add bindings to SCPlugin.* to sys crate 5 months ago
.gitignore rust: rename .cargo/config to .cargo/config.toml 1 year ago
Cargo.lock.in rust: pin once_cell to work with Rust 1.67.1 4 months ago
Cargo.toml.in rust: Update sawp dependencies to 0.13.1 due to SPDX license compatibility. 4 months ago
Makefile.am rust: use CBINDGEN variable and not "cbindgen" 5 months ago
cbindgen.toml dns: stop renaming DNSTransaction to RSDNSTransaction 4 months ago
rustfmt.toml rustfmt: replace deprecated fn_args_layout with fn_params_layout 2 years ago