Skip to content

Commit 955758e

Browse files
authored
Merge pull request #103 from jerus-org/renovate/serde-packages
fix(deps): update rust crate serde_json to 1.0.141
2 parents 9ebb39c + 37be36a commit 955758e

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

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

1717
- deps: update rust crate lambda_runtime to 0.14.3(pr [#102])
18+
- deps: update rust crate serde_json to 1.0.141(pr [#103])
1819

1920
## [0.2.32] - 2025-06-28
2021

@@ -339,6 +340,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
339340
[#100]: https://github.com/jerus-org/lambda_sqs/pull/100
340341
[#101]: https://github.com/jerus-org/lambda_sqs/pull/101
341342
[#102]: https://github.com/jerus-org/lambda_sqs/pull/102
343+
[#103]: https://github.com/jerus-org/lambda_sqs/pull/103
342344
[Unreleased]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.32...HEAD
343345
[0.2.32]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.31...v0.2.32
344346
[0.2.31]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.30...v0.2.31

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
@@ -27,7 +27,7 @@ exclude = [
2727

2828
[dependencies]
2929
serde = { version = "1.0.219", features = ["derive"] }
30-
serde_json = "1.0.140"
30+
serde_json = "1.0.141"
3131
lambda_runtime = "0.14.3"
3232

3333
[dev-dependencies]

0 commit comments

Comments
 (0)