Skip to content

Commit fd5b2b7

Browse files
authored
Merge pull request #65 from jerus-org/renovate/serde-packages
chore(deps): update rust crate serde_json to 1.0.133
2 parents 2549c87 + 92b42ac commit fd5b2b7

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [Unreleased]
9+
10+
### Security
11+
12+
- Dependencies: update rust crate serde_json to 1.0.133(pr [#65])
13+
814
## [0.2.14] - 2024-11-16
915

1016
### Security
@@ -158,6 +164,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
158164
[#63]: https://github.com/jerus-org/lambda_sqs/pull/63
159165
[#61]: https://github.com/jerus-org/lambda_sqs/pull/61
160166
[#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
161169
[0.2.14]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.13...v0.2.14
162170
[0.2.13]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.12...v0.2.13
163171
[0.2.12]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.11...v0.2.12

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ exclude = [
2626

2727
[dependencies]
2828
serde = { version = "1.0.215", features = ["derive"] }
29-
serde_json = "1.0.132"
29+
serde_json = "1.0.133"
3030
lambda_runtime = "0.13.0"
3131

3232
[dev-dependencies]

renovate.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"dependencyDashboard": true,
44
"rangeStrategy": "bump",
5+
"schedule": [
6+
"before 6am on Friday"
7+
],
58
"packageRules": [
69
{
710
"matchPackagePatterns": [

0 commit comments

Comments
 (0)