From 7b56d4476dbf62d5ec068799ad07e38eb0b601e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 13:49:39 +0000 Subject: [PATCH] build(deps): bump psl from 2.1.105 to 2.1.106 Bumps [psl](https://github.com/addr-rs/psl) from 2.1.105 to 2.1.106. - [Release notes](https://github.com/addr-rs/psl/releases) - [Commits](https://github.com/addr-rs/psl/compare/v2.1.105...v2.1.106) --- updated-dependencies: - dependency-name: psl dependency-version: 2.1.106 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 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