From 200e0e00ba2d031b14306e5aa7f0c19ed30ab437 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 13:51:30 +0000 Subject: [PATCH] build(deps): bump psl from 2.1.73 to 2.1.74 Bumps [psl](https://github.com/addr-rs/psl) from 2.1.73 to 2.1.74. - [Release notes](https://github.com/addr-rs/psl/releases) - [Commits](https://github.com/addr-rs/psl/compare/v2.1.73...v2.1.74) --- 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 aec8c14d..0f0054a8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4733,9 +4733,9 @@ checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94" [[package]] name = "psl" -version = "2.1.73" +version = "2.1.74" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a62360a10ed773da9a36aa1b5817c5f505b1f35728e5ea6e4e524a13fc10778c" +checksum = "18f1a689f22941bb72a768e07773dfac297f44fd2cd119a5ca511c76efc0734c" dependencies = [ "psl-types", ] diff --git a/crates/handlers/Cargo.toml b/crates/handlers/Cargo.toml index 334ad624..c9632f0d 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.0" pkcs8.workspace = true -psl = "2.1.73" +psl = "2.1.74" time = "0.3.37" url.workspace = true mime = "0.3.17"