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 @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515
1616- Dependencies: update dependency toolkit to v1.16.1(pr [ #60 ] )
1717- Dependencies: update dependency toolkit to v1.18.0(pr [ #62 ] )
18+ - Dependencies: update rust crate tokio to 1.41.1(pr [ #61 ] )
1819
1920## [ 0.2.12] - 2024-11-02
2021
@@ -149,6 +150,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
149150[ #60 ] : https://github.com/jerus-org/lambda_sqs/pull/60
150151[ #62 ] : https://github.com/jerus-org/lambda_sqs/pull/62
151152[ #63 ] : https://github.com/jerus-org/lambda_sqs/pull/63
153+ [ #61 ] : https://github.com/jerus-org/lambda_sqs/pull/61
152154[ Unreleased ] : https://github.com/jerus-org/lambda_sqs/compare/v0.2.12...HEAD
153155[ 0.2.12 ] : https://github.com/jerus-org/lambda_sqs/compare/v0.2.11...v0.2.12
154156[ 0.2.11 ] : https://github.com/jerus-org/lambda_sqs/compare/v0.2.10...v0.2.11
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ serde_json = "1.0.132"
3030lambda_runtime = " 0.13.0"
3131
3232[dev-dependencies ]
33- tokio = " 1.41.0 "
33+ tokio = " 1.41.1 "
3434
3535[package .metadata .docs .rs ]
3636all-features = true
You can’t perform that action at this time.
0 commit comments