File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717- deps: update rust crate lambda_runtime to 0.14.3(pr [ #102 ] )
1818- deps: update rust crate serde_json to 1.0.141(pr [ #103 ] )
1919- deps: update dependency toolkit to v2.12.1(pr [ #104 ] )
20+ - deps: update rust crate tokio to 1.46.1(pr [ #105 ] )
2021
2122## [ 0.2.32] - 2025-06-28
2223
@@ -343,6 +344,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
343344[ #102 ] : https://github.com/jerus-org/lambda_sqs/pull/102
344345[ #103 ] : https://github.com/jerus-org/lambda_sqs/pull/103
345346[ #104 ] : https://github.com/jerus-org/lambda_sqs/pull/104
347+ [ #105 ] : https://github.com/jerus-org/lambda_sqs/pull/105
346348[ Unreleased ] : https://github.com/jerus-org/lambda_sqs/compare/v0.2.32...HEAD
347349[ 0.2.32 ] : https://github.com/jerus-org/lambda_sqs/compare/v0.2.31...v0.2.32
348350[ 0.2.31 ] : https://github.com/jerus-org/lambda_sqs/compare/v0.2.30...v0.2.31
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ serde_json = "1.0.141"
3131lambda_runtime = " 0.14.3"
3232
3333[dev-dependencies ]
34- tokio = " 1.45 .1"
34+ tokio = " 1.46 .1"
3535
3636[package .metadata .docs .rs ]
3737all-features = true
You can’t perform that action at this time.
0 commit comments