From a74b04d175bac8d61e15b6b39d67b0bee714e97a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 21:55:41 +0000 Subject: [PATCH] chore(cargo): bump quoted_printable from 0.5.0 to 0.5.1 Bumps [quoted_printable](https://github.com/staktrace/quoted-printable) from 0.5.0 to 0.5.1. - [Commits](https://github.com/staktrace/quoted-printable/compare/v0.5.0...v0.5.1) --- updated-dependencies: - dependency-name: quoted_printable 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 09e72d87b..b5b751dbb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5181,9 +5181,9 @@ dependencies = [ [[package]] name = "quoted_printable" -version = "0.5.0" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79ec282e887b434b68c18fe5c121d38e72a5cf35119b59e54ec5b992ea9c8eb0" +checksum = "640c9bd8497b02465aeef5375144c26062e0dcd5939dfcbb0f5db76cb8c17c73" [[package]] name = "radium"