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