From 0df11882c2be51e6cabd48c8f96a2957c3a0efd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 16:41:02 +0000 Subject: [PATCH] build(deps): bump lettre from 0.11.0 to 0.11.1 Bumps [lettre](https://github.com/lettre/lettre) from 0.11.0 to 0.11.1. - [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.0...v0.11.1) --- updated-dependencies: - dependency-name: lettre dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 473449a..da21272 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2111,9 +2111,9 @@ dependencies = [ [[package]] name = "lettre" -version = "0.11.0" +version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d47084ad58f99c26816d174702f60e873f861fcef3f9bd6075b4ad2dd72d07d5" +checksum = "a466bc111374ccf4d90877dba636924a2185e67e5be4b35d32043199365097b2" dependencies = [ "base64 0.21.3", "chumsky", diff --git a/Cargo.toml b/Cargo.toml index f236d9f..316c59c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ chrono = "0.4.31" surrealdb = { git = "https://github.com/pesca-dev/surrealdb.git", tag = "v1.0.0-beta.9+20230402", optional = true } tracing = "0.1.40" tracing-subscriber = "0.3.17" -lettre = { version = "0.11.0", optional = true } +lettre = { version = "0.11.1", optional = true } jwt = { version = "0.16.0", optional = true } hmac = { version = "0.12.1", optional = true } sha2 = { version = "0.10.8", optional = true }