File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ Unreleased]
9
+
10
+ ### Security
11
+
12
+ - Dependencies: update rust crate serde_json to 1.0.129(pr [ #51 ] )
13
+
8
14
## [ 0.2.9] - 2024-09-28
9
15
10
16
### Fixed
@@ -102,6 +108,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
102
108
[ #48 ] : https://github.com/jerus-org/lambda_sqs/pull/48
103
109
[ #49 ] : https://github.com/jerus-org/lambda_sqs/pull/49
104
110
[ #50 ] : https://github.com/jerus-org/lambda_sqs/pull/50
111
+ [ #51 ] : https://github.com/jerus-org/lambda_sqs/pull/51
112
+ [ Unreleased ] : https://github.com/jerus-org/lambda_sqs/compare/v0.2.9...HEAD
105
113
[ 0.2.9 ] : https://github.com/jerus-org/lambda_sqs/compare/v0.2.8...v0.2.9
106
114
[ 0.2.8 ] : https://github.com/jerus-org/lambda_sqs/compare/v0.2.7...v0.2.8
107
115
[ 0.2.7 ] : https://github.com/jerus-org/lambda_sqs/compare/v0.2.6...v0.2.7
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ exclude = [
26
26
27
27
[dependencies ]
28
28
serde = { version = " 1.0.210" , features = [" derive" ] }
29
- serde_json = " 1.0.128 "
29
+ serde_json = " 1.0.129 "
30
30
lambda_runtime = " 0.13.0"
31
31
32
32
[dev-dependencies ]
You can’t perform that action at this time.
0 commit comments