diff --git a/.circleci/config.yml b/.circleci/config.yml index 57a47e3..d30b874 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,7 +3,7 @@ version: 2.1 parameters: min-rust-version: type: string - default: "1.81" + default: "1.82" fingerprint: type: string default: SHA256:OkxsH8Z6Iim6WDJBaII9eTT9aaO1f3eDc6IpsgYYPVg diff --git a/Cargo.lock b/Cargo.lock index 5707275..7a5e0bc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -248,9 +248,9 @@ checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674" [[package]] name = "lambda_runtime" -version = "0.14.4" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "edb1a631df22d6d81314268a94fda06ab15b3fa1fcea660e7c5c162caa8fba6b" +checksum = "46e566d19773ae483b0d32cc6045c5420d7b3eec6192ecb1c26ffa4e0091388a" dependencies = [ "async-stream", "base64", @@ -273,9 +273,9 @@ dependencies = [ [[package]] name = "lambda_runtime_api_client" -version = "0.12.3" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e55fdc596aea5afeb406e549990b4fb4bfd7bbfe4f574282c4c3aacf22e73e7" +checksum = "2c039f06329949692a81a993ede4cfaa6abab3ac8e72590cf7c5e6a64a9ec7b1" dependencies = [ "bytes", "futures-channel", diff --git a/Cargo.toml b/Cargo.toml index 68d37fe..8eab0f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ exclude = [ [dependencies] serde = { version = "1.0.228", features = ["derive"] } serde_json = "1.0.145" -lambda_runtime = "0.14.4" +lambda_runtime = "1.0.1" [dev-dependencies] tokio = "1.48.0" diff --git a/PRLOG.md b/PRLOG.md index 869df8f..8fb5220 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] + +### Fixed + +- deps: update rust crate lambda_runtime to v1(pr [#120]) + ## [0.2.36] - 2025-10-28 ### Fixed @@ -393,6 +399,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#115]: https://github.com/jerus-org/lambda_sqs/pull/115 [#116]: https://github.com/jerus-org/lambda_sqs/pull/116 [#117]: https://github.com/jerus-org/lambda_sqs/pull/117 +[#120]: https://github.com/jerus-org/lambda_sqs/pull/120 +[Unreleased]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.36...HEAD [0.2.36]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.35...v0.2.36 [0.2.35]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.34...v0.2.35 [0.2.34]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.33...v0.2.34