diff --git a/Cargo.lock b/Cargo.lock index f341c750d..103313b72 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4723,9 +4723,9 @@ checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94" [[package]] name = "psl" -version = "2.1.94" +version = "2.1.95" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "54bdb9509873930aa14af37e45ba31aa47e8b5cbe0a216bd4efb35eb7d0cd288" +checksum = "8ec2f057ec4d807e434149dff7bcedd84c8cfe088ac6be6fc71240a0e53d6220" dependencies = [ "psl-types", ] diff --git a/crates/handlers/Cargo.toml b/crates/handlers/Cargo.toml index 87521a2f0..00e0649c2 100644 --- a/crates/handlers/Cargo.toml +++ b/crates/handlers/Cargo.toml @@ -75,7 +75,7 @@ elliptic-curve.workspace = true governor.workspace = true indexmap = "2.8.0" pkcs8.workspace = true -psl = "2.1.94" +psl = "2.1.95" time = "0.3.39" url.workspace = true mime = "0.3.17"