Skip to content

Commit 96fb473

Browse files
authored
Merge pull request #64 from jerus-org/renovate/serde-packages
chore(deps): update rust crate serde to 1.0.215
2 parents 7250267 + cffade7 commit 96fb473

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 to 1.0.215(pr [#64])
13+
814
## [0.2.13] - 2024-11-09
915

1016
### Changed
@@ -151,6 +157,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
151157
[#62]: https://github.com/jerus-org/lambda_sqs/pull/62
152158
[#63]: https://github.com/jerus-org/lambda_sqs/pull/63
153159
[#61]: https://github.com/jerus-org/lambda_sqs/pull/61
160+
[#64]: https://github.com/jerus-org/lambda_sqs/pull/64
161+
[Unreleased]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.13...HEAD
154162
[0.2.13]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.12...v0.2.13
155163
[0.2.12]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.11...v0.2.12
156164
[0.2.11]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.10...v0.2.11

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.214", features = ["derive"] }
28+
serde = { version = "1.0.215", features = ["derive"] }
2929
serde_json = "1.0.132"
3030
lambda_runtime = "0.13.0"
3131

0 commit comments

Comments
 (0)