Skip to content

Commit

Permalink
fix: Work around breaking change introduced in email_address
Browse files Browse the repository at this point in the history
  • Loading branch information
RemiBardon committed Jul 25, 2024
1 parent 5a89640 commit 73c9954
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
9 changes: 7 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ async-trait = "0.1"
base64 = "0.22"
chrono = "0.4"
cucumber = "0.21"
email_address = "0.2"
# See <https://github.com/johnstonskj/rust-email_address/issues/29>.
email_address = { git = "https://github.com/johnstonskj/rust-email_address.git", rev = "b4296cd4ff621b27da55bb5182558e0ce691c611" }
figment = { version = "0.10", features = ["toml"] }
form_urlencoded = "1"
futures = "0.3"
Expand Down

0 comments on commit 73c9954

Please sign in to comment.