diff --git a/Cargo.lock b/Cargo.lock index 6aa88232c..57a3ac205 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4739,9 +4739,9 @@ dependencies = [ [[package]] name = "psl" -version = "2.1.106" +version = "2.1.110" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed067c32eda3664a59207dde92e8f895016fb375564d91626591036c741a3a89" +checksum = "4144f2d1b026b120add2779629682939e5d1352cd8b39d0a13f44b9d3097027d" dependencies = [ "psl-types", ] diff --git a/crates/handlers/Cargo.toml b/crates/handlers/Cargo.toml index 4d8477003..0ecd44a8c 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.106" +psl = "2.1.110" sha2.workspace = true time = "0.3.41" url.workspace = true