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
10
10
### Security
11
11
12
12
- Dependencies: update dependency toolkit to v1.14.0(pr [ #57 ] )
13
+ - Dependencies: update rust crate serde to 1.0.214(pr [ #58 ] )
13
14
14
15
## [ 0.2.11] - 2024-10-26
15
16
@@ -131,6 +132,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
131
132
[ #55 ] : https://github.com/jerus-org/lambda_sqs/pull/55
132
133
[ #56 ] : https://github.com/jerus-org/lambda_sqs/pull/56
133
134
[ #57 ] : https://github.com/jerus-org/lambda_sqs/pull/57
135
+ [ #58 ] : https://github.com/jerus-org/lambda_sqs/pull/58
134
136
[ Unreleased ] : https://github.com/jerus-org/lambda_sqs/compare/v0.2.11...HEAD
135
137
[ 0.2.11 ] : https://github.com/jerus-org/lambda_sqs/compare/v0.2.10...v0.2.11
136
138
[ 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 = [
25
25
]
26
26
27
27
[dependencies ]
28
- serde = { version = " 1.0.213 " , features = [" derive" ] }
28
+ serde = { version = " 1.0.214 " , features = [" derive" ] }
29
29
serde_json = " 1.0.132"
30
30
lambda_runtime = " 0.13.0"
31
31
You can’t perform that action at this time.
0 commit comments