catch2_3: 3.5.1 -> 3.5.2
https://github.com/catchorg/Catch2/releases/tag/v3.5.2
This addresses an issue shown when compiling tests in tiledb package:
include/catch2/internal/catch_clara.hpp:676:24:
error: cannot bind non-const lvalue reference of type 'Catch::Clara::Parser&'
to an rvalue of type 'Catch::Clara::Parser'