Skip to content

Commit

Permalink
Bump tokio from 0.1.20 to 1.8.4 in /workshop_serveless/ex4
Browse files Browse the repository at this point in the history
Bumps [tokio](https://github.com/tokio-rs/tokio) from 0.1.20 to 1.8.4.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-0.1.20...tokio-1.8.4)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 23, 2022
1 parent b313a26 commit 52ad26e
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 26 deletions.
62 changes: 37 additions & 25 deletions workshop_serveless/ex4/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 workshop_serveless/ex4/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ futures = "0.1"
futures-backoff = "0.1"
rusoto_core = "0.38"
uuid = { version = "0.7", features = ["v4"]}
tokio = "0.1"
tokio = "1.8"
lambda_runtime = "0.2.0"
lambda_runtime_errors = "0.1.0"
lambda_http = "0.1.0"
Expand Down

0 comments on commit 52ad26e

Please sign in to comment.