Skip to content

Commit 1d01581

Browse files
authored
Merge pull request #72 from jerus-org/renovate/serde-packages
chore(deps): update rust crate serde_json to 1.0.135
2 parents 3c536dd + 8bba54b commit 1d01581

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+
### Security
11+
12+
- Dependencies: update rust crate serde_json to 1.0.135(pr [#72])
13+
814
## [0.2.19] - 2025-01-04
915

1016
### Security
@@ -197,6 +203,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
197203
[#69]: https://github.com/jerus-org/lambda_sqs/pull/69
198204
[#70]: https://github.com/jerus-org/lambda_sqs/pull/70
199205
[#71]: https://github.com/jerus-org/lambda_sqs/pull/71
206+
[#72]: https://github.com/jerus-org/lambda_sqs/pull/72
207+
[Unreleased]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.19...HEAD
200208
[0.2.19]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.18...v0.2.19
201209
[0.2.18]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.17...v0.2.18
202210
[0.2.17]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.16...v0.2.17

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.134"
29+
serde_json = "1.0.135"
3030
lambda_runtime = "0.13.0"
3131

3232
[dev-dependencies]

0 commit comments

Comments
 (0)