diff --git a/Cargo.lock b/Cargo.lock index 6ab694c..03022f2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -47,9 +47,9 @@ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" [[package]] name = "bytes" -version = "1.9.0" +version = "1.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b" +checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" [[package]] name = "cfg-if" diff --git a/PRLOG.md b/PRLOG.md index 60a9681..5e9fae5 100644 --- a/PRLOG.md +++ b/PRLOG.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: bump bytes from 1.9.0 to 1.11.1 in the cargo group across 1 directory(pr [#128]) + ## [0.3.0] - 2026-01-28 ### Added @@ -424,6 +430,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#125]: https://github.com/jerus-org/lambda_sqs/pull/125 [#126]: https://github.com/jerus-org/lambda_sqs/pull/126 [#127]: https://github.com/jerus-org/lambda_sqs/pull/127 +[#128]: https://github.com/jerus-org/lambda_sqs/pull/128 +[Unreleased]: https://github.com/jerus-org/lambda_sqs/compare/v0.3.0...HEAD [0.3.0]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.37...v0.3.0 [0.2.37]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.36...v0.2.37 [0.2.36]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.35...v0.2.36