From 80a528ac13ac48da84e6b5f1ae91ea625b9f195c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2025 14:15:49 +0000 Subject: [PATCH] build(deps): bump psl from 2.1.83 to 2.1.84 Bumps [psl](https://github.com/addr-rs/psl) from 2.1.83 to 2.1.84. - [Release notes](https://github.com/addr-rs/psl/releases) - [Commits](https://github.com/addr-rs/psl/compare/v2.1.83...v2.1.84) --- updated-dependencies: - dependency-name: psl 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 c7f416214..66caf811e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4653,9 +4653,9 @@ checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94" [[package]] name = "psl" -version = "2.1.83" +version = "2.1.84" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91c0f85b904f55a9a0bfc0394a7606114bcaf456d4183183cb8c00150deb67ff" +checksum = "5d8107ce6f0ebf6affa44680da7b060515392c19cd4b300e06bc764d901396e3" dependencies = [ "psl-types", ] diff --git a/crates/handlers/Cargo.toml b/crates/handlers/Cargo.toml index 7933740fc..375833d6a 100644 --- a/crates/handlers/Cargo.toml +++ b/crates/handlers/Cargo.toml @@ -75,7 +75,7 @@ elliptic-curve.workspace = true governor.workspace = true indexmap = "2.7.1" pkcs8.workspace = true -psl = "2.1.83" +psl = "2.1.84" time = "0.3.37" url.workspace = true mime = "0.3.17"