Skip to content

Commit 4550b95

Browse files
authored
Merge pull request #77 from jerus-org/renovate/serde-packages
chore(deps): update rust crate serde_json to 1.0.137
2 parents b7d8129 + c9f5d79 commit 4550b95

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

1616
- Dependencies: update dependency toolkit to v2(pr [#74])
1717
- Dependencies: update dependency toolkit to v2.0.4(pr [#76])
18+
- Dependencies: update rust crate serde_json to 1.0.137(pr [#77])
1819

1920
## [0.2.20] - 2025-01-11
2021

@@ -220,6 +221,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
220221
[#74]: https://github.com/jerus-org/lambda_sqs/pull/74
221222
[#75]: https://github.com/jerus-org/lambda_sqs/pull/75
222223
[#76]: https://github.com/jerus-org/lambda_sqs/pull/76
224+
[#77]: https://github.com/jerus-org/lambda_sqs/pull/77
223225
[Unreleased]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.20...HEAD
224226
[0.2.20]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.19...v0.2.20
225227
[0.2.19]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.18...v0.2.19

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
@@ -26,7 +26,7 @@ exclude = [
2626

2727
[dependencies]
2828
serde = { version = "1.0.217", features = ["derive"] }
29-
serde_json = "1.0.135"
29+
serde_json = "1.0.137"
3030
lambda_runtime = "0.13.0"
3131

3232
[dev-dependencies]

0 commit comments

Comments
 (0)