From 7dcb476e925344eab09589fe533752f49db9afb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2024 22:22:03 +0000 Subject: [PATCH] build(deps): bump psl from 2.1.50 to 2.1.55 Bumps [psl](https://github.com/addr-rs/psl) from 2.1.50 to 2.1.55. - [Release notes](https://github.com/addr-rs/psl/releases) - [Commits](https://github.com/addr-rs/psl/compare/v2.1.50...v2.1.55) --- 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 e9e857b9..3bb7101c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4736,9 +4736,9 @@ checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94" [[package]] name = "psl" -version = "2.1.50" +version = "2.1.55" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "20f2890e9f6f068d927643e8d547931b537f21fd298e197c4837f1265b11e560" +checksum = "ce9398ad066421139b2e3afe16ea46772ffda30bd9ba57554dc035df5e26edc8" dependencies = [ "psl-types", ] diff --git a/crates/handlers/Cargo.toml b/crates/handlers/Cargo.toml index 8e1b5918..5b32e9c4 100644 --- a/crates/handlers/Cargo.toml +++ b/crates/handlers/Cargo.toml @@ -65,7 +65,7 @@ zeroize = "1.8.1" base64ct = "1.6.0" camino.workspace = true chrono.workspace = true -psl = "2.1.50" +psl = "2.1.55" time = "0.3.36" url.workspace = true mime = "0.3.17"