Skip to content

Commit

Permalink
chore(deps): bump async-imap from 0.8.0 to 0.9.3
Browse files Browse the repository at this point in the history
Bumps [async-imap](https://github.com/async-email/async-imap) from 0.8.0 to 0.9.3.
- [Changelog](https://github.com/async-email/async-imap/blob/main/CHANGELOG.md)
- [Commits](async-email/async-imap@v0.8.0...v0.9.3)

---
updated-dependencies:
- dependency-name: async-imap
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Nov 6, 2023
1 parent 3c1bcb9 commit b9beb13
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 100 deletions.
153 changes: 54 additions & 99 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 @@ -15,7 +15,7 @@ description = "A multi protocol email client"

[dependencies]
# Imap
async-imap = { version = "0.8.0", default-features = false, optional = true }
async-imap = { version = "0.9.3", default-features = false, optional = true }

# Pop
async-pop = { version = "1.1.0", default-features = false, features = [
Expand Down

0 comments on commit b9beb13

Please sign in to comment.