diff --git a/CHANGELOG.md b/CHANGELOG.md index 38fe8fe..2fc3e97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] + +### Security + +- Dependencies: update rust crate serde_json to 1.0.133(pr [#65]) + ## [0.2.14] - 2024-11-16 ### Security @@ -158,6 +164,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#63]: https://github.com/jerus-org/lambda_sqs/pull/63 [#61]: https://github.com/jerus-org/lambda_sqs/pull/61 [#64]: https://github.com/jerus-org/lambda_sqs/pull/64 +[#65]: https://github.com/jerus-org/lambda_sqs/pull/65 +[Unreleased]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.14...HEAD [0.2.14]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.13...v0.2.14 [0.2.13]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.12...v0.2.13 [0.2.12]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.11...v0.2.12 diff --git a/Cargo.toml b/Cargo.toml index 4f948e6..a39c3c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ exclude = [ [dependencies] serde = { version = "1.0.215", features = ["derive"] } -serde_json = "1.0.132" +serde_json = "1.0.133" lambda_runtime = "0.13.0" [dev-dependencies] diff --git a/renovate.json b/renovate.json index d053f14..a2bf19c 100644 --- a/renovate.json +++ b/renovate.json @@ -2,6 +2,9 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "dependencyDashboard": true, "rangeStrategy": "bump", + "schedule": [ + "before 6am on Friday" + ], "packageRules": [ { "matchPackagePatterns": [