From d0e2658422cfeca560c2530f69410565d03e4c00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 10:47:38 +0000 Subject: [PATCH] build(deps): bump psl from 2.1.72 to 2.1.73 Bumps [psl](https://github.com/addr-rs/psl) from 2.1.72 to 2.1.73. - [Release notes](https://github.com/addr-rs/psl/releases) - [Commits](https://github.com/addr-rs/psl/compare/v2.1.72...v2.1.73) --- 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 b29913bb4..1d8cc3e1f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4731,9 +4731,9 @@ checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94" [[package]] name = "psl" -version = "2.1.72" +version = "2.1.73" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "699f79b15ea465a0a1ef3c7f0ef2b6b6782a2f720f3587428f0eea37f5c1d3b9" +checksum = "a62360a10ed773da9a36aa1b5817c5f505b1f35728e5ea6e4e524a13fc10778c" dependencies = [ "psl-types", ] diff --git a/crates/handlers/Cargo.toml b/crates/handlers/Cargo.toml index c51db752e..334ad6246 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.72" +psl = "2.1.73" time = "0.3.37" url.workspace = true mime = "0.3.17"