Skip to content

Commit

Permalink
Pin the version of email_address (#1195)
Browse files Browse the repository at this point in the history
  • Loading branch information
divergentdave authored Jul 24, 2024
1 parent 93f503b commit c3f2632
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ async-lock = "3.4.0"
async-session = "3.0.0"
base64 = "0.22.1"
console-subscriber = "0.3.0"
email_address = "0.2.5"
email_address = "=0.2.5"
fastrand = "2.1.0"
futures-lite = "2.3.0"
git-version = "0.3.9"
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ divviup-client = { workspace = true }
trillium-rustls = { version = "0.8.1", default-features = false }
trillium-tokio = "0.4.0"
serde = "1.0.204"
email_address = "0.2.5"
email_address = "=0.2.5"
humantime = "2.1.0"
base64 = "0.22.1"
time = { version = "0.3.36", features = [
Expand Down
2 changes: 1 addition & 1 deletion client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ admin = []

[dependencies]
base64 = "0.22.1"
email_address = "0.2.5"
email_address = "=0.2.5"
prio = "0.16"
serde = { version = "1.0.204", features = ["derive"] }
serde_json = "1.0.120"
Expand Down

0 comments on commit c3f2632

Please sign in to comment.