]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
rust: lock proc-macro2 to maintain MSRV 9250/head
authorVictor Julien <vjulien@oisf.net>
Wed, 19 Jul 2023 05:15:46 +0000 (07:15 +0200)
committerVictor Julien <vjulien@oisf.net>
Wed, 19 Jul 2023 05:15:46 +0000 (07:15 +0200)
rust/Cargo.toml.in

index fda82e3487e78f354daaef82601a1d8c53494329..62b3e7fedce5ab975bf457e1e8d3dafba01a6274 100644 (file)
@@ -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"