diff --git a/Cargo.lock b/Cargo.lock index c7f416214..66caf811e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4653,9 +4653,9 @@ checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94" [[package]] name = "psl" -version = "2.1.83" +version = "2.1.84" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91c0f85b904f55a9a0bfc0394a7606114bcaf456d4183183cb8c00150deb67ff" +checksum = "5d8107ce6f0ebf6affa44680da7b060515392c19cd4b300e06bc764d901396e3" dependencies = [ "psl-types", ] diff --git a/crates/handlers/Cargo.toml b/crates/handlers/Cargo.toml index 7933740fc..375833d6a 100644 --- a/crates/handlers/Cargo.toml +++ b/crates/handlers/Cargo.toml @@ -75,7 +75,7 @@ elliptic-curve.workspace = true governor.workspace = true indexmap = "2.7.1" pkcs8.workspace = true -psl = "2.1.83" +psl = "2.1.84" time = "0.3.37" url.workspace = true mime = "0.3.17"