Skip to content

Commit 73d558c

Browse files
authored
Merge pull request #61 from jerus-org/renovate/tokio-packages
chore(deps): update rust crate tokio to 1.41.1
2 parents dce562f + 13a4891 commit 73d558c

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
@@ -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

Cargo.toml

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

3232
[dev-dependencies]
33-
tokio = "1.41.0"
33+
tokio = "1.41.1"
3434

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

0 commit comments

Comments
 (0)