From af302244c5aa68675334e9cc549341a4e05c4388 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 13:51:54 +0000 Subject: [PATCH] build(deps): bump psl from 2.1.56 to 2.1.60 Bumps [psl](https://github.com/addr-rs/psl) from 2.1.56 to 2.1.60. - [Release notes](https://github.com/addr-rs/psl/releases) - [Commits](https://github.com/addr-rs/psl/compare/v2.1.56...v2.1.60) --- 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 7ec752714..09d687e23 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4774,9 +4774,9 @@ checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94" [[package]] name = "psl" -version = "2.1.56" +version = "2.1.60" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "537e413a86aacc7596a65c7b98d83f71bfc03a7b8f7aa4f4bfb855c003dcb502" +checksum = "add4147324c04b450a4eeb919da7e3a86363621b351a39c5a386564720d4e465" dependencies = [ "psl-types", ] diff --git a/crates/handlers/Cargo.toml b/crates/handlers/Cargo.toml index 3eecfff1c..6958078f6 100644 --- a/crates/handlers/Cargo.toml +++ b/crates/handlers/Cargo.toml @@ -75,7 +75,7 @@ elliptic-curve.workspace = true governor.workspace = true indexmap = "2.6.0" pkcs8.workspace = true -psl = "2.1.56" +psl = "2.1.60" time = "0.3.36" url.workspace = true mime = "0.3.17"