Skip to content

Commit

Permalink
Bump the minor group with 5 updates
Browse files Browse the repository at this point in the history
Bumps the minor group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [serde_json](https://github.com/serde-rs/json) | `1.0.114` | `1.0.115` |
| [lambda_runtime](https://github.com/awslabs/aws-lambda-rust-runtime) | `0.10.0` | `0.11.1` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.36.0` | `1.37.0` |
| [webpki-roots](https://github.com/rustls/webpki-roots) | `0.25.4` | `0.26.1` |
| [chrono](https://github.com/chronotope/chrono) | `0.4.35` | `0.4.37` |


Updates `serde_json` from 1.0.114 to 1.0.115
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.114...v1.0.115)

Updates `lambda_runtime` from 0.10.0 to 0.11.1
- [Release notes](https://github.com/awslabs/aws-lambda-rust-runtime/releases)
- [Commits](awslabs/aws-lambda-rust-runtime@lambda-http-0.10.0...lambda-http-0.11.1)

Updates `tokio` from 1.36.0 to 1.37.0
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.36.0...tokio-1.37.0)

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

Updates `chrono` from 0.4.35 to 0.4.37
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
- [Commits](chronotope/chrono@v0.4.35...v0.4.37)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: lambda_runtime
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: webpki-roots
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: chrono
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 1, 2024
1 parent cf52bbc commit 10b47c8
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 16 deletions.
41 changes: 29 additions & 12 deletions Cargo.lock

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

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"
2 changes: 1 addition & 1 deletion notmuch-more/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repository = "https://github.com/OJFord/amail"
ammonia = "^3.1.2"
anyhow = "^1.0"
base64 = "^0.22.0"
chrono = "^0.4.35"
chrono = "^0.4.37"
delegate = "^0.12.0"
email = "^0.0.21"
itertools = "^0.12.1"
Expand Down

0 comments on commit 10b47c8

Please sign in to comment.