awslabs / aws-lambda-rust-runtime

A Rust runtime for AWS Lambda
Apache License 2.0
3.36k stars 343 forks source link

Update to tower 0.5 #929

Closed GeorgeHahn closed 1 month ago

GeorgeHahn commented 1 month ago

Hi, hope things are going well! This PR updates the tower crate to version 0.5. Relevant release notes: v0.5.0 release notes. Note I was unable to run the integration tests locally. I can set that up if CI doesn't pass.

📬 Issue #, if available: N/A

✍️ Description of changes: Update the tower crate to version 0.5.

🔏 By submitting this pull request

GeorgeHahn commented 1 month ago

You as well David!

Pushed two commits. One updates tower in a place I missed, and the other fixes the example that broke.