From 93f2ccbc6c84b957c740b37a9f14e5beec250c19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 12:53:51 +0000 Subject: [PATCH] build(deps): bump psl from 2.1.93 to 2.1.94 Bumps [psl](https://github.com/addr-rs/psl) from 2.1.93 to 2.1.94. - [Release notes](https://github.com/addr-rs/psl/releases) - [Commits](https://github.com/addr-rs/psl/compare/v2.1.93...v2.1.94) --- 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 e24d43a47..4043035ef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4722,9 +4722,9 @@ checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94" [[package]] name = "psl" -version = "2.1.93" +version = "2.1.94" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e3f76f79643b799e2ddc530120ef7046a05e943297ddc46f91c3b659b6e8456" +checksum = "54bdb9509873930aa14af37e45ba31aa47e8b5cbe0a216bd4efb35eb7d0cd288" dependencies = [ "psl-types", ] diff --git a/crates/handlers/Cargo.toml b/crates/handlers/Cargo.toml index b53f1636a..87521a2f0 100644 --- a/crates/handlers/Cargo.toml +++ b/crates/handlers/Cargo.toml @@ -75,7 +75,7 @@ elliptic-curve.workspace = true governor.workspace = true indexmap = "2.8.0" pkcs8.workspace = true -psl = "2.1.93" +psl = "2.1.94" time = "0.3.39" url.workspace = true mime = "0.3.17"