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"] }