Skip to content

Commit 4cde7df

Browse files
authored
Merge pull request #91 from jerus-org/renovate/tokio-packages
chore(deps): update rust crate tokio to 1.44.2
2 parents 0585db1 + 4fe6715 commit 4cde7df

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ serde_json = "1.0.140"
3030
lambda_runtime = "0.13.0"
3131

3232
[dev-dependencies]
33-
tokio = "1.44.1"
33+
tokio = "1.44.2"
3434

3535
[package.metadata.docs.rs]
3636
all-features = true

0 commit comments

Comments
 (0)