From 002abd43735e3c490f18d0c1fedbf2d8867b453b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 11:46:42 +0000 Subject: [PATCH] build(deps): bump psl from 2.1.73 to 2.1.79 Bumps [psl](https://github.com/addr-rs/psl) from 2.1.73 to 2.1.79. - [Release notes](https://github.com/addr-rs/psl/releases) - [Commits](https://github.com/addr-rs/psl/compare/v2.1.73...v2.1.79) --- 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 75432ebf2..10aa2ff48 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4696,9 +4696,9 @@ checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94" [[package]] name = "psl" -version = "2.1.73" +version = "2.1.79" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a62360a10ed773da9a36aa1b5817c5f505b1f35728e5ea6e4e524a13fc10778c" +checksum = "5e952b621948e561e7859e0ef812b0ecdef7d035f26f52244e2d98cc8eff8678" dependencies = [ "psl-types", ] diff --git a/crates/handlers/Cargo.toml b/crates/handlers/Cargo.toml index 2b731c565..c71bad63c 100644 --- a/crates/handlers/Cargo.toml +++ b/crates/handlers/Cargo.toml @@ -75,7 +75,7 @@ elliptic-curve.workspace = true governor.workspace = true indexmap = "2.7.0" pkcs8.workspace = true -psl = "2.1.73" +psl = "2.1.79" time = "0.3.37" url.workspace = true mime = "0.3.17"