File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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" ] }
2929serde_json = " 1.0.132"
3030lambda_runtime = " 0.13.0"
3131
You can’t perform that action at this time.
0 commit comments