Skip to content

Commit e38d338

Browse files
authored
Merge pull request #58 from jerus-org/renovate/serde-packages
chore(deps): update rust crate serde to 1.0.214
2 parents 4f6c5ec + 4b902ea commit e38d338

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
### Security
1111

1212
- Dependencies: update dependency toolkit to v1.14.0(pr [#57])
13+
- Dependencies: update rust crate serde to 1.0.214(pr [#58])
1314

1415
## [0.2.11] - 2024-10-26
1516

@@ -131,6 +132,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
131132
[#55]: https://github.com/jerus-org/lambda_sqs/pull/55
132133
[#56]: https://github.com/jerus-org/lambda_sqs/pull/56
133134
[#57]: https://github.com/jerus-org/lambda_sqs/pull/57
135+
[#58]: https://github.com/jerus-org/lambda_sqs/pull/58
134136
[Unreleased]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.11...HEAD
135137
[0.2.11]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.10...v0.2.11
136138
[0.2.10]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.9...v0.2.10

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

0 commit comments

Comments
 (0)