diff --git a/deny.toml b/deny.toml index 9224be13166cd..0c7fdc9c2645f 100644 --- a/deny.toml +++ b/deny.toml @@ -299,6 +299,8 @@ ignore = [ # untrusted XML. "RUSTSEC-2026-0194", "RUSTSEC-2026-0195", + # `bitmaps` is unmaintained + "RUSTSEC-2026-0247", ] # Must be manually kept in sync with about.toml. diff --git a/misc/python/materialize/sqlancer.py b/misc/python/materialize/sqlancer.py index bf0aab7cb1c1e..de02534aa3d09 100644 --- a/misc/python/materialize/sqlancer.py +++ b/misc/python/materialize/sqlancer.py @@ -114,7 +114,7 @@ r"must use value within", r"zero raised to a negative power is undefined", r"range type over", - r"at the beginning of a statement", + r"Evaluation error: Unexpected keyword .* at the beginning of a statement", ]