From 5c16cf8f6b1346bdfb3d78c781892dbf1f31e638 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 13:36:58 +0000 Subject: [PATCH] build(deps): bump psl from 2.1.97 to 2.1.98 Bumps [psl](https://github.com/addr-rs/psl) from 2.1.97 to 2.1.98. - [Release notes](https://github.com/addr-rs/psl/releases) - [Commits](https://github.com/addr-rs/psl/compare/v2.1.97...v2.1.98) --- 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 46e78dd86..175f6c460 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4715,9 +4715,9 @@ checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94" [[package]] name = "psl" -version = "2.1.97" +version = "2.1.98" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "512f3593cab3435fbdfdc3bde4355fb9e365b734e2ab8b86ece60a9f773ec9b1" +checksum = "1496f247a7781d739a03e54e2d4829931d44c9733c96b971e07f2d24cfb59221" dependencies = [ "psl-types", ] diff --git a/crates/handlers/Cargo.toml b/crates/handlers/Cargo.toml index 85dec54ea..937663a58 100644 --- a/crates/handlers/Cargo.toml +++ b/crates/handlers/Cargo.toml @@ -76,7 +76,7 @@ hex.workspace = true governor.workspace = true indexmap.workspace = true pkcs8.workspace = true -psl = "2.1.97" +psl = "2.1.98" sha2.workspace = true time = "0.3.41" url.workspace = true