Bump CSL to 1.5.3 to fix issues on macos 27 (#62089)
Apple became more strict on alignment of sections on macos 27 with
higher SDKs.
Because GCC mistakenly stamped the libs with the darwin version we have
the sdk ver 20 which triggered the issue.
The bump fixes both the alignment and the sdk
---------
Co-authored-by: Mosè Giordano <765740+giordano@users.noreply.github.com>