Skip to content

Commit

Permalink
Merge pull request #71 from jerus-org/renovate/serde-packages
Browse files Browse the repository at this point in the history
chore(deps): update rust crate serde to 1.0.217
  • Loading branch information
jerusdp authored Jan 3, 2025
2 parents 48a0c84 + cac38f2 commit 64ccc3f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 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 to 1.0.217(pr [#71])

## [0.2.18] - 2024-12-28

### Security
Expand Down Expand Up @@ -190,6 +196,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#68]: https://github.com/jerus-org/lambda_sqs/pull/68
[#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
[Unreleased]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.18...HEAD
[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
[0.2.16]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.15...v0.2.16
Expand Down
8 changes: 4 additions & 4 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 @@ -25,7 +25,7 @@ exclude = [
]

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

Expand Down

0 comments on commit 64ccc3f

Please sign in to comment.