Jason Ish
0990c9dbf6
rust: pin indexmap
...
Newer indexmap, pulled in by serde_json requires Rust 1.82, so pin
pack to 2.11.4 which still works with Rust 1.75.
10 months ago
Jason Ish
e7366e43b5
rust: update deps
...
Update all deps with cargo update. Additionally, apply the updated
versions to the Cargo.toml, which while not stricly required, does
make it more clear what the version in use is.
1 year ago
Jason Ish
7de03a5ef3
rust: update clap and rustyline
...
With a MSRV of 1.75.0 we can now use current Clap. Rustlyline is
updated, but still needs to be held back from the most current
release.
1 year ago
Jason Ish
55a0d403cb
rust: unpin once_cell from old version
...
We can now update to the current version of once_cell with Rust 1.75.
1 year ago
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.
1 year ago
Jason Ish
8115669602
suricatasc: a Rust implementation of suricatasc
...
This is a re-implementation of suricatasc program in Rust that
attempts to be a 100% drop-in replacement.
1 year ago