Skip to content

Commit 6e8d0de

Browse files
authored
fix(deps): update rust crate lambda_runtime to 1.0.2 (#121)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [lambda_runtime](https://redirect.github.com/aws/aws-lambda-rust-runtime) | dependencies | patch | `1.0.1` -> `1.0.2` | --- ### Release Notes <details> <summary>aws/aws-lambda-rust-runtime (lambda_runtime)</summary> ### [`v1.0.2`](https://redirect.github.com/aws/aws-lambda-rust-runtime/releases/tag/v1.0.2): [email protected], [email protected], [email protected] [Compare Source](https://redirect.github.com/aws/aws-lambda-rust-runtime/compare/v1.0.1...v1.0.2) This is a minor bug fix release. #### What's Changed - chore(docs): Fix grammar in uv install instructions by [@&#8203;jlizen](https://redirect.github.com/jlizen) in [#&#8203;1056](https://redirect.github.com/aws/aws-lambda-rust-runtime/pull/1056) - fix(lambda-runtime): ensure if a client disconnects while streaming, the handler does not panic by [@&#8203;zakhenry](https://redirect.github.com/zakhenry) in [#&#8203;1068](https://redirect.github.com/aws/aws-lambda-rust-runtime/pull/1068) - feat(‎lambda-events): Improve ergonomics of `SqsBatchResponse` and `KinesisEventResponse` by [@&#8203;lmammino](https://redirect.github.com/lmammino) in [#&#8203;1063](https://redirect.github.com/aws/aws-lambda-rust-runtime/pull/1063) - Assorted CI fixes by [@&#8203;jlizen](https://redirect.github.com/jlizen) in [#&#8203;1072](https://redirect.github.com/aws/aws-lambda-rust-runtime/pull/1072) - chore: bump version for release 1.0.2 by [@&#8203;bnusunny](https://redirect.github.com/bnusunny) in [#&#8203;1074](https://redirect.github.com/aws/aws-lambda-rust-runtime/pull/1074) #### New Contributors - [@&#8203;zakhenry](https://redirect.github.com/zakhenry) made their first contribution in [#&#8203;1068](https://redirect.github.com/aws/aws-lambda-rust-runtime/pull/1068) **Full Changelog**: <aws/aws-lambda-rust-runtime@v1.0.1...v1.0.2> </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 05:59 AM, on day 24 of the month ( * 0-5 24 * * ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/jerus-org/lambda_sqs). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi41OS4wIiwidXBkYXRlZEluVmVyIjoiNDIuNTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
2 parents 99f62bc + 921c98e commit 6e8d0de

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ exclude = [
2828
[dependencies]
2929
serde = { version = "1.0.228", features = ["derive"] }
3030
serde_json = "1.0.145"
31-
lambda_runtime = "1.0.1"
31+
lambda_runtime = "1.0.2"
3232

3333
[dev-dependencies]
3434
tokio = "1.48.0"

PRLOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
### Fixed
1111

1212
- deps: update dependency toolkit to v3(pr [#124])
13+
- deps: update rust crate lambda_runtime to 1.0.2(pr [#121])
1314

1415
## [0.2.37] - 2025-11-28
1516

@@ -411,6 +412,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
411412
[#118]: https://github.com/jerus-org/lambda_sqs/pull/118
412413
[#119]: https://github.com/jerus-org/lambda_sqs/pull/119
413414
[#124]: https://github.com/jerus-org/lambda_sqs/pull/124
415+
[#121]: https://github.com/jerus-org/lambda_sqs/pull/121
414416
[Unreleased]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.37...HEAD
415417
[0.2.37]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.36...v0.2.37
416418
[0.2.36]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.35...v0.2.36

0 commit comments

Comments
 (0)