Skip to content

Commit

Permalink
build(deps): update email-address-parser requirement from 1.0 to 2.0
Browse files Browse the repository at this point in the history
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](Sayan751/email-address-parser@v1.0.0...v2.0.0)

---
updated-dependencies:
- dependency-name: email-address-parser
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and beltram committed Jun 28, 2023
1 parent f83723b commit ac452f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down

0 comments on commit ac452f8

Please sign in to comment.