This update for python-maturin fixes the following issues:
CVE-2025-3416: openssl: use-after-free in Md::fetch and Cipher::fetch when Some(...) value passed as
properties argument to either function (bsc#1242631).
CVE-2025-4574: crossbeam-channel: double-free leading to possible memory corruption in Channel::drop when dropping
a channel (bsc#1243177).