File tree Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Expand file tree Collapse file tree 3 files changed +12
-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.133(pr [ #65 ] )
13
+
8
14
## [ 0.2.14] - 2024-11-16
9
15
10
16
### Security
@@ -158,6 +164,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
158
164
[ #63 ] : https://github.com/jerus-org/lambda_sqs/pull/63
159
165
[ #61 ] : https://github.com/jerus-org/lambda_sqs/pull/61
160
166
[ #64 ] : https://github.com/jerus-org/lambda_sqs/pull/64
167
+ [ #65 ] : https://github.com/jerus-org/lambda_sqs/pull/65
168
+ [ Unreleased ] : https://github.com/jerus-org/lambda_sqs/compare/v0.2.14...HEAD
161
169
[ 0.2.14 ] : https://github.com/jerus-org/lambda_sqs/compare/v0.2.13...v0.2.14
162
170
[ 0.2.13 ] : https://github.com/jerus-org/lambda_sqs/compare/v0.2.12...v0.2.13
163
171
[ 0.2.12 ] : https://github.com/jerus-org/lambda_sqs/compare/v0.2.11...v0.2.12
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.215" , features = [" derive" ] }
29
- serde_json = " 1.0.132 "
29
+ serde_json = " 1.0.133 "
30
30
lambda_runtime = " 0.13.0"
31
31
32
32
[dev-dependencies ]
Original file line number Diff line number Diff line change 2
2
"$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3
3
"dependencyDashboard" : true ,
4
4
"rangeStrategy" : " bump" ,
5
+ "schedule" : [
6
+ " before 6am on Friday"
7
+ ],
5
8
"packageRules" : [
6
9
{
7
10
"matchPackagePatterns" : [
You can’t perform that action at this time.
0 commit comments