]> git.ipfire.org Git - thirdparty/suricata.git/commit
rust: pin once_cell to work with Rust 1.67.1 12752/head 12757/head
authorJason Ish <jason.ish@oisf.net>
Tue, 11 Mar 2025 12:16:28 +0000 (06:16 -0600)
committerJason Ish <jason.ish@oisf.net>
Tue, 11 Mar 2025 12:16:28 +0000 (06:16 -0600)
commit66e47a1983bee06fb85418d8ca053d0d9a372474
tree2494bff51e8c7bfdfae44ee7eff59bb137c5059b
parent559e4ce062feca583bb8b609894292df17e66213
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.
rust/Cargo.lock.in
rust/suricatactl/Cargo.toml.in
rust/suricatasc/Cargo.toml.in