Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the minor group across 1 directory with 14 updates #118

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
103 changes: 60 additions & 43 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 @@ -21,7 +21,7 @@ tauri = { version = "^2.0.0-beta.10", features = [] }
tauri-plugin-dialog = "^2.0.0-beta.3"
tauri-plugin-fs = "^2.0.0-beta.2"
tauri-plugin-shell = "^2.0.0-beta.3"
thiserror = "^1.0.58"
thiserror = "^1.0.61"
whoami = "^1.5.1"

[features]
Expand Down
6 changes: 3 additions & 3 deletions lambda-smtp-relay/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ path = "./handler.rs"
[dependencies]
aws_lambda_events = "^0.15"
futures = "^0.3"
lambda_runtime = "^0.10"
lambda_runtime = "^0.11"
lettre = {version = "=0.11.2", default_features = false, features=["builder", "rustls-tls", "smtp-transport"]}
log = "^0.4"
rusoto_core = {version = "^0.48", default_features = false, features=["rustls"]}
Expand All @@ -26,5 +26,5 @@ rustls = "^0.21"
serde = "^1.0"
serde_derive = "^1.0"
stderrlog = "^0.6"
tokio = {version = "^1.36", features=["macros"]}
webpki-roots = "^0.25"
tokio = {version = "^1.37", features=["macros"]}
webpki-roots = "^0.26"
10 changes: 5 additions & 5 deletions notmuch-more/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ repository = "https://github.com/OJFord/amail"
[dependencies]
ammonia = "^3.1.2"
anyhow = "^1.0"
base64 = "^0.22.0"
chrono = "^0.4.35"
base64 = "^0.22.1"
chrono = "^0.4.38"
delegate = "^0.12.0"
email = "^0.0.21"
itertools = "^0.12.1"
itertools = "^0.13.0"
lettre = {version = "=0.11.2", default_features = false, features= ["builder", "rustls-tls", "smtp-transport"] }
mailparse = "^0.14.1"
mailparse = "^0.15.0"
mime_guess = "^2.0.4"
notmuch = "^0.8.0"
regex = "^1.10.4"
serde = { version = "^1.0", features = ["derive"] }
tempfile = "^3.10.1"
textwrap = "^0.16.1"
thiserror = "^1.0.58"
thiserror = "^1.0.61"
Loading