From e913d8550fd9516235594233c1e20afe8a5ca800 Mon Sep 17 00:00:00 2001 From: Jason Ish Date: Mon, 9 Mar 2026 08:41:49 -0600 Subject: [PATCH] psl: update to 2.1.197 Update the Mozilla public suffix list to 2.1.197. Ticket: #8194 --- rust/Cargo.lock.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rust/Cargo.lock.in b/rust/Cargo.lock.in index b5e406f21e44..7438c3646d12 100644 --- a/rust/Cargo.lock.in +++ b/rust/Cargo.lock.in @@ -1149,9 +1149,9 @@ dependencies = [ [[package]] name = "psl" -version = "2.1.175" +version = "2.1.197" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1fb740c4ef76c2187ae4a56a74d58595bb8258e973704f5d60545f3e1d3e69a" +checksum = "b15ca31b68a87f984f41949f5e4341502dcd2af119b3226ba7285b3fe3e77ea2" dependencies = [ "psl-types", ]