Skip to content

Commit

Permalink
Bump ammonia from 3.3.0 to 4.0.0
Browse files Browse the repository at this point in the history
Bumps [ammonia](https://github.com/rust-ammonia/ammonia) from 3.3.0 to 4.0.0.
- [Release notes](https://github.com/rust-ammonia/ammonia/releases)
- [Changelog](https://github.com/rust-ammonia/ammonia/blob/master/CHANGELOG.md)
- [Commits](rust-ammonia/ammonia@v3.3.0...v4.0.0)

---
updated-dependencies:
- dependency-name: ammonia
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 1, 2024
1 parent cf52bbc commit c9c26c4
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 9 deletions.
52 changes: 45 additions & 7 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 eml-client/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ build = "src/build.rs"
tauri-build = { version = "^2.0.0-beta", features = [] }

[dependencies]
ammonia = "^3.1.2"
ammonia = "^4.0.0"
anyhow = "^1.0"
notmuch-more = "^0.0.0"
serde_json = "^1.0"
Expand Down
2 changes: 1 addition & 1 deletion notmuch-more/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license-file = "../LICENCE"
repository = "https://github.com/OJFord/amail"

[dependencies]
ammonia = "^3.1.2"
ammonia = "^4.0.0"
anyhow = "^1.0"
base64 = "^0.22.0"
chrono = "^0.4.35"
Expand Down

0 comments on commit c9c26c4

Please sign in to comment.