From d0fefc95a3a9fb70e5ef210acfc6969cf63c9bd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 16:12:41 +0000 Subject: [PATCH] build(deps): bump lettre from 0.11.2 to 0.11.3 Bumps [lettre](https://github.com/lettre/lettre) from 0.11.2 to 0.11.3. - [Release notes](https://github.com/lettre/lettre/releases) - [Changelog](https://github.com/lettre/lettre/blob/master/CHANGELOG.md) - [Commits](https://github.com/lettre/lettre/compare/v0.11.2...v0.11.3) --- updated-dependencies: - dependency-name: lettre dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 ++--- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a458cfa..83ef907 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2423,9 +2423,9 @@ dependencies = [ [[package]] name = "lettre" -version = "0.11.2" +version = "0.11.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a48c2e9831b370bc2d7233c2620298c45f3a158ed6b4b8d7416b2ada5a268fd8" +checksum = "f5aaf628956b6b0852e12ac3505d20d7a12ecc1e32d5ea921f002af4a74036a5" dependencies = [ "base64 0.21.5", "chumsky", @@ -2439,7 +2439,6 @@ dependencies = [ "mime", "native-tls", "nom", - "once_cell", "quoted_printable", "socket2 0.5.5", "tokio", diff --git a/Cargo.toml b/Cargo.toml index f9d5be8..ac253a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ chrono = "0.4.31" tracing = "0.1.40" surrealdb = { version = "1.0.0", optional = true } tracing-subscriber = "0.3.18" -lettre = { version = "0.11.2", optional = true } +lettre = { version = "0.11.3", optional = true } jwt = { version = "0.16.0", optional = true } hmac = { version = "0.12.1", optional = true } sha2 = { version = "0.10.8", optional = true }