Skip to content

Commit cd739f5

Browse files
authored
Merge pull request #105 from jerus-org/renovate/tokio-packages
fix(deps): update rust crate tokio to 1.46.1
2 parents 297a93b + 22557eb commit cd739f5

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ serde_json = "1.0.141"
3131
lambda_runtime = "0.14.3"
3232

3333
[dev-dependencies]
34-
tokio = "1.45.1"
34+
tokio = "1.46.1"
3535

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

0 commit comments

Comments
 (0)