From e2e7a02742beb5c1d2333096a0519afead401473 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 04:56:34 +0000 Subject: [PATCH] chore(deps): bump psl from 2.1.52 to 2.1.53 Bumps [psl](https://github.com/addr-rs/psl) from 2.1.52 to 2.1.53. - [Release notes](https://github.com/addr-rs/psl/releases) - [Commits](https://github.com/addr-rs/psl/compare/v2.1.52...v2.1.53) --- updated-dependencies: - dependency-name: psl dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c46e6e1a8..0e15523e8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2270,9 +2270,9 @@ dependencies = [ [[package]] name = "psl" -version = "2.1.52" +version = "2.1.53" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9175d202d68cb9075415cd2d00062282941010af4174edb7a82d20514b89bc36" +checksum = "6a6e16ea14229573723a7af0b33b1c581e61d04c2ecdfc1e4314a1fac6b94ce3" dependencies = [ "psl-types", ]