Skip to content

Commit d82497c

Browse files
authored
Merge pull request #51 from jerus-org/renovate/serde-packages
chore(deps): update rust crate serde_json to 1.0.129
2 parents 887b59a + 5a763e5 commit d82497c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
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+
### Security
11+
12+
- Dependencies: update rust crate serde_json to 1.0.129(pr [#51])
13+
814
## [0.2.9] - 2024-09-28
915

1016
### Fixed
@@ -102,6 +108,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
102108
[#48]: https://github.com/jerus-org/lambda_sqs/pull/48
103109
[#49]: https://github.com/jerus-org/lambda_sqs/pull/49
104110
[#50]: https://github.com/jerus-org/lambda_sqs/pull/50
111+
[#51]: https://github.com/jerus-org/lambda_sqs/pull/51
112+
[Unreleased]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.9...HEAD
105113
[0.2.9]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.8...v0.2.9
106114
[0.2.8]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.7...v0.2.8
107115
[0.2.7]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.6...v0.2.7

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.210", features = ["derive"] }
29-
serde_json = "1.0.128"
29+
serde_json = "1.0.129"
3030
lambda_runtime = "0.13.0"
3131

3232
[dev-dependencies]

0 commit comments

Comments
 (0)