diff --git a/Cargo.lock b/Cargo.lock index 4c6654984..00b0fe1bb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4711,9 +4711,9 @@ checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94" [[package]] name = "psl" -version = "2.1.98" +version = "2.1.99" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1496f247a7781d739a03e54e2d4829931d44c9733c96b971e07f2d24cfb59221" +checksum = "89186bbd6ebdabc007b20bda4807abe8f4ad0636d0fb86be20f8cfce25b8f4b3" dependencies = [ "psl-types", ] diff --git a/crates/handlers/Cargo.toml b/crates/handlers/Cargo.toml index 83f3778bb..b8678ce9f 100644 --- a/crates/handlers/Cargo.toml +++ b/crates/handlers/Cargo.toml @@ -76,7 +76,7 @@ hex.workspace = true governor.workspace = true indexmap.workspace = true pkcs8.workspace = true -psl = "2.1.98" +psl = "2.1.99" sha2.workspace = true time = "0.3.41" url.workspace = true