Skip to content

Commit 9ebb39c

Browse files
authored
Merge pull request #102 from jerus-org/renovate/lambda_runtime-0.x
fix(deps): update rust crate lambda_runtime to 0.14.3
2 parents 44f3486 + 9c5ff4c commit 9ebb39c

File tree

3 files changed

+31
-12
lines changed

3 files changed

+31
-12
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
- 💄 style(domain)-enhance readability with format string(pr [#100])
1313
- 🔧 chore(config)-streamline renovate configuration(pr [#101])
1414

15+
### Fixed
16+
17+
- deps: update rust crate lambda_runtime to 0.14.3(pr [#102])
18+
1519
## [0.2.32] - 2025-06-28
1620

1721
### Security
@@ -334,6 +338,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
334338
[#99]: https://github.com/jerus-org/lambda_sqs/pull/99
335339
[#100]: https://github.com/jerus-org/lambda_sqs/pull/100
336340
[#101]: https://github.com/jerus-org/lambda_sqs/pull/101
341+
[#102]: https://github.com/jerus-org/lambda_sqs/pull/102
337342
[Unreleased]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.32...HEAD
338343
[0.2.32]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.31...v0.2.32
339344
[0.2.31]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.30...v0.2.31

Cargo.lock

Lines changed: 25 additions & 11 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.219", features = ["derive"] }
3030
serde_json = "1.0.140"
31-
lambda_runtime = "0.14.2"
31+
lambda_runtime = "0.14.3"
3232

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

0 commit comments

Comments
 (0)