Skip to content

Commit

Permalink
Merge pull request #81 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.138
  • Loading branch information
jerusdp authored Jan 31, 2025
2 parents f42b2e8 + 7ff8aa8 commit 524e5a5
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.138(pr [#81])

## [0.2.21] - 2025-01-25

### Changed
Expand Down Expand Up @@ -228,6 +234,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#78]: https://github.com/jerus-org/lambda_sqs/pull/78
[#79]: https://github.com/jerus-org/lambda_sqs/pull/79
[#80]: https://github.com/jerus-org/lambda_sqs/pull/80
[#81]: https://github.com/jerus-org/lambda_sqs/pull/81
[Unreleased]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.21...HEAD
[0.2.21]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.20...v0.2.21
[0.2.20]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.19...v0.2.20
[0.2.19]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.18...v0.2.19
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.137"
serde_json = "1.0.138"
lambda_runtime = "0.13.0"

[dev-dependencies]
Expand Down

0 comments on commit 524e5a5

Please sign in to comment.