Skip to content

Commit

Permalink
Bump the minor group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the minor group with 4 updates: [anyhow](https://github.com/dtolnay/anyhow), [tauri](https://github.com/tauri-apps/tauri), [thiserror](https://github.com/dtolnay/thiserror) and [webpki-roots](https://github.com/rustls/webpki-roots).


Updates `anyhow` from 1.0.80 to 1.0.81
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.80...1.0.81)

Updates `tauri` from 1.6.0 to 1.6.1
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](tauri-apps/tauri@tauri-v1.6.0...tauri-v1.6.1)

Updates `thiserror` from 1.0.57 to 1.0.58
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.57...1.0.58)

Updates `webpki-roots` from 0.23.1 to 0.26.1
- [Release notes](https://github.com/rustls/webpki-roots/releases)
- [Commits](rustls/webpki-roots@v/0.23.1...v/0.26.1)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: tauri
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: webpki-roots
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 18, 2024
1 parent 2dd5102 commit 7dbbf29
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 14 deletions.
35 changes: 25 additions & 10 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions eml-client/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ tauri-build = { version = "^1.5.1", features = [] }
ammonia = "^3.1.2"
anyhow = "^1.0"
notmuch-more = "^0.0.0"
tauri = { version = "^1.6.0", features = ["dialog-open", "dialog-save", "fs-write-file", "path-all", "shell-open"] }
thiserror = "^1.0.57"
tauri = { version = "^1.6.1", features = ["dialog-open", "dialog-save", "fs-write-file", "path-all", "shell-open"] }
thiserror = "^1.0.58"
whoami = "^1.5.1"

[features]
Expand Down
2 changes: 1 addition & 1 deletion lambda-smtp-relay/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ serde = "^1.0"
serde_derive = "^1.0"
stderrlog = "^0.6"
tokio = {version = "^1.29", features=["macros"]}
webpki-roots = "^0.23"
webpki-roots = "^0.26"
2 changes: 1 addition & 1 deletion notmuch-more/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ regex = "^1.10.3"
serde = { version = "^1.0", features = ["derive"] }
tempfile = "^3.10.1"
textwrap = "^0.16.1"
thiserror = "^1.0.57"
thiserror = "^1.0.58"

0 comments on commit 7dbbf29

Please sign in to comment.