From 2998abe0d97adfe33e9aab70116790aa0cd97679 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 13:43:15 +0000 Subject: [PATCH] build(deps): bump psl from 2.1.70 to 2.1.72 Bumps [psl](https://github.com/addr-rs/psl) from 2.1.70 to 2.1.72. - [Release notes](https://github.com/addr-rs/psl/releases) - [Commits](https://github.com/addr-rs/psl/compare/v2.1.70...v2.1.72) --- updated-dependencies: - dependency-name: psl dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- crates/handlers/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ee8bc4e63..b53b04d77 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4070,7 +4070,7 @@ dependencies = [ "sha1", "sha2", "sprintf", - "thiserror 1.0.69", + "thiserror 2.0.7", "tokio", "tracing", "urlencoding", @@ -4731,9 +4731,9 @@ checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94" [[package]] name = "psl" -version = "2.1.70" +version = "2.1.72" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "964da327da54c7b63fb3973d28dcfebd2de43432a8c9ca4aea11d833830b56fa" +checksum = "699f79b15ea465a0a1ef3c7f0ef2b6b6782a2f720f3587428f0eea37f5c1d3b9" dependencies = [ "psl-types", ] diff --git a/crates/handlers/Cargo.toml b/crates/handlers/Cargo.toml index 8299f7eb6..5070b665b 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.70" +psl = "2.1.72" time = "0.3.37" url.workspace = true mime = "0.3.17"