Skip to content

Commit

Permalink
Bump moka from 0.12.9 to 0.12.10
Browse files Browse the repository at this point in the history
Bumps [moka](https://github.com/moka-rs/moka) from 0.12.9 to 0.12.10.
- [Changelog](https://github.com/moka-rs/moka/blob/main/CHANGELOG.md)
- [Commits](moka-rs/moka@v0.12.9...v0.12.10)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 6, 2025
1 parent 28b54a3 commit 2bc0ff5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 29 deletions.
38 changes: 10 additions & 28 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 transports/notifico-smtp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ lettre = { version = "0.11.11", default-features = false, features = [
serde = { version = "1.0.217", features = ["derive"] }
uuid = { workspace = true }
url = "2.5.4"
moka = { version = "0.12.9", features = ["future"] }
moka = { version = "0.12.10", features = ["future"] }
mime = "0.3.17"

notifico-core = { path = "../../notifico-core" }
Expand Down

0 comments on commit 2bc0ff5

Please sign in to comment.