diff --git a/Cargo.lock b/Cargo.lock index c8eafa9..fcd605f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -301,9 +301,9 @@ checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674" [[package]] name = "lambda_runtime" -version = "0.14.3" +version = "0.14.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b155960b864ababcc5ab553c9336e46db8ed0ad1cd38dc3be9e7c37b177aa310" +checksum = "edb1a631df22d6d81314268a94fda06ab15b3fa1fcea660e7c5c162caa8fba6b" dependencies = [ "async-stream", "base64", diff --git a/Cargo.toml b/Cargo.toml index 368b385..c84a9f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ exclude = [ [dependencies] serde = { version = "1.0.219", features = ["derive"] } serde_json = "1.0.143" -lambda_runtime = "0.14.3" +lambda_runtime = "0.14.4" [dev-dependencies] tokio = "1.47.1" diff --git a/PRLOG.md b/PRLOG.md index 04e7bd9..742d568 100644 --- a/PRLOG.md +++ b/PRLOG.md @@ -16,6 +16,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - chore-rename CHANGELOG.md to PRLOG.md(pr [#110]) - chore-update release.toml to reference PRLOG.md instead of CHANGELOG.md(pr [#111]) +### Fixed + +- deps: update rust crate lambda_runtime to 0.14.4(pr [#113]) + ### Security - Dependencies: bump tracing-subscriber from 0.3.19 to 0.3.20 in the cargo group across 1 directory(pr [#109]) @@ -375,6 +379,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#110]: https://github.com/jerus-org/lambda_sqs/pull/110 [#111]: https://github.com/jerus-org/lambda_sqs/pull/111 [#112]: https://github.com/jerus-org/lambda_sqs/pull/112 +[#113]: https://github.com/jerus-org/lambda_sqs/pull/113 [Unreleased]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.34...HEAD [0.2.34]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.33...v0.2.34 [0.2.33]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.32...v0.2.33