From: Victor Julien Date: Wed, 19 Jul 2023 05:15:46 +0000 (+0200) Subject: rust: lock proc-macro2 to maintain MSRV X-Git-Tag: suricata-6.0.14~59 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79c9d3e1ca8fa0045b30529a05036318be8dac8a;p=thirdparty%2Fsuricata.git rust: lock proc-macro2 to maintain MSRV --- diff --git a/rust/Cargo.toml.in b/rust/Cargo.toml.in index fda82e3487..62b3e7fedc 100644 --- a/rust/Cargo.toml.in +++ b/rust/Cargo.toml.in @@ -48,5 +48,8 @@ data-encoding = "=2.3.3" x509-parser = "0.8.2" libc = "0.2.67" +# required to keep MSRV supported +proc-macro2 = "=1.0.65" + [dev-dependencies] test-case = "~1.0.1"