From 23f702d0f40a4b6130dc2b8eba64c24968c40319 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 13:31:16 +0000 Subject: [PATCH] build(deps): bump psl from 2.1.81 to 2.1.82 Bumps [psl](https://github.com/addr-rs/psl) from 2.1.81 to 2.1.82. - [Release notes](https://github.com/addr-rs/psl/releases) - [Commits](https://github.com/addr-rs/psl/compare/v2.1.81...v2.1.82) --- 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 83d18c232..ebfcc6505 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4713,9 +4713,9 @@ checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94" [[package]] name = "psl" -version = "2.1.81" +version = "2.1.82" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5871e872678223987b84739333bf13e42f0c1fb102e30bba8dcdf1340d0bbcc9" +checksum = "2d460333b9d744945e0b9abd5469056aa925d526d48a458d6afc06eea9cbe206" dependencies = [ "psl-types", ] diff --git a/crates/handlers/Cargo.toml b/crates/handlers/Cargo.toml index 388431faf..d98990cd9 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.81" +psl = "2.1.82" time = "0.3.37" url.workspace = true mime = "0.3.17"