From 9ab1e2c770e675afd9470bcb4024bc9392d73346 Mon Sep 17 00:00:00 2001 From: Kisaragi Marine Date: Tue, 23 Jul 2024 06:11:46 +0900 Subject: [PATCH] chore(deps): downgrade rust crate email_address to 0.2.5 see https://github.com/johnstonskj/rust-email_address/issues/29 for more info --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b925592..0175ca6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -253,9 +253,9 @@ dependencies = [ [[package]] name = "email_address" -version = "0.2.7" +version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46b7a0ac6570e31bfe2c6cf575a576a55af9893d1a6b30b4444e6e90b216bb84" +checksum = "c1019fa28f600f5b581b7a603d515c3f1635da041ca211b5055804788673abfe" dependencies = [ "serde", ] diff --git a/Cargo.toml b/Cargo.toml index 99dd33e..ce6b739 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ base64 = "0.22.1" chrono = { version = "0.4.38", features = ["serde"] } clap = { version = "4.5.4", features = ["derive"] } derive_more = "0.99.17" -email_address = "0.2.4" +email_address = "=0.2.5" fern = { git = "https://github.com/KisaragiEffective/fern", branch = "kisaragieffective", version = "0.6.2-kisaragi-5", features = ["min_colored"] } log = "0.4.21" once_cell = "1.19.0"