Skip to content

Commit 203385f

Browse files
authored
Merge pull request #67 from jerus-org/renovate/serde-packages
chore(deps): update rust crate serde to 1.0.216
2 parents 52f2957 + c0bc2e1 commit 203385f

File tree

5 files changed

+116
-125
lines changed

5 files changed

+116
-125
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 2.1
33
parameters:
44
min-rust-version:
55
type: string
6-
default: "1.70"
6+
default: "1.78"
77
fingerprint:
88
type: string
99
default: SHA256:OkxsH8Z6Iim6WDJBaII9eTT9aaO1f3eDc6IpsgYYPVg

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 to 1.0.216(pr [#67])
13+
814
## [0.2.16] - 2024-12-07
915

1016
### Security
@@ -172,6 +178,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
172178
[#64]: https://github.com/jerus-org/lambda_sqs/pull/64
173179
[#65]: https://github.com/jerus-org/lambda_sqs/pull/65
174180
[#66]: https://github.com/jerus-org/lambda_sqs/pull/66
181+
[#67]: https://github.com/jerus-org/lambda_sqs/pull/67
182+
[Unreleased]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.16...HEAD
175183
[0.2.16]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.15...v0.2.16
176184
[0.2.15]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.14...v0.2.15
177185
[0.2.14]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.13...v0.2.14

0 commit comments

Comments
 (0)