This update for uriparser fixes the following issues
- CVE-2026-42371: numeric truncation in text range comparison when an application accepts URIs with a length in
gigabytes (bsc#1262999).
- CVE-2026-44927: truncation of `ptrdiff_t` to `int` in various places (bsc#1264578).
- CVE-2026-44928: function family `EqualsUri` can misclassify two unequal URIs as equal (bsc#1264579).