Skip to content

Commit 4d33d59

Browse files
authored
Merge pull request #82 from jerus-org/renovate/serde-packages
chore(deps): update serde packages
2 parents f9dcd7f + 2f974a0 commit 4d33d59

File tree

3 files changed

+16
-8
lines changed

3 files changed

+16
-8
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 serde packages(pr [#82])
13+
814
## [0.2.22] - 2025-02-01
915

1016
### Security
@@ -235,6 +241,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
235241
[#79]: https://github.com/jerus-org/lambda_sqs/pull/79
236242
[#80]: https://github.com/jerus-org/lambda_sqs/pull/80
237243
[#81]: https://github.com/jerus-org/lambda_sqs/pull/81
244+
[#82]: https://github.com/jerus-org/lambda_sqs/pull/82
245+
[Unreleased]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.22...HEAD
238246
[0.2.22]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.21...v0.2.22
239247
[0.2.21]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.20...v0.2.21
240248
[0.2.20]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.19...v0.2.20

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ exclude = [
2525
]
2626

2727
[dependencies]
28-
serde = { version = "1.0.217", features = ["derive"] }
29-
serde_json = "1.0.138"
28+
serde = { version = "1.0.218", features = ["derive"] }
29+
serde_json = "1.0.139"
3030
lambda_runtime = "0.13.0"
3131

3232
[dev-dependencies]

0 commit comments

Comments
 (0)