From 0b9ecdd42b474e6c567454f0d7c072581c1e8df3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Apr 2025 11:54:54 +0000 Subject: [PATCH] build(deps): bump psl from 2.1.102 to 2.1.105 Bumps [psl](https://github.com/addr-rs/psl) from 2.1.102 to 2.1.105. - [Release notes](https://github.com/addr-rs/psl/releases) - [Commits](https://github.com/addr-rs/psl/compare/v2.1.102...v2.1.105) --- updated-dependencies: - dependency-name: psl dependency-version: 2.1.105 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/handlers/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7e04bcc79..e6a3e5827 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4746,9 +4746,9 @@ dependencies = [ [[package]] name = "psl" -version = "2.1.102" +version = "2.1.105" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dee834bead8841313bb97b76af417bfd2fe326a16236d77a765a7a4621ced264" +checksum = "449489ec586fb1a3339a78556a3f66e55b411137a3b035c7a2ee183c6aa71bff" dependencies = [ "psl-types", ] diff --git a/crates/handlers/Cargo.toml b/crates/handlers/Cargo.toml index c16317bf1..183002f0d 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.102" +psl = "2.1.105" sha2.workspace = true time = "0.3.41" url.workspace = true