diff --git a/Cargo.lock b/Cargo.lock index 960486886..32c6b5eb6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4738,9 +4738,9 @@ dependencies = [ [[package]] name = "psl" -version = "2.1.105" +version = "2.1.106" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "449489ec586fb1a3339a78556a3f66e55b411137a3b035c7a2ee183c6aa71bff" +checksum = "ed067c32eda3664a59207dde92e8f895016fb375564d91626591036c741a3a89" dependencies = [ "psl-types", ] diff --git a/crates/handlers/Cargo.toml b/crates/handlers/Cargo.toml index 183002f0d..4d8477003 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.105" +psl = "2.1.106" sha2.workspace = true time = "0.3.41" url.workspace = true