Skip to content

Commit

Permalink
Bump email_address from 0.2.4 to 0.2.5 (#1161)
Browse files Browse the repository at this point in the history
Bumps [email_address](https://github.com/johnstonskj/rust-email_address) from 0.2.4 to 0.2.5.
- [Commits](johnstonskj/rust-email_address@v0.2.4...v0.2.5)

---
updated-dependencies:
- dependency-name: email_address
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jul 8, 2024
1 parent 6153f23 commit 90fb147
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

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.4"
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.203"
email_address = "0.2.4"
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.4"
email_address = "0.2.5"
prio = "0.16"
serde = { version = "1.0.203", features = ["derive"] }
serde_json = "1.0.120"
Expand Down

0 comments on commit 90fb147

Please sign in to comment.