Skip to content

Commit

Permalink
Bump the cargo group across 1 directory with 1 update
Browse files Browse the repository at this point in the history
Updates the requirements on [tokio](https://github.com/tokio-rs/tokio) to permit the latest version.

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

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
  dependency-group: cargo-security-group
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 11, 2024
1 parent 4baf968 commit 58c508e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lambda-smtp-relay/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ rustls = "^0.16"
serde = "^1.0"
serde_derive = "^1.0"
stderrlog = "^0.4"
tokio = "^0.2"
tokio = "^1.36"
webpki-roots = "^0.19"

0 comments on commit 58c508e

Please sign in to comment.