From beedf0c7a9efd14b62c5ad860a02d9bd667538aa Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 23 Apr 2024 15:01:26 +0000 Subject: [PATCH] Update Rust crate lettre to 0.11.7 --- Cargo.lock | 25 ++++--------------------- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 22 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 86d48c1..42ea5df 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -838,17 +838,6 @@ dependencies = [ "windows-sys", ] -[[package]] -name = "hostname" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867" -dependencies = [ - "libc", - "match_cfg", - "winapi", -] - [[package]] name = "hostname" version = "0.4.0" @@ -1330,9 +1319,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" [[package]] name = "lettre" -version = "0.11.6" +version = "0.11.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "47460276655930189e0919e4fbf46e46476b14f934f18a63dd726a5fb7b60e2e" +checksum = "1a62049a808f1c4e2356a2a380bd5f2aca3b011b0b482cf3b914ba1731426969" dependencies = [ "async-trait", "base64 0.22.0", @@ -1342,7 +1331,7 @@ dependencies = [ "fastrand", "futures-io", "futures-util", - "hostname 0.3.1", + "hostname", "httpdate", "idna", "mime", @@ -1445,12 +1434,6 @@ version = "0.4.20" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" -[[package]] -name = "match_cfg" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4" - [[package]] name = "matchit" version = "0.7.3" @@ -2303,7 +2286,7 @@ version = "0.32.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "eba8870c5dba2bfd9db25c75574a11429f6b95957b0a78ac02e2970dd7a5249a" dependencies = [ - "hostname 0.4.0", + "hostname", "libc", "os_info", "rustc_version", diff --git a/Cargo.toml b/Cargo.toml index 1f85faa..4b3fe8d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ eyre = "0.6.12" git2 = "0.18.3" k8s-openapi = { version = "0.20.0", features = ["v1_26"] } kube = { version = "0.87.2", features = ["derive", "runtime"] } -lettre = { version = "0.11.6", features = ["tokio1", "tracing", "tokio1-native-tls"] } +lettre = { version = "0.11.7", features = ["tokio1", "tracing", "tokio1-native-tls"] } mustache = "0.9.0" once_cell = "1.19.0" owo-colors = { version = "4.0.0", features = ["supports-colors"] }