From 0e468facb83dae69519368b5e23885b07292555f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 11:10:39 +0000 Subject: [PATCH] build(deps): update email-address-parser requirement from 1.0 to 2.0 Updates the requirements on [email-address-parser](https://github.com/Sayan751/email-address-parser) to permit the latest version. - [Release notes](https://github.com/Sayan751/email-address-parser/releases) - [Changelog](https://github.com/Sayan751/email-address-parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/Sayan751/email-address-parser/compare/v1.0.0...v2.0.0) --- updated-dependencies: - dependency-name: email-address-parser dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 7b22424a..e2978424 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -82,7 +82,7 @@ tokio = { version = "1.16", features = ["macros", "rt-multi-thread"] } criterion = { version = "0.5", features = ["async_std", "html_reports"] } actix-web = { version = "4.2", default-features = false, features = ["macros"] } uuid = "1.1" -email-address-parser = "1.0" +email-address-parser = "2.0" prost = "0.11" asserhttp = { version = "0.6", features = ["surf", "isahc", "reqwest", "actix", "tonic"] }