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 @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010### Security
1111
1212- Dependencies: update rust crate tokio to v1.44.2 [ security] (pr [ #89 ] )
13+ - Dependencies: update rust crate tokio to 1.44.2(pr [ #91 ] )
1314
1415## [ 0.2.27] - 2025-03-22
1516
@@ -281,6 +282,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
281282[ #87 ] : https://github.com/jerus-org/lambda_sqs/pull/87
282283[ #88 ] : https://github.com/jerus-org/lambda_sqs/pull/88
283284[ #89 ] : https://github.com/jerus-org/lambda_sqs/pull/89
285+ [ #91 ] : https://github.com/jerus-org/lambda_sqs/pull/91
284286[ Unreleased ] : https://github.com/jerus-org/lambda_sqs/compare/v0.2.27...HEAD
285287[ 0.2.27 ] : https://github.com/jerus-org/lambda_sqs/compare/v0.2.26...v0.2.27
286288[ 0.2.26 ] : https://github.com/jerus-org/lambda_sqs/compare/v0.2.25...v0.2.26
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ serde_json = "1.0.140"
3030lambda_runtime = " 0.13.0"
3131
3232[dev-dependencies ]
33- tokio = " 1.44.1 "
33+ tokio = " 1.44.2 "
3434
3535[package .metadata .docs .rs ]
3636all-features = true
You can’t perform that action at this time.
0 commit comments