Skip to content

Commit f6acd85

Browse files
authored
Merge pull request #106 from jerus-org/renovate/serde-packages
fix(deps): update rust crate serde_json to 1.0.143
2 parents 5f5ee50 + d045482 commit f6acd85

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [Unreleased]
9+
10+
### Fixed
11+
12+
- deps: update rust crate serde_json to 1.0.143(pr [#106])
13+
814
## [0.2.33] - 2025-07-28
915

1016
### Changed
@@ -345,6 +351,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
345351
[#103]: https://github.com/jerus-org/lambda_sqs/pull/103
346352
[#104]: https://github.com/jerus-org/lambda_sqs/pull/104
347353
[#105]: https://github.com/jerus-org/lambda_sqs/pull/105
354+
[#106]: https://github.com/jerus-org/lambda_sqs/pull/106
355+
[Unreleased]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.33...HEAD
348356
[0.2.33]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.32...v0.2.33
349357
[0.2.32]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.31...v0.2.32
350358
[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.141"
30+
serde_json = "1.0.143"
3131
lambda_runtime = "0.14.3"
3232

3333
[dev-dependencies]

0 commit comments

Comments
 (0)