Skip to content

Commit

Permalink
Merge pull request #72 from jerus-org/renovate/serde-packages
Browse files Browse the repository at this point in the history
chore(deps): update rust crate serde_json to 1.0.135
  • Loading branch information
jerusdp authored Jan 10, 2025
2 parents 3c536dd + 8bba54b commit 1d01581
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.135(pr [#72])

## [0.2.19] - 2025-01-04

### Security
Expand Down Expand Up @@ -197,6 +203,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#69]: https://github.com/jerus-org/lambda_sqs/pull/69
[#70]: https://github.com/jerus-org/lambda_sqs/pull/70
[#71]: https://github.com/jerus-org/lambda_sqs/pull/71
[#72]: https://github.com/jerus-org/lambda_sqs/pull/72
[Unreleased]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.19...HEAD
[0.2.19]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.18...v0.2.19
[0.2.18]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.17...v0.2.18
[0.2.17]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.16...v0.2.17
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ exclude = [

[dependencies]
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.134"
serde_json = "1.0.135"
lambda_runtime = "0.13.0"

[dev-dependencies]
Expand Down

0 comments on commit 1d01581

Please sign in to comment.