Skip to content

Commit 3480883

Browse files
authored
Merge pull request #86 from jerus-org/renovate/serde-packages
chore(deps): update rust crate serde to 1.0.219
2 parents 9f317c4 + f370213 commit 3480883

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
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 to 1.0.219(pr [#86])
13+
814
## [0.2.25] - 2025-03-08
915

1016
### Security
@@ -258,6 +264,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
258264
[#83]: https://github.com/jerus-org/lambda_sqs/pull/83
259265
[#84]: https://github.com/jerus-org/lambda_sqs/pull/84
260266
[#85]: https://github.com/jerus-org/lambda_sqs/pull/85
267+
[#86]: https://github.com/jerus-org/lambda_sqs/pull/86
268+
[Unreleased]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.25...HEAD
261269
[0.2.25]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.24...v0.2.25
262270
[0.2.24]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.23...v0.2.24
263271
[0.2.23]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.22...v0.2.23

Cargo.lock

Lines changed: 4 additions & 4 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
@@ -25,7 +25,7 @@ exclude = [
2525
]
2626

2727
[dependencies]
28-
serde = { version = "1.0.218", features = ["derive"] }
28+
serde = { version = "1.0.219", features = ["derive"] }
2929
serde_json = "1.0.140"
3030
lambda_runtime = "0.13.0"
3131

0 commit comments

Comments
 (0)